Bug 380943 - bad rendering logout screen
Summary: bad rendering logout screen
Status: RESOLVED FIXED
Alias: None
Product: ksmserver
Classification: Plasma
Component: ui (show other bugs)
Version: 5.10.1
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Lubos Lunak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-07 17:02 UTC by Potomac
Modified: 2020-01-31 18:37 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
dark font color and dark background (10.98 KB, image/jpeg)
2017-06-07 17:02 UTC, Potomac
Details

Note You need to log in before you can comment on or make changes to this bug.
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.