https://bugs.kde.org/show_bug.cgi?id=353975
--- Comment #149 from wget <will...@gathoye.be> --- >From my side, I can confirm the related problems have been fixed in the latest 5.24 dot releases. However, to make this happens, I had to reset the KDE related conf (and I took the initiative to reset all the KDE apps conf too, in order to start clean, since I was using the same install since 2018 already). I assume there was some leftovers from previous 5.x versions making KWin or related to misbehave. ``` #!/usr/bin/env bash cd ~/ rm -rv .kde rm -rv .cache/plasmashell* rm -rv .cache/org.kde.dirmodel-qml.kcache rm -rv .cache/kioexec/ .cache/krunner/ .cache/ksycoca5* rm -rv .cache/krunnerbookmarkrunnervirefoxdbfile.sqlite rm -rv .config/plasma* rm -rv .config/kde* cd .local/ rm -rv kate/ kded5/ klipper/ knewstuff3/ kscreen/ konsole/ kwalletd/ ksysguard/ kmail2/ kcookiejar/ kactivitymanagerd/ cd share/ rm -rv dolphin kate kcookiejar kded5 keyrings klipper kmail2 knewstuff3 konsole kscreen ksysguard kwalletd kxmlgui5 plasma_engine_comic plasma plasma_notes org.kde.gwenview cd ~/.config/ rm -rv akonadi* KDE kconf_updaterc baloo* dolphinrc drkonqirc gwenviewrc kmail2rc k*rc katemetainfos ``` [src.](https://forum.manjaro.org/t/how-reset-all-kde-settings/21518/3) My KDE daily driver machine is a DELL Inspiron 5579 with i7-8550U and Intel UHD 620 as "graphic" card. -- You are receiving this mail because: You are watching all bug changes.