phosh 0.13.1 is out 馃殌 :
https://gitlab.gnome.org/World/Phosh/phosh/-/tags/v0.13.1
Feedback quick setting cycles through all modes, "Close all" notifications button, improved encrypted media handling and fractional scaling improvements.
@agx Successfully compiled and running on my Pinephone with Manjaro. Loving the fractional scaling but squeekboard doesn't seem to be working, the icon in the bottom right is greyed out. Do I also need to compile the latest release of it as well?
@joshfowler squeekboard is not affected/changed by this release, likely it's "just" not running in your session? Squeekboard startup is still snowflaky: https://source.puri.sm/Librem5/librem5-base/-/blob/pureos/byzantium/default/osk-wayland . Or maybe you're running `phosh-osk-stub` (which is just for tests).
@agx Thanks for the quick reply. I can run squeekboard manually via SSH and it behaves as normal. I'm guessing that there is something in Manjaro changes for Phosh that has been overwritten by compiling and deploying myself. How is the squeekboard startup script called normally?
@joshfowler gnome-session brings up the required components in `phosh.session.desktop`. The OSK one is named `sm.puri.OSK0`
@agx Hmmmm, everything is fine if I roll back to 0.12.1. However now sound isn't working so I'm going to try 0.13.1 on a fresh install to make sure I'm not leading us down a rabbit hole!
@joshfowler well if you can start squeekboard manually then something is wrong with your session. Are yo maybe using systemd activation while manjaro uses builtin session (see meson_options.txt)?
@joshfowler or `meson -Dsystemd=true ...`