Re: shutdown icon changed
Am 18.03.2015 um 07:07 schrieb Matthias Bodenbinder:
> Hi,
>
> I am running debian testing and kde4. The icon theme is oxygen. But the shutdown icon which is shown in the taskbar and in the menu is the shutdown icon from the high-contrast theme. Basically this is black-and-white instead of the red shutdowen icon from the oxygen theme. I opened the systemsettings and switch back and forth through the different icon themes. All icons are changed according to my selection except for the shutdown icon. It always stays the same.
>
> What is happening here?
>
> Thanks
> Matthias
>
>
I found the root cause: KDE is taking the icons from /usr/share/icons/hicolor/ regardless which theme is actually being used. I neeed to rename the corresponding icons to get it working again:
cd /usr/share/icons/hicolor/
find . | grep weg
./scalable/apps/system-shutdown.svg.weg
./48x48/apps/system-reboot.png.weg
./48x48/apps/system-log-out.png.weg
./48x48/apps/system-hibernate.png.weg
./48x48/apps/system-shutdown.png.weg
./48x48/apps/system-suspend.png.weg
Those icons got installed by xfce4-session from debian experimental. From my pijnt of view this is a bug in KDE. It should stick to the icons from the selected theme and not go into hicolor.
Matthias
Reply to: