I have this ongoing issue with KDE Plasma. Every time I hover over icons on Task Manager they dance around or disappear altogether. even the kde application launcher icon disappears!. So I am mostly guessing where things are.
System Info
Operating System: Manjaro Linux
KDE Plasma Version: 6.0.5
KDE Frameworks Version: 6.5.0
Qt Version: 6.7.2
Kernel Version: 6.9.12-3-MANJARO (64-bit)
Graphics Platform: X11
Processors: 32 × 13th Gen Intel® Core™ i9-13900KF
Memory: 62.6 GiB of RAM
Graphics Processor: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2
Manufacturer: ASUS
Icons Only Task Manager:
I’d suggest switching to a current default theme while investigating this issue. After that, check directories under ~/.config for any remnants of older themes and addons, and remove them. Then finally, reboot to SDDM, enter a TTY, and remove (or rename) the /.cache directory.
This will rename the cache directory:
mv ~/.cache ~/.cache_old
This will delete it completely:
rm -rf ~/.cache/
Stop SDDM (optional):
sudo systemctl stop sddm
Exit the TTY, and reboot again.
This will help ensure that any cruft in the user directory isn’t contributing. The ~/.cache directory will be progressively rebuilt as you use your system.
Output from the inxi command as previously noted, will no doubt be useful:
I did solve the problem by adding the line below as suggested by the post that was mentioned. I did not leave the system unmaintained as this is my primary OS.
However I am still curious as to why this started to happen. I will do above mentioned steps as well.
Umm this is like not even a month old installation of Manjaro KDE. The themes are what it came with. So I am not sure when they removed “Breath Dark” from repos but it was out of the box ( well “Breath light was default” but dark was out of box as well and I just switched to it without any further installations )
Besides the other message mentioning specifically icon themes … all I can guess at is you either hit a very specific time in which you downloaded an ISO still containing those packages right as or right before they became deprecated? Or that you simply used an old ISO.
In either case … it does not really matter. The icons theme used to exist. It does not any more. It was never updated for use with Plasma 6. It cannot be expected to work well on Plasma 6. It should be removed from current systems.
This also begs further questions like … so if your install was ‘old’ enough to have the old icons … then did you also have to upgrade from Plasma 5 to Plasma 6? And if so did you follow the recommended upgrade procedures of cleaning old configs and cache? If not general wonkiness is expected.
If you dont want to be bothered with such things then maybe you should consider a reinstall with a current ISO.
A quick rundown of required steps for transitioning from Plasma 5 to 6
ISO was not old. I downloaded and installed and I do not understand what Icon theme? This is all out of box. I installed this system in August. If you look at system information I posted, I am at 6.5
I guess it’s not resolved. It’s back when I started the PC this morning. This showed up in task manager this morning and the entry for SceneGraphBackend=opengl was reverted to SceneGraphBackend=software!!
@venadder In the thread I linked, the same thing happened to another person.
If you have not done so already, you may want to look at the Arch Wiki notes on KDE, particularly 6.6.2 that explains how to clean the cache to resolve upgrade problems.
Icons set is Breeze Dark. I hit apply on it again and the problem returned. Thank you so much everyone for all the responses. First things first IO am going to try the suggestions starting with kernel update.