[BUG] SVG rendering failed on rofi version 1.6.1 #1235
Replies: 8 comments
-
1.6.1 uses libgdk-pixbuf to open images (to get support for a lot more images). You can get extra debug output with |
Beta Was this translation helpful? Give feedback.
-
using
No svg listed. Since I'm using nixos, I double-checked the I tried to install |
Beta Was this translation helpful? Give feedback.
-
@ztlevi svg support clearly seems to be missing from the nixos version, it should probably be reported as an issue in nixpkgs. For comparison, here is what guix does https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/gtk.scm#n604 |
Beta Was this translation helpful? Give feedback.
-
Yep, this seems to be a NixOs issue. Reminds me of the old gentoo days, gmpc users with broken gdk-pixbufs was daily fun. |
Beta Was this translation helpful? Give feedback.
-
FTR, |
Beta Was this translation helpful? Give feedback.
-
@sardemff7 Thanks for reply. But I'm confused... Shouldn't this line configure gdk-pixbuf already? https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/libraries/librsvg/default.nix#L52 |
Beta Was this translation helpful? Give feedback.
-
The |
Beta Was this translation helpful? Give feedback.
-
Testing discussions. Lets see how this works. |
Beta Was this translation helpful? Give feedback.
-
SVG rendering failed on rofi version 1.6.1. Fallback the version to 1.5.4 and rendering works normally.
Version
Version: 1.6.1
Configuration
https://gist.githubusercontent.com/ztlevi/6cb8d327e3cf64b40b80443db84fb450/raw/53655a9321862199293eafd93051fb637a493b64/gistfile1.txt
Launch Command
Steps to reproduce
What behaviour you see
Error message like this. I tried Papirus icon theme here but it actually break for any svg based icons.
What behaviour you expect to see
Svg icons can rendered normally.
Additional details:
Beta Was this translation helpful? Give feedback.
All reactions