https://bugs.kde.org/show_bug.cgi?id=524688
Bug ID: 524688
Summary: KDE neon package missing runtime dependency on
kirigami-app-components
Classification: Applications
Product: KeepSecret
Version First 26.08.0
Reported In:
Platform: Neon
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: General
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
Distribution: KDE neon User Edition, Ubuntu 24.04 (Noble)
Package:
keepsecret 26.08.0-0zneon+24.04+noble+release+build12
After upgrading KDE neon, KeepSecret fails to start.
Running `keepsecret` from a terminal produces:
```text
QQmlApplicationEngine failed to load component
qrc:/qt/qml/org/kde/keepsecret/qml/Main.qml:10:1: module
"org.kde.kirigami.actioncollection" is not installed
Error during loading main.qml
```
The installed package is:
```text
keepsecret:
Installed: 26.08.0-0zneon+24.04+noble+release+build12
Candidate: 26.08.0-0zneon+24.04+noble+release+build12
```
`apt-cache depends keepsecret` does not list `kirigami-app-components` as a
dependency.
Installing the package manually fixes the issue:
```bash
sudo apt install kirigami-app-components
```
After installing `kirigami-app-components`, KeepSecret starts normally and the
missing `org.kde.kirigami.actioncollection` error is gone.
It therefore appears that the KDE neon package for KeepSecret 26.08.0 is
missing a runtime dependency on `kirigami-app-components`.
This appears to be a KDE neon packaging issue rather than an upstream
KeepSecret issue.
--
You are receiving this mail because:
You are watching all bug changes.