![](https://i.imgur.com/un2xWjH.png)
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
I had many issues since the upgrade. After getting tired of hunting them down individually, my one-time solution was to nuke my old configs and simply start anew. Fresh home, .config, .local.
Thanks for putting the image in line so it doesn't look stupid.
I'm also running into into small bugs and will likely be nuking some of my kde configs.
I did think of one thing though, you should ensure that the plasma5support package is installed, I'm sure that it is, but double check.
dnf info plasma5support
Installed Packages
Name : plasma5support
Version : 6.0.1
Release : 1.fc39
Architecture : x86_64
Size : 432 k
Source : plasma5support-6.0.1-1.fc39.src.rpm
Repository : @System
Summary : Support components for porting from KF5/Qt5 to KF6/Qt6
URL : https://invent.kde.org/plasma/plasma5support
License : CC0-1.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later
Description : Support components for porting from KF5/Qt5 to KF6/Qt6.
I'll try setting up a new user. Maybe I can just use a new profile and migrate some of configs from the old one.
I wanna go home, but I am home
So I had some time to do some further testing into this issue and I made some "progress".
On my desktop, who has the correctly displayed light icons for the dark plasma theme: if I straight up remove ~/.cache (rename it to ~/cache.bak) and reboot, several icons become black (update, gajim and steam). Meaning that somewhere in that cache (but not ~/.share/icon-cache.kcache, since I tried that already), the correct display of icons is located.
I'll try to pinpoint it further and report back if I find anything.
I managed to track it down further. The issue is that some icons (Discover, Gajim, Steam) pull their light/dark info from the “Colours” instead of the “Plasma Style”. So If you mix and match like I did (Breeze Twilight, i.e. Breeze Dark Plasma Style with Light Colours), then most icons will appear light due to the Dark Plasma Style, but some will be dark because they get their Light/Dark info from the Light Colours.
That information seems to be cached in ~/.cache/plasmashell/qmlcache/. When I delete that folder I get the broken icons. I f I use the cached folder from my desktop it’s fixed. I’m guessing some apps just are broken currently in that regard and I’m just “lucky”, that my desktop didn’t correctly flush the plasmashell cache
Bug reported: https://bugs.kde.org/show_bug.cgi?id=483210
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4039