#1122847 merkuro: Missing dependency when installing merkuro

#1122847#5
Date:
2025-12-13 06:38:31 UTC
From:
To:
Dear Maintainer,


Description:
After installing merkuro (version 25.08.3-2) on Debian unstable using aptitude, the application fails to launch with a QML module loading error. The merkuro package does not automatically install the required qml6-module-org-kde-kirigamiaddons-settings dependency, causing the application to be non-functional immediately after installation.


Steps to Reproduce:

1. Install merkuro using sudo aptitude install merkuro
2. Attempt to launch the application with merkuro-calendar
3. Observe the failure to load

Expected Behavior:
Merkuro should launch successfully after installation with all required dependencies automatically installed.

Actual Behavior:
Application fails to start with the following error:
QQmlApplicationEngine failed to load component
qrc:/qt/qml/org/kde/merkuro/calendar/qml/Main.qml:282:5: Type ConfigurationsView unavailable
qrc:/qt/qml/org/kde/merkuro/calendar/qml/Settings/ConfigurationsView.qml:8:1: module "org.kde.kirigamiaddons.settings" is not installed

Workaround:
Manually install the missing dependency:
sudo aptitude install qml6-module-org-kde-kirigamiaddons-settings
After installing this package, merkuro launches successfully.