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

Incosistent icon size in XFCE

Open ghost opened this issue 1 year ago • 4 comments

  • Distribution (version): Arch
  • Desktop environment: XFCE
  • Installing method: Pacman
  • App name (version): xfce4-notifyd 0.8.2-1

The notification plugin icon size is oversized compared to other icons, this issue only concerns the basic Papirus verisons including the dark and light ones but doesn't appear in the ePapirus version.

Papirus-Light papirus

ePapirus epapirus

ghost avatar Jun 23 '23 14:06 ghost

This is because Xfce mixed the panel icons (16px, 22px, 24px) with symbolic (16px) that looks bigger than panel icons. ePapirus icon theme contains hacks, the -symbolic suffix to panel icons.

To solve the issue on our side, we need to add 744 symbolic icons for 22px, and 744 symbolic icons for 24px = 1488 icons in the sum. Otherwise, on user's side, it needs to adjust the panel height, or applets settings.

SmartFinn avatar Aug 06 '23 08:08 SmartFinn

Somehow related to the -symbolic issue, thunar toolbar uses 24x24 symbolic icons and as a result some icons look blurry image

Dejweed avatar Sep 17 '23 13:09 Dejweed

Somehow related to the -symbolic issue, thunar toolbar uses 24x24 symbolic icons and as a result some icons look blurry image

Are the search and splitview icons Thunar bugs?

Heus-Sueh avatar Jun 12 '24 21:06 Heus-Sueh

Are the search and splitview icons Thunar bugs?

No, it's just that Thunar uses icons with -symbolic suffix for these, they have a size of 16px and scale by integers (to 32px, 64px, 128px and so on...). Therefore, they look blurry when the toolbar only has 24px icons. It's a GNOME way of doing symbolics, and Papirus has a lot of them. Currently, KDE has made a similar decision to append a suffix to symbolic icons, but they aren't limited to one size and use a different method for recolouring. We'll see if they agree on the symbolics in the future. For the time being, it's unfixable unless we split Papirus into different version for different desktops for compatibility, but this is no small feat.

morganist avatar Jun 13 '24 04:06 morganist