Okay, so I finally published my first impressions running #Phosh and #Mobian on the #PocoF1!
Screenshots included, along with a few photos so you can see what the phone itself looks like. Link below, and sneak preview attached 😉️
https://badrihippo.thekambattu.rocks/clog/72-hours-with-phosh-and-mobian/
@badrihippo Nice write up! Some outlook:
- Background setting will be possible without CSS soon (hopefully form 0.43 on): https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1262
- We have more and (and hopefully) better dictionaries for presage now: https://phosh.mobi/releases/rel-0.42.1/#related-components .Won't help with the slight typos you mentioned but there's an fzf based completer too. maybe we should combine those?
1/2
- gnome-screenshot works for screenshots (or power button long pess)
- We'll get `alt` and `ctrl` in p-o-s in the next release too: https://gitlab.gnome.org/guidog/phosh-osk-stub/-/merge_requests/165
And just so no one gets scared: audio / call setup is fully out of the box on non Qualcomm devices (like PinePhone and Liberm5) already 😃.
2/2
@phosh oh yay, good to know about the background setting! (The least mission-critical, but also the most fun 😉)
I didn't know about the fzf-based completer, but combining those sounds cool! Actually, I've been playing with @zachdecook's swipeGuess, which is surprisingly good at fixing typos too.
Oh yeah I've used power button long-press a bit, but I usually need a timeout to set things up 😅 didn't know about gnome-screenshot; I will try that!
@badrihippo @phosh @zachdecook I think shift should already work with the one on the keyboard. At least I've checked `<ctrl>` (from the shortcuts bar) and <shift>c` from the osk layout.
We might a need a minor fix to combine it with other shortcuts from the shortcuts bar so you can have `<ctrl>c` as shortcut and when you select `<shift>` first it gives you `<ctrl><shift>c`.
@badrihippo @phosh I'm not aware of a presage cli tool that could be used in a shell pipeline which would then work to chain that and fzf together via the pipe completer. That cli would need to read json or similar as you not only need preedit but also the surrounding text.
It should be doable with not too much effort, needs some coding (both the cli tool and then the p-o-s side to feed the surrounding text to the pipe completer too).
@badrihippo @phosh The #sailfishos folks made some changes to #presage (https://github.com/sailfish-keyboard/presage) so maybe before coding too much checking out their improvements makes sense?
@badrihippo @phosh The sailfish fork is "drop in" (https://gitlab.gnome.org/guidog/phosh-osk-stub/-/merge_requests/127) so there's (at least initially) not much C/GTK involved. It is basically building against a self built libpresage2 instead of the libpresage in Debian and tweaking the presage config XML.
Even that can be a challenge when being new to all of this but at least one doesn't need to worry about that many things in parallel.
@agx late night messaging; I forgot I already have a shift 😅
I tried `<shift><backspace>` from my existing p-o-s (probably without even the `<ctrl>` updates) in Geary and it worked to delete an email. So yeah, that's working!
@phosh