-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Observed behaviour
When starting GMB no graphical user interface appears. It's quite obviously running (see debug log) but there's no window associated with it.
Expected behaviour
When starting GMB, a window with a graphical user interface appears.
Other information
- I'm running the master branch (commit 75c410d as of writing) on Arch Linux.
- The appearance of the issue coincides with the release and installation of GNOME Shell 49.
- The issue appears even with an empty config directory and disabled plugins (see below).
I produced a debug log with the command sequence
cfg=$TMP/gmb
rm -rf $cfg
mkdir $cfg
LC_ALL=C gmusicbrowser -debug -demo -nogst -nodbus -noplugins -c $cfg |& tee gmb.log
but I see no relevant entries in it.
I suspect that the GNOME Shell 49 released introduced an API or ABI change that affects GMB either directly or indirectly (via Perl's GKT3 bindings) but I know too little about both Perl and GTK for a targeted investigation. Although with some direction I'm willing and hopefully capable enough to conduct one.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels