bug#63427: gdk-pixbuf unable to recognize image formats (JPG, PNG, etc.)

2023-05-10 Thread Nathan Dehnel
Gtk:ERROR:gtkiconhelper.c:494: ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /run/current-system/profile/share/icons/Adwaita/16x16/status/image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3) Bail out! Gtk:ERROR:gtkiconhelper.c:494:ensure_surface

bug#63427: gdk-pixbuf unable to recognize image formats (JPG, PNG, etc.)

2023-05-11 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Nathan, Nathan Dehnel writes: > Gtk:ERROR:gtkiconhelper.c:494: > ensure_surface_for_gicon: assertion > failed (error == NULL): Failed to load > /run/current-system/profile/share/icons/Adwaita/16x16/status/image-missing.png: > Unrecognized image file format (gdk-pixbuf-error-quark, 3) > Bail o

bug#63427: gdk-pixbuf unable to recognize image formats (JPG, PNG, etc.)

2023-05-11 Thread pelzflorian (Florian Pelz)
Hi all. Josselin Poiret via Bug reports for GNU Guix writes: > For > that, we use the environment variable GDK_PIXBUF_MODULE_FILE, which is a > search-path for the package gdk-pixbuf, meaning that it is set only if > gdk-pixbuf is installed in your profile. […] So > we should fix this and propag

bug#63427: gdk-pixbuf unable to recognize image formats (JPG, PNG, etc.)

2023-05-11 Thread Liliana Marie Prikler
Am Donnerstag, dem 11.05.2023 um 10:05 +0200 schrieb Josselin Poiret: > Now, if we had packaged everything properly, all the applications you > mention should *propagate* gdk-pixbuf and not just list it as an > input No. Propagated inputs are *never* the result of proper packaging. More often tha

bug#63427: gdk-pixbuf unable to recognize image formats (JPG, PNG, etc.)

2023-05-11 Thread Nathan Dehnel
Installing gdk-pixbuf and rebooting didn't fix the issue: viewnior '/home/nathan/Downloads/from-phone/Pictures/Screenshots/Screenshot_20230509-183317_F-Droid.png' (viewnior:2482): Gtk-WARNING **: 16:14:57.820: Unable to locate theme engine in module_path: "adwaita", (viewnior:2482): Gtk-WARNING

bug#63427: gdk-pixbuf unable to recognize image formats (JPG, PNG, etc.)

2023-05-12 Thread pelzflorian (Florian Pelz)
Nathan, could you try running this command: guix shell --pure viewnior gdk-pixbuf -- viewnior For me this works now. My guess is that for you, something else breaks viewnior and --pure can help. Regards, Florian

bug#63427: gdk-pixbuf unable to recognize image formats (JPG, PNG, etc.)

2023-05-12 Thread Nathan Dehnel
Yes, that one works On Fri, May 12, 2023 at 4:27 AM pelzflorian (Florian Pelz) wrote: > > Nathan, could you try running this command: > > guix shell --pure viewnior gdk-pixbuf -- viewnior > > For me this works now. My guess is that for you, something else breaks > viewnior and --pure can help. >

bug#63427: gdk-pixbuf unable to recognize image formats (JPG, PNG, etc.)

2023-05-13 Thread pelzflorian (Florian Pelz)
Nathan Dehnel writes: > Yes, that one works That’s good. This means maybe either - if guix shell without --pure works too, you just have not run “guix upgrade” recently, or - --pure helped and viewnior is not compatible with the Adwaita dark theme, or - --pure helped because you have mi

bug#63427: gdk-pixbuf unable to recognize image formats (JPG, PNG, etc.)

2023-05-13 Thread Liliana Marie Prikler
Am Samstag, dem 13.05.2023 um 12:49 +0200 schrieb pelzflorian (Florian Pelz): > But then other image loaders installed by the user to support > e.g. libexif would not be usable anymore.  We could also add libexif, > but do we even want the attached patch?  Or should it be up to the > user to instal

bug#63427: gdk-pixbuf unable to recognize image formats (JPG, PNG, etc.)

2023-05-13 Thread pelzflorian (Florian Pelz)
Hi Liliana and all. Until now the user could decide what image loaders to install alongside. Or so I thought. However, surprisingly I cannot get any other loader except gdk-pixbuf and librsvg to work anyway. That is, guix shell viewnior webp-pixbuf-loader surprisingly does not see webp files.

bug#63427: gdk-pixbuf unable to recognize image formats (JPG, PNG, etc.)

2023-05-14 Thread Nathan Dehnel
With another update, the errors went away. Thanks On Sat, May 13, 2023, 13:38 pelzflorian (Florian Pelz) < pelzflor...@pelzflorian.de> wrote: > Hi Liliana and all. Until now the user could decide what image loaders > to install alongside. Or so I thought. However, surprisingly I cannot > get a