broulik created this revision.
broulik added reviewers: Plasma, jriddell.
broulik set the repository for this revision to rPLASMAWORKSPACE Plasma 
Workspace.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.

REVISION SUMMARY
  QML imports seem to have a higher priority for components resolution than the 
local filesystem has, so when we use Login {} we actually use the one from 
"components" which does not have a showUserList property breaking the login 
screen.
  
  By importing "components" under a namespace we make sure we really only load 
Login {} from the current directory.

TEST PLAN
  Tried with qmlscene, login shows up, and the "search user" part also works.
  It only uses ActionButton and Battery from Components. (It has an identical 
copy of Clock.qml but I don't want to risk anything now, so it stays there)
  
  This needs to go into Plasma/5.8 branch and a re-spin of the plasma-workspace 
package is neede.

REPOSITORY
  rPLASMAWORKSPACE Plasma Workspace

REVISION DETAIL
  https://phabricator.kde.org/D2911

AFFECTED FILES
  sddm-theme/Main.qml

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: broulik, #plasma, jriddell
Cc: plasma-devel, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas

Reply via email to