You are not logged in.
I installed an icon theme and it works perfectly in GTK apps and Qt apps, except KDE apps. For example, the icons work without issues in pcmanfm-qt and lxqt-archiver, but some icons are missing and fallback to some KDE-default in krusader and ark.
Please see these screenshots as examples.
pcmanfm-qt shows icons fine, and you can tell that .zip, .tar and .jar files all get the archive-icon.
In krusader however, only .jar files get the archive-icon. Surprisingly, .zip and .tar get some KDE fallback icon.
I do not run KDE or GNOME or any DE, I only use a window manager so I set this icon theme in GTK3 settings.ini (using lxappearance) as well as qt5ct and qt6ct. I have been reading the different pages on the wiki (Uniform look for Qt and GTK applications, Qt, KDE) but I can't figure this one out.
Here is a logfile starting krusader and ark in the terminal. https://bpa.st/raw/ODQHY
Last edited by raggerv8 (Yesterday 20:46:43)
Offline
strace krusader |& grep iconsI suspect it loads some special sub-icon type that's not provided by the tango theme for those mime types - you could then symlink those.
Online