Hello, I need help!
Thank you very much in advance
I’m using NixOS 26.05 (Yarara) x86_64, DE: Xfce4 4.20, CPU: AMD Ryzen 7 5700U (16) @ 4.37 GHz, GPU: AMD Lucienne [Integrated], thunar 4.20.8 (Xfce 4.20).
The problem is that SVG generation isn’t happening. There are in Thunar no thumbnails for the SVG images.
configuration.nix
Enable SVG module support for GTK/GDK apps
programs.gdk-pixbuf.modulePackages = [ pkgs.librsvg ];
services.gvfs.enable = true; # Mount, trash, and other file functionalities
services.tumbler.enable = true; # Thumbnail support for imagess
systemd.user.extraConfig = ‘’
DefaultEnvironment=“GDK_PIXBUF_MODULE_FILE=${pkgs.librsvg}/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache”
‘’;
environment.systemPackages = with pkgs; [
xfce4-cpugraph-plugin
xfce4-netload-plugin
xfce4-battery-plugin
xfce4-clipman-plugin
xfce4-whiskermenu-plugin
xfce4-screenshooter
xfce4-taskmanager
xfce4-weather-plugin
xfce4-battery-plugin
librsvg
gdk-pixbuf
tumbler
ffmpegthumbnailer
];