Summary: | disk quota applet no icon in systray settings | ||
---|---|---|---|
Product: | [Plasma] kdeplasma-addons | Reporter: | Harald Sitter <sitter> |
Component: | General | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | bugseforuns, geiger.david68210, kde |
Priority: | NOR | ||
Version: | 5.11.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | 389311 | ||
Bug Blocks: | |||
Attachments: | screenshot |
Description
Harald Sitter
2016-05-23 15:08:27 UTC
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 *** |