PapirusDevelopmentTeam / papirus-icon-theme

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

Albert launcher wont show papirus icons #778

Closed NusryNizam closed 7 years ago

NusryNizam commented 7 years ago

OS: Lubuntu 16.04.3

screenshot from 2017-09-28 13-21-41

SmartFinn commented 7 years ago

This issue related to Albert, not to Papirus. That issue looks similar https://github.com/albertlauncher/albert/issues/232.

varlesh commented 7 years ago

@NusryNizam Try install packages libqt5svg5 and libqt4-svg. Also not forgot for GTK DE's need use another engine for Qt4/Qt5 apps. For example qt5ct. More info here: https://wiki.archlinux.org/index.php/Uniform_look_for_Qt_and_GTK_applications

varlesh commented 7 years ago

Packages for Xenial:

NusryNizam commented 7 years ago

Finally, it works after installing qt5ct and qt4-qtconfig

ManuelSchneid3r commented 6 years ago

This issue related to Albert, not to Papirus. That issue looks similar albertlauncher/albert#232.

No its not. Its a general toolkit problem. Setup your Qt to respect the gtk theme correctly. Regards

aystic commented 2 years ago

Its not working in Pop!_OS 20.04 + KDE 5.18.5

image

varlesh commented 2 years ago

@aystic Try this: env XDG_CURRENT_DESKTOP=Unity albert Worked on KDE Neon image

ManuelSchneid3r commented 2 years ago

env XDG_CURRENT_DESKTOP=Unity albert

interesting. do you know why this is working?

aystic commented 2 years ago

env XDG_CURRENT_DESKTOP=Unity albert

Although Its working when started using the command @varlesh suggested, But there are now new problems

When only using albert command

  1. No system tray Icon

image

  1. The icons in the launcher do not follow icon theme

image

  1. Apps open in with expected theming

image

When using env XDG_CURRENT_DESKTOP=Unity albert command

  1. The system tray icon is visible

image

  1. The icons in the launcher follow the icon theme

image

  1. But apps open in unexpected theming

image

varlesh commented 2 years ago

@aystic env XDG_CURRENT_DESKTOP=Unity QT_STYLE_OVERRIDE=kvantum albert

varlesh commented 2 years ago

interesting. do you know why this is working?

I don't know. Usualy this worked for libappindicator-apps, but you not use appindicator.... I think Icon Lookup not good worked, maybe it's better switch to QIcon::fromTheme

ManuelSchneid3r commented 2 years ago

Way back this was the exact reason why I handcrafted. From Theme resulted in blurred icons. In 0.18 I'll drop it.