Draft: Logout Greeter: Simplify
logout-greeter: Replace most context properties with QML import
SessionManager is already exposed as a QML import, by using this directly in the QML we avoid the messy mix of context properties and relying on magically named signals emitted by the QML file which isn't easy to work with. It gets rid of a tonne of unnecessary code in the process.
- some other fixes in other commits
Edited by David Edmundson