Bug 380943

Summary: bad rendering logout screen
Product: [Plasma] ksmserver Reporter: Potomac <mister.freeman>
Component: uiAssignee: Lubos Lunak <l.lunak>
Status: RESOLVED FIXED    
Severity: normal CC: bhush94, hugo.pereira.da.costa, nate, plasma-bugs
Priority: NOR    
Version: 5.10.1   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: dark font color and dark background

Description Potomac 2017-06-07 17:02:35 UTC
Created attachment 105966 [details]
dark font color and dark background

Hello,

I use archlinux 64 bits, Plasma 5.10.1, with oxygen theme,

since plasma 5.10.0 I notice that the logout screen is badly rendered when the oxygen theme is used,

the background color is too dark ( dark blue ), as the font color is also dark ( dark grey ) then the readability of the text ( reboot, shutdown, halt ) is very difficult ( see my screenshot ),

it seems that the oxygen package doesn't have a "Logout.qml" file, it uses the breeze version ( usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/logout/Logout.qml ), which can explain the bug,

in usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/logout/Logout.qml file this line 120 triggers the bug :

        //use "black" because this is intended to look like a general darkening of the scene. a dark gray as normal background would just look too "washed out"
        color: root.rgbToHsv(PlasmaCore.ColorScope.backgroundColor).v > 128 ? PlasmaCore.ColorScope.backgroundColor : "black"

if I delete this line and replace it by this then all is ok :

color: PlasmaCore.ColorScope.backgroundColor
Comment 1 Hugo Pereira Da Costa 2017-06-07 18:12:08 UTC
Thanks for reporting. Reassigning to plasma
Comment 2 Nate Graham 2020-01-31 18:37:48 UTC
This was fixed a few releases ago.