Summary: | Breeze SDDM theme should be more readable when using wallpapers | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | RaitaroH <RaitaroHikami> |
Component: | Global Theme packages | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | anditosan1000, bugseforuns, gamunu.balagalla, i, kde, nate, plasma-bugs, samrog131, simonandric5 |
Priority: | NOR | Keywords: | usability |
Version: | master | Flags: | kde:
VisualDesign+
|
Target Milestone: | 1.0 | ||
Platform: | Neon | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=369676 | ||
Latest Commit: | https://commits.kde.org/plasma-workspace/448455c3c937cebc1358dc417b280b0008a4c196 | Version Fixed In: | 5.13 |
Sentry Crash Report: | |||
Attachments: | Wallpaper example. |
Description
RaitaroH
2018-01-06 17:36:07 UTC
KDM is obsolete, and SDDM bug reports are tracked at https://github.com/sddm/sddm. However this request is for the Breeze SDDM theme, so moving it there. @Nate we've been putting anything that comes from plasma-workspace/lookandfeel here. That duristriction is a bit messy. As for the bug: The old lockscreen handled with the half opactiy black stripes, but this was explicitly removed in the new design which came from the VDG. A fix needs to come from there also. Thanks, we're currently discussing this. I solved the readability problem by moving the texts to the sliding semitransparent cover. YouTube preview: https://youtu.be/04X4cb9XTkg KDE Store: https://store.kde.org/p/1174674/ The lock screen has same problem: Bug 369676 - White lockscreen text's readability depends on background - https://bugs.kde.org/show_bug.cgi?id=369676 This problem goes away if there's a way to do custom theming. It would be nice to have the lockscreen to be in harmony with the login screen (SDDM). A proposed new design that VDG is iterating on can be found in Bug 369676. We won't be able to support arbitrary user-specified themes since the login screen has to be able to run independently of any individual user's settings, but we could at least make it consistent with the default lock screen look. (In reply to Gamunu Balagalla from comment #6) > This problem goes away if there's a way to do custom theming. It would be > nice to have the lockscreen to be in harmony with the login screen (SDDM). Could you tell what do you mean 'custom theming' ? I have edited both the SDDM greeter and the lock screen. Result is: From Breeze Slider 2 SDDM theme to Breeze Custom Lock.mp4 - https://youtu.be/rCDBdGe8va0 All components are available from the KDE store to custom the your system. - Breeze Slider 2 SDDM theme: https://store.kde.org/p/1222217/ - ImageSplash: https://store.kde.org/p/1173958/ - Video wallpaper: https://store.kde.org/p/1213488/ - Breeze Custom Lock Screen: https://store.kde.org/p/1216681/ Git commit 448455c3c937cebc1358dc417b280b0008a4c196 by Marco Martin. Committed on 22/04/2018 at 14:41. Pushed by mart into branch 'master'. fade to blur when the login box appears Summary: for both lockscreen and login screen: * display the wallpaper and the clock with a shadow by default * at the first mouse or keyboard input, make the input fields appear * the actual controls appear pretty fast * the wallpaper starts to blur, desaturate and fade to darker * after 10 seconds make the controls disappear again * as soon as anything is written in the password field never fade out the controls * if the virtual keyboard is open, never fade out the controls * if anything is pushed on the stack, like "switch user", never fade the controls * Esc clears the field and makes controls disappear (closing keyboard if needed) the fade won't happen if the background is a simple color Related: bug 369676 FIXED-IN: 5.13 Depends on D12314 Recommended D11309 and D11308 to change the default wallpaper to plasma wallpaper Test Plan: tested the behavior of all the above points Reviewers: #plasma, #vdg, ngraham Reviewed By: #vdg, ngraham Subscribers: zzag, abetts, davidedmundson, ngraham, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D11928 M +4 -2 lookandfeel/contents/components/Clock.qml M +0 -1 lookandfeel/contents/components/SessionManagementScreen.qml A +182 -0 lookandfeel/contents/components/WallpaperFader.qml [License: GPL (v2)] M +81 -13 lookandfeel/contents/lockscreen/LockScreenUi.qml M +2 -0 sddm-theme/Login.qml M +308 -236 sddm-theme/Main.qml https://commits.kde.org/plasma-workspace/448455c3c937cebc1358dc417b280b0008a4c196 *** Bug 394791 has been marked as a duplicate of this bug. *** |