Skip to content

Gdk::Pixbuf->new_from_file hangs with gdk-pixbuf v2.44 #262

@davidfoerster

Description

@davidfoerster

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions