PapirusDevelopmentTeam / papirus-icon-theme

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

[Icon request] preferences-desktop-remote-desktop-symbolic view-fullscreen-symbolic emblem-videos-symbolic emblem-music-symbolic #2775

Closed ma3yta closed 3 years ago

ma3yta commented 3 years ago

The icons can be found in /usr/share/icons/Adwaita Icons: preferences-desktop-remote-desktop-symbolic

view-fullscreen-symbolic

emblem-videos-symbolic

emblem-music-symbolic

varlesh commented 3 years ago

all this icons already exist

ma3yta commented 3 years ago

@varlesh It seems doesn't work for the Clapper app. Can it be because of different folders (scalable nor symbolic)? /Adwaita/scalable/apps/preferences-desktop-remote-desktop-symbolic.svg /Papirus/symbolic/apps/preferences-desktop-remote-desktop-symbolic.svg

varlesh commented 3 years ago

All folders paths indicated from index.theme. Try update cache:

sudo gtk-update-icon-cache -f /usr/share/icons/Papirus/
sudo gtk-update-icon-cache -f /usr/share/icons/Papirus-Dark/
sudo gtk-update-icon-cache -f /usr/share/icons/Papirus-Light/
ma3yta commented 3 years ago

the problem was with isolation as we don't have the Papirus theme in flatpak. flatpak info --show-permissions com.github.rafostar.Clapper | grep filesystems the solution: sudo flatpak override com.github.rafostar.Clapper --filesystem=home

ma3yta commented 3 years ago

@varlesh good to have the Papirus theme as a flatpak package. Maybe useful https://codeberg.org/Mek101/flatpak-theme-updater https://github.com/flathub/org.gtk.Gtk3theme.Flat-Remix-GTK-Blue

SmartFinn commented 3 years ago

@maksimetsa

In regards to icon themes, since Flatpak 0.8.8 the host icons are exposed to the guest, so that there is usually no need for the presence of Flatpak icon themes.

https://docs.flatpak.org/en/latest/desktop-integration.html#other-notes-on-theming

ma3yta commented 3 years ago

@SmartFinn thanks. I found the issue. The system (Fedora Silverblue) shares the icon theme with flatpak from ~/.local/share/icons but doesn't share from ~/.icons