-
-
Notifications
You must be signed in to change notification settings - Fork 15k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
swaybg fails to render webp: Couldn’t recognize the image file format #321983
Comments
Programs generally do not load stuff from nixpkgs/pkgs/desktops/gnome/core/eog/default.nix Lines 84 to 95 in 2b14afd
Also please always open an issue downstream (in Nixpkgs) before going upstream, unless you are sure it is an upstream issue. |
i tested creating a local overlay adding a similar attribute:
it looks like this did not resolve the issue yet however. |
That's just one part. You also need the wrapper. |
Fixes "Tuba-WARNING: Image.vala:68: Failed to download image at "https://example.com/avatar.webp": Unrecognized image file format" Useful for Misskey instances using webp avatars by default. See: GeopJr/Tuba#708 And: NixOS#321983
Sorry, when was this completed? |
Describe the bug
as per swaywm/swaybg#76, webp images seem rejected by
swaybg
under NixOS.Steps To Reproduce
Steps to reproduce the behavior:
swaybg
andwebp-pixbuf-loader
[background-image.c:30] Failed to load background image (Couldn’t recognize the image file format for file “img.webp”).
Expected behavior
any image formats supported by
swaybg
workAdditional context
this may be about
gdk-pixbuf
detectingwebp-pixbuf-loader
, tho its package does do stuff about this (and confirmed on my end,libpixbufloader-webp.so
is present in/run/current-system/sw/lib/gdk-pixbuf-2.0/2.10.0/loaders/
and/etc/profiles/per-user/kiara/lib/gdk-pixbuf-2.0/2.10.0/loaders/
).c.f. #221017 similarly mentions webp issues in
gdk-pixbuf
, tho usinglibrsvg
Notify maintainers
@primeos
@bobby285271
@hedning
@jtojnar
@dasj19
@cwyc
Metadata
The text was updated successfully, but these errors were encountered: