FS#70846 - [maui] Applications fail to run
Attached to Project:
Community Packages
Opened by Balló György (City-busz) - Thursday, 13 May 2021, 21:35 GMT
Last edited by Antonio Rojas (arojas) - Friday, 14 May 2021, 05:58 GMT
Opened by Balló György (City-busz) - Thursday, 13 May 2021, 21:35 GMT
Last edited by Antonio Rojas (arojas) - Friday, 14 May 2021, 05:58 GMT
|
Details
maui applications (clip, index, pix, vave) fail to start
with the following error:
Cyclic dependency detected between "file:///usr/lib/qt/qml/org/mauikit/controls/Style.qml" and "file:///usr/lib/qt/qml/org/mauikit/controls/Style.qml" QQmlApplicationEngine failed to load component qrc:/main.qml:24:1: Type Maui.ApplicationWindow unavailable file:///usr/lib/qt/qml/org/mauikit/controls/ApplicationWindow.qml:341:34: Type Maui.WindowControls unavailable file:///usr/lib/qt/qml/org/mauikit/controls/labs/WindowControlsLinux.qml:8:1: module "org.kde.appletdecoration" is not installed Possibly a missing dependency, but I can't figure out. |
This task depends upon
Closed by Antonio Rojas (arojas)
Friday, 14 May 2021, 05:58 GMT
Reason for closing: Fixed
Additional comments about closing: mauikit 1.2.2-3
Friday, 14 May 2021, 05:58 GMT
Reason for closing: Fixed
Additional comments about closing: mauikit 1.2.2-3
Comment by C (camapola) - Thursday,
13 May 2021, 22:38 GMT
The missing dependency is plasma5-applets-window-buttons. After
installing it, the Maui apps open just fine.