the disk quota applet has no icon in the systray settings where one would enable or disable the applet in systray Reproducible: Always
Created attachment 99144 [details] screenshot
Will look into this, latest at Randa sprint.
Same issue here on Mageia. I think that the easier fix would simply to add a "quota.svg" icon in the breeze-icons package because all files from the quota plasmoid pointed to the icon "quota": $ cat /usr/share/plasma/plasmoids/org.kde.plasma.diskquota/metadata.desktop |grep Icon Icon=quota $ $ cat /usr/share/plasma/plasmoids/org.kde.plasma.diskquota/metadata.json |grep Icon "Icon": "quota", $ $ cat /usr/share/kservices5/plasma-applet-org.kde.plasma.diskquota.desktop |grep Icon Icon=quota $
Or replaced the path to the existing "quota.svg" icon (provides by kdeplasma-addons): Icon=/usr/share/plasma/desktoptheme/default/icons/quota.svg
Ping?? Any comment about this bug?
@David: What's your take on this. How do we best fix this?
(In reply to Dominik Haumann from comment #6) > @David: What's your take on this. How do we best fix this? 2 solutions: 1) in the "breeze-icons" package add the "quota.svg" icon 2) or replaced the path to the existing "quota.svg" icon like this patch: http://svnweb.mageia.org/packages/cauldron/kdeplasma-addons/current/SOURCES/kdeplasma-addons-5.8.5-fix-diskquota-icon-path.patch?view=markup&pathrev=1084406 But I think that the first (1) solution would be the best.
plasma 5.11 has the same bug.
plasma 5.12 beta is also affected.
Bug #389311 contains a patch that adds the quota.svg to the Breeze icon theme. *** This bug has been marked as a duplicate of bug 389311 ***