| Summary: | Deleting an icon theme that's being used by the system causes odd results | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-knewstuff | Reporter: | Henning <boredsquirrel> |
| Component: | general | Assignee: | Dan Leinir Turthra Jensen <admin> |
| Status: | CONFIRMED --- | ||
| Severity: | major | CC: | aleixpol, alexander.lohnau, kdedev, kdelibs-bugs-null, leinir, nate, sitter, visual-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Henning
2024-07-03 17:58:17 UTC
Is Elementary X a global theme or a plasma theme? I am on Fedora Kinoite where global themes do not work if they include SDDM themes, as these are in immutable /usr currently. but it is actually an icon theme. Only icons are affected. https://www.pling.com/p/1998755/ It is this theme. I use Breeze Dark but when uninstalling that Elementary Icon theme, it switched back to Breeze Light icons. And trying the Lockscreen (Ctrl+L) the buttons for audio playback with a music player were missing. The pause icon and the forward and backwards buttons were all missing. I can reproduce the issue! It looks like deleting the active icon theme fails to update ~/.kdeglobals, so it still has:
> [Icons]
> Theme=[the icon theme you just deleted]
Which probably has undefined behavior.
The same is is *not* seen in the icons KCM; deleting the active icon theme updates the file appropriately.
Moving to kns. Realistically it needs to deal with any cleanup that needs to happen as part of uninstall. |