Bug 453083

Summary: Breeze Twilight first correctly applied after logging back in on a new user account
Product: [Applications] systemsettings Reporter: postix <postix>
Component: kcm_lookandfeelAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: kde, nate, postix
Priority: NOR    
Version: 5.24.4   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description postix 2022-04-27 10:31:19 UTC
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
Comment 1 postix 2022-04-27 10:33:40 UTC
There were no relevant logs in journalctl which could give any hint.
Comment 2 Nate Graham 2022-04-27 16:22:24 UTC
Can you paste the output of `grep LookAndFeelPackage ~/.config/kdeglobals` before and after each step?
Comment 3 postix 2022-04-27 17:28:39 UTC
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
Comment 4 postix 2022-04-27 17:29:57 UTC
At a first glance it looks fine, but somehow the configuration is not applied to the panel and its applet before logging back in.
Comment 5 Nate Graham 2022-05-02 18:07:49 UTC
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 ***