I've started to update an ancient (and dormant for several years) project of mine that handles prepaid sim cards (check balance, top-up):
https://honk.sigxcpu.org/piki/projects/ppm/ to work on adaptive #GNOME:
More than ever, it is important to choose your tools wisely. Do not fall for gratis offers and what "everyone" is using. Check whether the applications and services actually empower or rather restrict you!
https://fsfe.org/news/2020/news-20200330-01.html
#freesoftware #ChooseWisely
@micahbp that'd be another piece of software (that can live outside of #phosh) that maps the mpris interface to bluetooth and it seems #bluez already does this: https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/tools/mpris-proxy.c - now i need car that talks bluetooth so i can talk to it via the #librem5 .
@Administrator #mpd and #mpDris2 is what i'm using it with.
@okennedy make sense. I've moved these here so it doesn't get lost https://source.puri.sm/Librem5/phosh/issues/145
@okennedy notifications have an established (and documented) cross desktop API. Generic lock screen plugins need more thought both code and design wise so we want to collect some use cases that can't be done via notifications first.
The past weekend some members of the XMPP community gathered in Düsseldorf to work on the next iteration of the OMEMO End to End Encryption Specification. All of us agree that the result - version 0.4 of XEP-0384 - is a huge step forward and better than ever! https://blog.jabberhead.tk/2020/03/10/omemo-specification-sprint/
@okennedy Things like appointments will show up in the upcoming widget for notifications on the lockscreen that zander already laid out all the groundwork for.
@agx wow, nice job!
Wow, that was quick: Thanks to Lucas Stach our #etnaviv runtime power managemt fix already landed in linux-next: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/log/?qt=range&q=ea4ed4a55f7363ad8db1863bd536548fb7e5c6aa..78f2bfa3181cd7ee134274aa17177dd933c69dc1
The fix hits the #librem5 with the next kernel update.
My patches for iio-sensor-proxy to support proximity sensors just got merged upstream: https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/merge_requests/300 - thanks hadess !
The (mostly identical) code is already live on the #librem5 with #phosh 0.2.0 making use of it.
@agx @dukethereal @purism Good to know it's already being worked on. Thanks a lot!
@jgarciao @dukethereal @purism Already tracked (https://source.puri.sm/Librem5/phosh/issues/251) The shell side is rather simple but we need to get the lower layers in place first.
wlr-output-power-management finally made it into wlr-protocols: https://github.com/swaywm/wlr-protocols/pull/61 🚀
Thanks @emersion@octodon.social
for finishing up the wlroots side.
This will allow #phosh to notice screen blanks and trigger them. Compositor part side already done: https://source.puri.sm/Librem5/phoc/merge_requests/101