PapirusDevelopmentTeam / papirus-icon-theme

Pixel perfect icon theme for Linux
https://git.io/papirus-icon-theme
GNU General Public License v3.0
6.45k stars 407 forks source link

Wrong icon size in GNOME 46 - Nautilus #3681

Closed matleborgne closed 3 months ago

matleborgne commented 3 months ago

Some icons auto-resize wrong with the new GNOME 46. I don't know if it's due to GNOME, Nautilus or Papirus icon theme.

However, I do not have the problem with Adwaita, so I report here. Screenshots below.

Nautilus list mode with papirus Capture d’écran du 2024-03-27 10-15-57

Nautilus list mode with Adwaita Capture d’écran du 2024-03-27 10-16-11

Nautilus tile mode with papirus Capture d’écran du 2024-03-27 10-16-58

SmartFinn commented 3 months ago

These aren't Papirus icons. Please, post the output of this command for the file to get the icon name:

gio info -a standard::icon PATH/to/pro_nix.code-workspace

We will see what we can do.

matleborgne commented 3 months ago

I'm not sure to understand the point of "not being Papirus icons" : I always used Papirus icons. Maybe you mean this is a "default" icon, not a Papirus one ?

Capture d’écran du 2024-03-27 13-37-15

Anyway, the output of the gio command : Sans titre

stephzero1 commented 3 months ago

Same here, ArchLinux with Gnome 46 (xorg), extra/papirus-icon-theme 20240201-1: image

This is my output fo gio command:

gio info -a standard::icon tails-amd64-6.0.img           
uri: file:///home/steph01/Downloads/tails-amd64-6.0.img
local path: /home/steph01/Downloads/tails-amd64-6.0.img
unix mount: /dev/nvme0n1p4 / ext4 rw,noatime
attributes:
  standard::icon: application-vnd.efi.img, application-x-generic, application-vnd.efi.img-symbolic, application-x-generic-symbolic
SmartFinn commented 3 months ago

@stephzero1 thanks, now I see the common problem in these cases, application-x-generic mimetype icon is missing.

matleborgne commented 3 months ago

Switching from extra/papirus-icon-theme 20240201-1 to aur/papirus-icon-theme-git, I can confirm the problem is solved Thanks !