Done and working
4 Likes
Three machines updated - all’s well that updates well.
3 Likes
Did you manage to fix it somehow? I’ve gone back to usin the dedicated titlebar and it looks awful!
No. Just been sucking it up as I plan to do a refresh soon.
I half expect that doing the plasma dance might fix it.
(New test plasma user seemed to have breeze controls.)
As a (bash .. dont know about the other ones) one-line:
cd ~/.config && for j in plasma*; do mv -- "$j" "${j%}.bak"; done && mv Trolltech.conf Trolltech.conf.bak && rm -rf ~/.cache/* && kbuildsycoca6 --noincremental && cd ~ && echo -e "\nFinished Clearing Plasma Settings and User Cache.\n\nPlease Reboot.\n"
Of course be aware that whether executing that or following the archwiki you will lose desktop configurations like your chosen theme etc. The line also removes everything in ~/.cache
.
1 Like