STEPS TO REPRODUCE 1. Create a new user account 2. Login into this new user account (Wayland session) 3. Change the global theme from openSUSE to Breeze Twilight OBSERVED RESULT The theme changes but it looks exactly like Breeze. STEPS TO REPRODUCE 4. Change the theme to Breeze dark and then to Breeze OBSERVED RESULT The theme changes to Breeze dark and then to Breeze STEPS TO REPRODUCE 5. Change the theme to Breeze Twilight again OBSERVED RESULT The Breeze theme stays. STEPS TO REPRODUCE 6. Log back in OBSERVED RESULT Breeze Twilight is finally applied. SOFTWARE/OS VERSIONS Operating System: openSUSE Tumbleweed 20220424 KDE Plasma Version: 5.24.4 KDE Frameworks Version: 5.93.0 Qt Version: 5.15.2 Kernel Version: 5.17.4-1-default (64-bit) Graphics Platform: Wayland
There were no relevant logs in journalctl which could give any hint.
Can you paste the output of `grep LookAndFeelPackage ~/.config/kdeglobals` before and after each step?
kdeglobals1: initial kdeglobals after creating the user account kdeglobals2: breeze dark kdeglobals3: breeze twilight kdeglobals4: breeze kdeglobals5: breeze twilight kdeglobals6: logout and log back in ~> grep -ir "LookAndFeelPackage" kdeglobals* kdeglobals2:LookAndFeelPackage=org.kde.breezedark.desktop kdeglobals3:LookAndFeelPackage=org.kde.breezetwilight.desktop kdeglobals4:LookAndFeelPackage=org.kde.breeze.desktop kdeglobals5:LookAndFeelPackage=org.kde.breezetwilight.desktop kdeglobals6:LookAndFeelPackage=org.kde.breezetwilight.desktop
At a first glance it looks fine, but somehow the configuration is not applied to the panel and its applet before logging back in.
Aha, that. It's a bug specific to Fedora caused by an incorrect downstream patch. See Bug 450065. *** This bug has been marked as a duplicate of bug 450065 ***