<div dir="ltr">This also isn't SDDM, but "ksplash"<br><br>It's vaguely do-able.<br>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.<br><br>If you did want something more advanced, the splash is QtQuick. From QtQuick you can just import C++ that does literally anything.<br><br><a href="http://doc.qt.io/qt-5/qtqml-modules-cppplugins.html">http://doc.qt.io/qt-5/qtqml-modules-cppplugins.html</a><br>(or even <a href="http://pyqt.sourceforge.net/Docs/PyQt5/qml.html">http://pyqt.sourceforge.net/Docs/PyQt5/qml.html</a> see "Writing Python Plugins for qmlscene")<br><br>Though note the more stuff you put in ksplash, the slower your startup will be. <br></div>