Thunar can't render vectorized icons under Wayland

  • Open
  • quality assurance status badge
Details
One participant
  • guixuser6392
Owner
unassigned
Submitted by
guixuser6392
Severity
normal
G
G
guixuser6392 wrote on 1 Dec 2020 22:59
(name . bug-guix@gnu.org)(address . bug-guix@gnu.org)
lPKGEtQwCCBFCcix2xrgSsfI0Imx7bEuL2L1SS-T2V-CDHukhyDa4bZ4G32fptHdFe53JyhkG7N_3GXfFjJkAODuRUimCkHCsQnSRLrM4ng=@protonmail.com
Thunar launched under Wayland falls back to the default adwaita icon theme when it fails to load vectorized icons.

Steps to reproduce on Sway:

$ guix install dconf glib:bin papirus-icon-theme thunar
$ gsettings set org.gnome.desktop.interface icon-theme Papirus
$ GDK_BACKEND=wayland thunar

A workaround to this issue is to prepend 'LD_LIBRARY_PATH=$(guix build gdk-pixbuf+svg)/lib' to the thunar command.
?