Hello everyone.
After installing KDE Plasma from source, I was told to set several environment variables for the session to work (QT_PLUGIN_PATH, QT_QUICK_CONTROLS_STYLE_PATH, QML2_IMPORT_PATH, etc), because I installed it in /usr/local
.
And indeed, the X/Wayland session work, but the breeze theme in SDDM, cannot be loaded…
I see red error messages that goes :
The current theme cannot be loaded due to the errors below, please select another theme.
file:///usr/local/share/sddm/themes/breeze/Main.qml:14:1: module “org.kde.plasma.extras” is not installed
file:///usr/local/share/sddm/themes/breeze/Main.qml:13:1: module “org.kde.plasma.components” is not installed
…and so on…
I know it’s due to the QML modules couldn’t be imported due to them being not searched at their correct location, but setting the environment variables in /etc/profile
did not help…
Could you tell me where’s the best place to set the KDE installation env vars in general, so it works with SDDM ?
I use Debian, BTW