You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built the sddm-theme debian package using dpkg-buildpackage. After I installed the package and rebooted the system, sddm shown errors below:
The current theme cannot be loaded due to the errors below, please select another theme.
file:///usr/share/sddm/themes/cutefish/Main.qml:228:9: Type SessionMenu unavailable
file:///usr/share/sddm/themes/cutefish/SessionMenu.qml:21:1: module "QtQuick.Controls" version 1.4 is not installed
Refer to the debian/control , sddm-theme depends on qml-module-qtquick-controls2 , but it seems it's also depends on qml-module-qtquick-controls package.
After I installed the qml-module-qtquick-controls package manually, the error disappeared.
Environment
OS: Debian GNU/Linux 11 (bullseye) aarch64
Host: Raspberry Pi 3 Model B Ver 1.2
Kernel: 5.10.92-v8+
The text was updated successfully, but these errors were encountered:
Description
I built the sddm-theme debian package using
dpkg-buildpackage
. After I installed the package and rebooted the system, sddm shown errors below:Refer to the debian/control , sddm-theme depends on
qml-module-qtquick-controls2
, but it seems it's also depends onqml-module-qtquick-controls
package.After I installed the
qml-module-qtquick-controls
package manually, the error disappeared.Environment
OS: Debian GNU/Linux 11 (bullseye) aarch64
Host: Raspberry Pi 3 Model B Ver 1.2
Kernel: 5.10.92-v8+
The text was updated successfully, but these errors were encountered: