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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

The 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
Comment by Antonio Rojas (arojas) - Thursday, 05 January 2017, 09:11 GMT
Given that the desktop file has NoDisplay=true, I assume this is unfinished and not meant to be used yet.

Loading...