Bug 417824 - Make the login and lock screens look the same
Summary: Make the login and lock screens look the same
Status: CONFIRMED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Theme - Breeze (show other bugs)
Version: 5.18.0
Platform: Other Linux
: NOR wishlist
Target Milestone: 1.0
Assignee: visual-design
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-18 12:00 UTC by popov895
Modified: 2023-05-18 08:46 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Login screen (81.08 KB, image/jpeg)
2020-02-18 12:01 UTC, popov895
Details
Lock screen (74.17 KB, image/jpeg)
2020-02-18 12:01 UTC, popov895
Details
Lock screen (806.30 KB, image/png)
2020-02-18 13:09 UTC, popov895
Details
Preview of the login screen (818.02 KB, image/png)
2020-02-18 13:10 UTC, popov895
Details
Real view of the login screen (820.38 KB, image/png)
2020-02-18 13:10 UTC, popov895
Details
Comparison of login and lock screens (84.51 KB, image/jpeg)
2020-02-18 17:09 UTC, popov895
Details

Note You need to log in before you can comment on or make changes to this bug.
Description popov895 2020-02-18 12:00:39 UTC
SUMMARY

Login and lock screens look almost the same, but they have small differences in the position and size of the UI elements (password field, avatar, date and time, etc.)

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: 5.18
KDE Plasma Version: 5.18.0
KDE Frameworks Version: 5.67.0
Qt Version: 5.13.2
Comment 1 popov895 2020-02-18 12:01:19 UTC
Created attachment 126121 [details]
Login screen
Comment 2 popov895 2020-02-18 12:01:37 UTC
Created attachment 126122 [details]
Lock screen
Comment 3 David Edmundson 2020-02-18 12:08:19 UTC
90% of the problems are simply different fonts loaded which is unfixable other than syncing your fonts which there is an option for.

If you run
sddm-greeter --test-mode --theme /usr/share/sddm/themes/breeze/  

and you still see differences please list them more specifically
Comment 4 popov895 2020-02-18 13:08:55 UTC
In the preview, I got the difference in the avatar and in the position of the bottom buttons. But after using the “Sync” option in the SDDM settings, the actual look of the lock and login screens is still different (size and position of the password field, bottom buttons, date/time widget, battery indicator and session chooser).
Comment 5 popov895 2020-02-18 13:09:39 UTC
Created attachment 126125 [details]
Lock screen
Comment 6 popov895 2020-02-18 13:10:03 UTC
Created attachment 126126 [details]
Preview of the login screen
Comment 7 popov895 2020-02-18 13:10:25 UTC
Created attachment 126127 [details]
Real view of the login screen
Comment 8 Nate Graham 2020-02-18 16:13:28 UTC
The missing power/session actions issue is tracked by Bug 336369.

The lack of a "Desktop Session" chooser in the lock screen is intentional; you can't change the session without logging out.

So the only remaining differences appear to be the following:
- The power/session actions row is a bit farther down in the login screen than it is in the lock screen
- There's no virtual keyboard option on the login screen
- The keyboard layout chooser is a combobox on the login screen, but a toggle button on the lock screen
- The user avatar is bigger inside its circle on the login screen

Those seem reasonable to fix.
Comment 9 Andres Betts 2020-02-18 16:38:40 UTC
+1 for the idea.
Comment 10 popov895 2020-02-18 17:09:41 UTC
Created attachment 126134 [details]
Comparison of login and lock screens

The left half is the lock screen, and the right half is the login screen.
Comment 12 popov895 2020-05-17 10:41:59 UTC
You're right, the main problem I had was a different DPI settings. I apologize. So now the only remaining differences are listed in the comment 8.
Comment 13 popov895 2020-05-20 11:27:50 UTC
I found another interesting thing. On the lock screen after some idle time (~10 seconds) all controls are hidden, except for the date and time. But on the login screen after some idle time (~50 seconds) all controls are hidden, including the date and time. Is this a bug or a feature?