community/okular Missing dependency for okular-mobile
When I try to run okular-mobile
on my pinephone without qt5-qtquickcontrols
, I get the following output:
pine64-pinephone:~$ okularkirigami Soloveichik\ et\ al\ -\ Deterministic\ Function\ Computation\ with\ Chemical\ Reaction.pdf
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
QSocketNotifier: Can only be used with threads started with QThread
QObject: Cannot create children for a parent that is in a different thread.
(Parent is QApplication(0xfffff2b5c0a0), parent's thread is QThread(0xffffa7eeafe0), current thread is QThread(0xaaaaba93a9a0)
QObject::installEventFilter(): Cannot filter events for objects in a different thread.
QQmlApplicationEngine failed to load component
qrc:/package/contents/ui/main.qml:21:1: module "QtQuick.Dialogs" is not installed
After installing qt5-qtquickcontrols
it does launch, however.