SDDM detailed login

David Edmundson david at davidedmundson.co.uk
Tue Oct 31 20:04:12 UTC 2017


This also isn't SDDM, but "ksplash"

It's vaguely do-able.
For a simple verison you'll have access to a contextProperty called "stage"
which is an integer from 0-5 that goes up as we load the various parts.

If you did want something more advanced, the splash is QtQuick. From
QtQuick you can just import C++ that does literally anything.

http://doc.qt.io/qt-5/qtqml-modules-cppplugins.html
(or even http://pyqt.sourceforge.net/Docs/PyQt5/qml.html see "Writing
Python Plugins for qmlscene")

Though note the more stuff you put in ksplash, the slower your startup will
be.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/enterprise/attachments/20171031/caaba609/attachment.html>


More information about the Enterprise mailing list