Weekly #LinuxPhone Update (20/2022): A new #SailfishOS device, postmarketOS 21.12 SP5 and #PinePhonePro Camera Progress
@linmob Regarding
https://teddit.net/r/pinephone/comments/usnbg4/phosh_in_a_virtual_machine/ : One can run the app in a nested #phosh session on your PC/laptop (I use that every a lot):
phoc -E /usr/libexec/phosh; WAYLAND_DISPLAY=wayland-1 your-app
You can also use this during CI to take screenshots of your app like we do in phosh itself: https://gitlab.gnome.org/guidog/phosh/-/jobs/2011103/artifacts/file/screenshots/uk_UA.UTF-8.png
This falls short if you need modem access, etc and your PC doesn't have a modem, etc but for checking scaling it works and gives you easy log, gdb etc access.
@agx Thank you! That's really helpful - I'll post this to the reddit thread. 👍
@linmob it'd be happy to add a script similar to `_build/run` that gets the path's right based on meson's default so this becomes a one liner.