📱 A short look back on #phosh in 2022: https://honk.sigxcpu.org/con/Phosh_2022_in_retrospect.html
Along with that goes
phosh-mobile-settings 0.23.0 to show the plugin prefs: https://gitlab.gnome.org/guidog/phosh-mobile-settings/-/tags/v0.23.0
phosh-osk-stub 0.23.0~rc2 with initial completion support, short-cut bars and more: https://gitlab.gnome.org/guidog/phosh-osk-stub/-/tags/v0.23.0_rc2
2️⃣ /2️⃣
phosh 0.23.0 is out 🚀📱 :
There's a new lockscreen plugin to show emergency information by @kop316 , Plugins can now have preferences, we switched documentation to gi-docgen and there's more.
Check out the full release notes at https://gitlab.gnome.org/World/Phosh/phosh/-/tags/v0.23.0
#phosh #librem5 @purism #gnome #linux #mobile #linuxmobile
1️⃣ /2️⃣
@norbert @bsi Ich wünschte wir hätten 10% der Kohle die da in den letzten 10 Jahren im Bund für mobile Kommunikation ausgegeben wurde für #linuxmobile - keine NDAs, alles transparent und auch durch die Bürger, die das finanzieren, nutzbar.
« This is a stark reminder that centralized platforms can impose arbitrary and unfair limits on what you can and can’t say while holding your social graph hostage. » https://blog.joinmastodon.org/2022/12/twitter-suspends-mastodon-account-prevents-sharing-links/ by @joinmastodon@twitter.com
@norbert @bsi Werbung für Apple auf Steuerzahlerkosten: Wir können als Bundesamt bestätigen (und teilen das auch gerne öffentlich mit) das das iPhone und iOS sicher sind, sagen aber nicht wie - eure Steuergelder haben wir aber gerne dafür ausgegeben. Da muss der Druck des BMI mal wieder hoch gewesen sein.
@kop316 I always wanted a way for #phosh's plugins
to have individual UI to set preferences, e.g. to set the path for the ticket-box, etc. So I gave it stab this afternoon and I'm almost there (need to beautify and clean out the code). It's basically another plugin that implements AdwPreferencesPage .You could add one to set up the personal information for your Emergency Info plugin too.
Version 2 of the UI!
Note that if you choose not to fill out one of the sections, it will not appear, so you can have as little or as much on the GUI as you want. All entries are strings, so you can customize it to your liking.
Same goes for the contacts, you can add as many as you want!
@craftyguy I'm aware it's not a popup. What I described is how you combine what's in phosh-osk-stub *codewise* to get to what you described.
@craftyguy we do character popover already: https://gitlab.gnome.org/guidog/phosh-osk-stub/-/raw/main/screenshots/pos-de.png . Combine that with the space-bar-press swipe cursor navigation we also already have and you're already almost there. Having a nice widget for it is the harder part but I'd be happy to see patches for that.
📱 I've tagged version 0.0.2 of #feedbackd (a daemon to handle audio, haptic and led feedback on #linuxmobile e.g. when using (but not limited to) #phosh
https://source.puri.sm/Librem5/feedbackd/-/releases/v0.0.2
Along with that goes feedbackd-device-themes:
https://source.puri.sm/Librem5/feedbackd-device-themes/-/releases/v0.0.2
Themes can now be way smaller as they can chain up to the default theme allowing users to override individual events.
@craftyguy @proycon It's not meant to. I see phosh-osk-stub as a playground to experiment with things without sacrificing stability on end user systems (and without having to download half of the world via cargo to try out something quickly). #phosh's modular design of split compositor / shell / keyboard makes this possible as one just has to swap out /u/s/sm.puri.OSK0.desktop (which in #debian can be done via `update-alternatives` (which basically manages this as a symlink).
@proycon @craftyguy it's on the primary layout in phosh-osk-stub as well (as seen in the video).
- VIdeo is at 2 x speed
- MR is at https://gitlab.gnome.org/guidog/phosh-osk-stub/-/merge_requests/47
2️⃣ /2️⃣
I often use the same key combos in the terminal so I added a (configurable) shortcut bar on top of #phosh osk-stub's (pretty basic) terminal layout. Let' see how this works out.
#librem5 #linuxmobile #mobilelinux #gtk
1️⃣ /2️⃣
Since #phosh made lockscreen widgets a plugin, I actually found it is prettty easy to make one yourself! I have been playing around with one that displays emergency info and emergency contacts.
Is there anything obvious I am missing from it? I got these from Android. Note that a user can add/remove/edit Emergency Contacts as they wish. (My hope is to merge this back into Phosh proper).