Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#52373 - What is org.kde.mobile in the okular package?
Attached to Project:
Arch Linux
Opened by Lukas B (teateawhy) - Thursday, 05 January 2017, 02:24 GMT
Last edited by Antonio Rojas (arojas) - Thursday, 05 January 2017, 20:35 GMT
Opened by Lukas B (teateawhy) - Thursday, 05 January 2017, 02:24 GMT
Last edited by Antonio Rojas (arojas) - Thursday, 05 January 2017, 20:35 GMT
|
DetailsThe following desktop files which are part of okular launch applications which crash when the "kirigami" package is not installed.
pacman -Qql okular| grep org.kde.mobile. gtk-launch $(pacman -Qql okular| grep org.kde.mobile. | head -n 1 | cut -d '/' -f 5) "file:///usr/share/kpackage/genericqml/org.kde.mobile.okular/contents/ui/main.qml" "Error loading QML file.\n23: module \"org.kde.kirigami\" is not installed\n" At first this looks like a missing dependency. However, after installing kirigami, these applications still aren't able to do anything but showing two icons. So what is the purpose of org.kde.mobile? |
This task depends upon
Closed by Antonio Rojas (arojas)
Thursday, 05 January 2017, 20:35 GMT
Reason for closing: Won't fix
Additional comments about closing: No point in adding the dependency since it doesn't work anyway
Thursday, 05 January 2017, 20:35 GMT
Reason for closing: Won't fix
Additional comments about closing: No point in adding the dependency since it doesn't work anyway

Given that the desktop file has NoDisplay=true, I assume this is unfinished and not meant to be used yet.