02-15-2021, 12:19 PM
(This post was last modified: 02-15-2021, 12:21 PM by pagesix1536.)
I was disappointed to find out that software only available on Sailfish (and possibly Manjaro I think I heard)?
Saw there were instructions on how to compile for Ubuntu. Decided to be adventurous, and I just tried to compile it on my Pinephone running Mobian. It seems to have successfully. Daemon starts up, and app even seems to want to run. I'm guessing there's something missing still ("No drivers found") or an issue with the fact that Phosh is using Wayland.) But it sill shows nothing on the screen and is not usable. If you launch it from the app screen, nothing happens, but the binary will be running in the background.
Saw there were instructions on how to compile for Ubuntu. Decided to be adventurous, and I just tried to compile it on my Pinephone running Mobian. It seems to have successfully. Daemon starts up, and app even seems to want to run. I'm guessing there's something missing still ("No drivers found") or an issue with the fact that Phosh is using Wayland.) But it sill shows nothing on the screen and is not usable. If you launch it from the app screen, nothing happens, but the binary will be running in the background.
Code:
mobian@mobian:~$ ps aux | grep amazfish
mobian 14183 0.0 0.7 235988 22976 ? Ssl 12:53 0:00 /usr/local/bin/harbour-amazfish
mobian@mobian:~$ harbour-amazfish-ui
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
("/var/lib/flatpak/exports/share/icons", "/usr/local/share/icons", "/usr/share/icons", ":/icons") (":qml/custom-icons")
Connecting to daemon signals
void DaemonInterface::changeConnectionState()
No drivers found
QQmlApplicationEngine failed to load component
qrc:/qml/harbour-amazfish.qml:11:1: Type ApplicationWindowPL unavailable
qrc:/qml/components/platform/ApplicationWindowPL.qml:22:1: module "org.kde.kirigami" is not installed
qrc:/qml/components/platform/ApplicationWindowPL.qml:21:1: module "Qt.labs.settings" is not installed
qrc:/qml/components/platform/ApplicationWindowPL.qml:22:1: module "org.kde.kirigami" is not installed
qrc:/qml/components/platform/ApplicationWindowPL.qml:21:1: module "Qt.labs.settings" is not installed