Any hints how to get a response from #Fairphone support? It's been almost a week since I contacted them regarding a warranty case (a broken hinge on an only 3mo old Fairbuds XL 🎧) and except for the auto responder it's total radio silence. (I''m pretty dependent on the noise canceling feature).
Do you have any experience in Python and GTK4? Do you want to help maintain an app with literally tens of users? Do you hate every web browser to the point you want to avoid it altogether?
Web Apps is the app for you (to help maintain)! I have marked a few issues as 'contribution welcome' here: https://codeberg.org/eyekay/webapps/issues?q=&type=all&state=open&labels=230053&milestone=0&assignee=0&poster=0&fuzzy=false
University is starting to keep me busier than usual, but I don't want to let it create yet another abandonware strewn in the GNOME ecosystem.
Pro-tip: Write code for the reviewers. Helping them helps you.
A very specific case: Separate code movement from other changes to independent commits.
As a reviewer, checking code movement with 'git show --color-moved' takes mere seconds rather than minutes. Checking subsequent changes on top is easy as well. Combined, it's much, much harder.
And remember, it might be you looking at the same commits years down the line.
…and here are my #FreeSoftware bits for September 24:
https://honk.sigxcpu.org/con/Free_Software_Activities_September_2024.html
phosh 0.42.0 is out 🚀📱:
There's 🐛 fixes and improvements, check out the full release notes at https://phosh.mobi/releases/rel-0.42.0/ for details or see below short 🧵
🙏 to everyone who contributed to this release.
#phosh #librem5 #pinephone #gtk #wlroots #gnome #linux #mobile #LinuxMobile
1/n
At @phosh, we are working on making the quick-settings panel more responsive and snappy.
This new layout lets you access the preferences (i.e. status pages) quickly and in a responsive manner.
Feel free to join the merge request discussion (https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1498) and test this new feature, so we can land it soon!
A new issue of #ThisWeekInGNOME is now online!
#167 Linking Apps
https://thisweek.gnome.org/posts/2024/09/twig-167/
We're currently collecting a bunch of issues to then work on in the next two quarters:
https://framagit.org/linuxphoneapps/linuxphoneapps.frama.io/-/issues
If you have further ideas, comments or just general input, please chime in!
Thanks to the bits and pieces collected by @isyourbrainFOSS we can now support the alert slider on the #Onplus6/6T to toggle #feedbackd's full/quiet/silent profiles.
#Linux OpenPrinting #CUPS vulnerabilities
Use the following command to determine if cups-browsed is running:
$ sudo systemctl status cups-browsed
If the result includes "Active: inactive (dead)" then the exploit chain is halted and the system is not vulnerable
If the result is "running" or "enabled" then the system may be vulnerable.
Mitigation is simple, especially in any environment where printing is not needed.
$ sudo systemctl stop cups-browsed
$ sudo systemctl disable cups-browsed
For those running #postmarketos edge on a device with working camera - the number of which is raising fast enough to make me lose track - and you want to play around with the great new #gnomecamera / #gnomesnapshot #gnome47 release: you'll need to install gst-plugins-rs manually until some build issues are fixed.
The release features *heavily* improved rendering performance, mainly thanks to improvements in #gtk4 and the #gstreamer gtk4paintablesink (also for apps using the aperture library)
Weekly GNU-like #MobileLinux Update (38/2024): #GNOME 47 and updates on #Plasma Apps
https://linmob.net/weekly-update-38-2024/
#LinuxMobile #postmarketOS #SailfishOS #UbuntuTouch #PinePhone #Librem5 #Mobian #Phosh
I wanted to rent some CPU power from Hetzner to calc better text prediction data for #LinuxMobile.
Created account via VPN so they wanted additional ID information which I sent with passport number removed. Resulting in:
"""
After reviewing your updated customer information, we have decided to deactivate your account because of some concerns we have regarding this information. Therefore, we have cancelled all your existing products and orders with us.
"""
I can't recommend this service.
Did you know that you can call #Emacs functions in #vterm like you can do in Eshell?
Using vterm-eval-cmds you can either commands that don't exist in a shell or replace those that exist.
E.g. instead of man you can call the Emacs manapge mode.
You just have to print something to the terminal with the right escape sequence so vterm receives
the right control sequence to know what to call.
Look at my config for more examples:
https://github.com/Thaodan/emacs.d/blob/master/init.org#vterm
More info on GtkInspector in #gnome's developer documentation: https://developer.gnome.org/documentation/tools/inspector.html and here's how to use it in a nested phosh session: https://phosh.mobi/posts/phosh-dev-part-0/
Another small detail: I often need to scroll up in #chatty to reread something when composing a msg. Going back to the last msg of the conversation by taping the 🔵 would close the ⌨️ forcing me touch into the text area again (and causing visual distraction). We can fix this by having the 🔵 not take focus.
Posting this to demo it can be a one line change in a UI file to make #LinuxMobile work better. So please get involved! #Gtk 's GtkInspector is great to figure such things out.
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/
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: