Hi, I disabled the QML
cache on my Plasma 6 machine. By creating a /user/home/environment.d/envars.conf
and placing QML_DISABLE_DISK_CACHE
inside the file. Powercycled the machine and logged into Plasma. The desktop was unusable so I alt+sysrq reisub
to powercycle. Then logged in to ICEWM (openSUSE TW) via SDDM. I added QML_FORCE_DISK_CACHE
removed QML_DISABLE_DISK_CACHE
. Desktop is missing applications pinned to systray and everything in menu launcher is also now missing (Plasma 6) session. Desktop is unusable.
I have also passed > find ${XDG_CACHE_HOME:-$HOME/.cache}/**/qmlcache -type f -delete
in konsole. Found here https://github.com/NixOS/nixpkgs/issues/177720
That was probably a bad idea also it appears at this point.
Can you tell me if it is possible to repair the DE and how to go about it if so?
-Thanks