@kirschner For #LinuxMobile phones there's #Railway : https://mobile.schmidhuberj.de/railway
Maybe it would be useful if the apps could display the QR Code?
GNOME 47 is here! After months of hard work from contributors worldwide, this release brings many exciting updates and improvements. https://www.youtube.com/watch?v=sgcVp5RHy4Q
Find more details about what's new in #GNOME47 in the release notes: https://release.gnome.org/47/
@okias Nah, I'm just standing on the shoulders of giants here (but thanks!). 😄
@eliasr as chatty and calls run as daemon on session startup: so should it be slow for large call histories / room lists we can tweak that by preloading those. @devrtz already optimized that in calls a while back by only loading parts of the history. So basically startup was seemingly slow (although the app was already up) because calls/chatty didn't notify the rest of the system with a valid token
@eliasr Both were running in the background already but the activation token to tell the compositor: hey, I'm here and should get focus (because phosh said so) was lost in the phosh -> spawns calls -> spawned calls instance notifies "calls daemon" that a window should be shown (and then quits) chain of events. By switching to DBus activation we remove the intermediate calls instance, the token gets passed and the compositor knows that calls is up (same for chatty).
It's the small things: If you've been bothered with #calls and #chatty seemingly starting up slowly in #phosh (while most other apps startup fast): I've posted MRs to fix this in chatty and calls (which then also prompted a small fix in phosh). Here's a quick demo of calls before and after the change:
#GNOME Asia 2024 is happening in December in Bengaluru, India 🎉
https://foundation.gnome.org/2024/09/12/gnome-asia-2024-in-bengaluru-india/
Weekly GNU-like #MobileLinux Update (37/2024): #libadwaita 1.6 and doas instead of sudo
https://linmob.net/weekly-update-37-2024/
#LinuxMobile #postmarketOS #Phosh #SailfishOS #UbuntuTouch #PlasmaMobile #PinePhone #Librem5 #cellbroadcast #FuriLabs
@Blort That's the thing, with the current rope we have we can just take what the text input gives us so we'll need to improve this per toolkit. It works very well for most cases though, that's why I might end up enabling it and work from there.
I upgraded #GNOME #Calls to #gtk4 + #libadwaita for fun. It's now released in v47.0! Should be available soon in your #LinuxMobile distribution of choice 🚀
Massive thanks to @devrtz, @agx, @brainblasted, and Maximiliano for putting up with my beginner-level GTK skills!
I released #GNOME #Calls 47.0 yesterday 🚀 \o/
This is the first release running #gtk4 and #libadwaita
Thanks a lot to everyone who contributed code, translations and bug reports!
Find the release notes at https://gitlab.gnome.org/GNOME/calls/-/releases/v47.0
And of course, it has already been uploaded to 🎉
Introducing Casilda - A Wayland compositor widget!
A simple Wayland compositor widget for Gtk 4 which can be used to embed other processes windows in your Gtk 4 application.
It was originally created for Cambalache's workspace using wlroots, a modular library to create Wayland compositors.
Following Wayland tradition, this library is named after my hometown in Santa Fe, Argentina
Read more about it at https://blogs.gnome.org/xjuan/2024/09/13/introducing-casilda-wayland-compositor-widget/
@devrtz and myself debugged this a little and it turned out that his devices didn't have a proper channel list set. This can be done via s.th. like
`+CSCB: 0, "0-65535",""'`
(or the #ModemManager SetChannels API we added for that)
@pavel Hope you all stay safe and dry.
@NGIZero Yeah, happy it worked out! Now we can look at adding all those details to make it nice.
@devrtz @NGIZero This is expected if your device gets unsolicited messages via QMI (rather than AT). Which is one of the next things on the list after initial support lands.It's a relatively minor change code wise, I have a branch for this already but want to keep the initial MR as small as possible so we can land the app facing APIs and thus cut the problem in two halves that can be worked on independently).