https://bugs.kde.org/show_bug.cgi?id=476958
--- Comment #3 from Ismael Asensio <isma...@gmail.com> --- I can confirm that the issue is un-cleaned configuration entries still present in `~/.config/kdedefaults/kwinrc` and removing it fixes this issue. There's a whole group [TabBox] that it's not necessary anymore there: [TabBox] DesktopLayout=org.kde.breeze.desktop // Not used anymore DesktopListLayout=org.kde.breeze.desktop // Not used anymore LayoutName=org.kde.breeze.desktop // Cause of this bug. Not used by breeze themes but might be by others. Since https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/2910 we no longer include the tabbox config default in the breeze look-and-feel themes (but directly in kwin), so luckily new users of Plasma 6 will not reproduce the bug. However, we should remove the obsolete config entries for users updating from Plasma 5. We can make a kconfupdate script just for this. Something like https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/3345 looks like the definitive and more general solution. -- You are receiving this mail because: You are watching all bug changes.