cutefishos / sddm-theme

SDDM Theme for CutefishOS.
GNU General Public License v3.0
14 stars 16 forks source link

Module "QtQuick.Controls" version 1.4 not installed #6

Open weilinfox opened 2 years ago

weilinfox commented 2 years ago

Description

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+

elysia-best commented 1 year ago

I am going to maintain a fork of Cutefish in @Simple-Linux-DE. Thanks for your notice!