Summary:
Currently we install sddm theme twice, once where sddm expects theme and
another in look&feel package. This duplicate installation is not really
a good idea because one in look-and-feel is completely unused.
Reviewers: davidedmundson, mart, sitter
Reviewed By: sitter
Subscribers: plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D2351
Summary: Implemented the new login screen as designed by Andreas
Test Plan: As there is a dummydata folder, simply run qmlscene Main.qml
to test
Reviewers: #plasma
Subscribers: plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D1670
Display the grey login strip in sddm on every screen separated instead
of displaying one strip that goes over all screens.
The latter could result in a password promt or user selection that is
subdivided into two parts on two screens.
This commit displays the strip on every screen (like the background
image) so it won't be subdivided anymore.
REVIEW: 123124