i can’t see my app icons install with AUR i need to restart the pc to Saw them dose any body have this problem too?
1 Like
This is not a problem. You can always refresh your icon cache after installation with sudo gtk-update-icon-cache
on gnome and xfce
… What?
i am using kde plasma
No. My menu always refreshes a few seconds after installing a package. Are you using anything non standard?
Just a try:
rm ~/.cache/icon-cache.kcache
killall plasmashell
kstart5 plasmashell
If you feel it necessary, you can remove the icon cache and rebuild it:
rm ~/.cache/icon-cache.kcache
kbuildsycoca5 --noincremental
@ishaan2479 a full desktop reload is not necessary.
But if you were going to do that … this would be better:
kquitapp5 plasmashell && kstart5 plasmashell </dev/null &>/dev/null &
2 Likes
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.