You are not logged in.
I am using KDE Plasma 5 as my desktop environment for Arch. I want to change some icons in K-menu. The problem I am facing is that icon changes for categories (using kmenuedit) do not stick. Icon changes for applications, however, do stick o_O
Is there another way to change icons (e.g. without kmenuedit by directly editing a file)?
Offline
There seems to be a read/write path bug: https://bugs.kde.org/show_bug.cgi?id=345100.
The kmenuedit is writing the group/category information to the ~/.local/share/kf5-<category>.directory but the plasma is trying to read the information from the ~/.local/share/desktop-directories/kf5-<category>.directory.
A workaround is to copy/link the '.directory' files to the ~/.local/share/desktop-directories/ and refresh the icon cache: 'kbuildsycoca5 --noincremental'
Last edited by Rog131 (2015-09-25 18:28:32)
Offline