papirus-icon-theme icon indicating copy to clipboard operation
papirus-icon-theme copied to clipboard

Inconsistent icon style on Thunar's side pane

Open andreldm opened this issue 1 month ago • 12 comments

  • Distribution: Arch Linux
  • Desktop environment: Xfce
  • Installing method: pacman
  • App name: Thunar from git master (also reproducible with 4.18.10)

On Thunar's side pane, even when using the recommended icon size, the file system icon is not consistent, in the screenshot below it's possible to see it is too light.

image

I added g_print ("%s\n", gtk_icon_info_get_filename (icon_info)); to thunar_shortcuts_icon_renderer_render to check if the app is requesting the correct icons:

/usr/share/icons/Papirus/16x16/actions/go-home.svg
/usr/share/icons/Papirus/16x16/places/folder-remote.svg
/usr/share/icons/Papirus/16x16/panel/drive-harddisk.svg
/usr/share/icons/Papirus/16x16/places/network-workgroup.svg
/usr/share/icons/Papirus/16x16/actions/go-home.svg

The request paths seem about right to me, only drive-harddisk.svg is not dark, shouldn't it be?

andreldm avatar May 26 '24 12:05 andreldm