Bug 442650 - Username should be more visible
Summary: Username should be more visible
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Theme - Breeze (show other bugs)
Version: 5.22.4
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: visual-design
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-18 12:37 UTC by medin
Modified: 2021-09-27 13:37 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.24


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description medin 2021-09-18 12:37:04 UTC
The full username has more priority to be visible than any info both on Lock and Login screens. Currently you should really be near screen to see which user is currently (or will be) using the session because username text uses font size similar to Lock/Shutdown/Switch buttons, the only indicator that help to see from a far which user displayed on screen is the user icon. 

Operating System: Manjaro Linux
KDE Plasma Version: 5.22.5
KDE Frameworks Version: 5.85.0
Qt Version: 5.15.2
Kernel Version: 5.4.143-1-MANJARO (64-bit)
Graphics Platform: X11
Comment 1 Nate Graham 2021-09-21 20:03:54 UTC
Actually it's supposed to be the default font size + 2, but I see that this isn't working.
Comment 2 Nate Graham 2021-09-21 20:11:28 UTC
Actually never mind, it is working.
Comment 3 Nate Graham 2021-09-21 20:11:44 UTC
it's just that this is still fairly small, I guess.
Comment 4 Nate Graham 2021-09-21 20:37:26 UTC
Git commit b52cdf9bb6394519347bb2cc4e179e1cf80eac8c by Nate Graham.
Committed on 21/09/2021 at 20:35.
Pushed by ngraham into branch 'master'.

sddm-theme: fix default username font size

It was being set to [config file value] rather than [config file value]+2
which is the side used in the login screen theme.

M  +1    -1    sddm-theme/Login.qml

https://invent.kde.org/plasma/plasma-workspace/commit/b52cdf9bb6394519347bb2cc4e179e1cf80eac8c
Comment 5 Nate Graham 2021-09-21 20:38:19 UTC
Git commit d26c976e923d4a343a157b06972646dad998f506 by Nate Graham.
Committed on 21/09/2021 at 20:37.
Pushed by ngraham into branch 'Plasma/5.23'.

sddm-theme: fix default username font size

It was being set to [config file value] rather than [config file value]+2
which is the side used in the login screen theme.
(cherry picked from commit b52cdf9bb6394519347bb2cc4e179e1cf80eac8c)

M  +1    -1    sddm-theme/Login.qml

https://invent.kde.org/plasma/plasma-workspace/commit/d26c976e923d4a343a157b06972646dad998f506
Comment 6 Bug Janitor Service 2021-09-21 20:50:54 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1074
Comment 7 Nate Graham 2021-09-21 20:51:09 UTC
This one required a two-part change. :)
Comment 8 Nate Graham 2021-09-21 21:01:58 UTC
Git commit 2e4b1e1f2dc901e5551b82cc5c9245e44386d815 by Nate Graham.
Committed on 21/09/2021 at 20:46.
Pushed by ngraham into branch 'master'.

Increase username font size on login, logout, and lock screens

This makes the username a bit easier to see and better matched to the
size of the avatar image.
FIXED-IN: 5.24

M  +1    -1    lookandfeel/contents/components/SessionManagementScreen.qml
M  +1    -1    lookandfeel/contents/components/UserDelegate.qml
M  +1    -1    lookandfeel/contents/components/UserList.qml
M  +1    -1    sddm-theme/Login.qml

https://invent.kde.org/plasma/plasma-workspace/commit/2e4b1e1f2dc901e5551b82cc5c9245e44386d815
Comment 9 Bug Janitor Service 2021-09-27 13:23:07 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1084
Comment 10 Nate Graham 2021-09-27 13:37:24 UTC
Git commit a255a7e1a6d0ef9640d5f60cef6be620f185e744 by Nate Graham.
Committed on 27/09/2021 at 13:37.
Pushed by ngraham into branch 'master'.

Fix non-avatar text sizes on lock and login screens

This reverts commit 2e4b1e1f2dc901e5551b82cc5c9245e44386d815.

That commit was too broad in scope and changed the sizes of more pieces
of text than were needed to fix Bug 442650. It is fixed correctly in
this commit.

M  +1    -1    lookandfeel/contents/components/SessionManagementScreen.qml
M  +4    -2    lookandfeel/contents/components/UserDelegate.qml
M  +1    -1    lookandfeel/contents/components/UserList.qml
M  +1    -1    sddm-theme/Login.qml

https://invent.kde.org/plasma/plasma-workspace/commit/a255a7e1a6d0ef9640d5f60cef6be620f185e744