Search

Items tagged with: GNOME


GNOME Has No Czech Translators


For at least the last 15 years, the translations of GNOME into Czech have been in excellent condition. With each release, I would only report that everything was translated, and for the last few years, this was also true the vast majority of the documentation. However, last year things started to falter. Contributors who had been carrying this for many years left, and there is no one to take over after them. Therefore, we have decided to admit it publicly: GNOME currently has no Czech translators, and unless someone new takes over, the translations will gradually decline.

Personally, I started working on GNOME translations in 2008 when I began translating my favorite groupware client – Evolution. At that time, the leadership of the translation team was taken over by Petr Kovář, who was later joined by Marek Černocký who maintained the translations for many years and did an enormous amount of work. Thanks to him, GNOME was almost 100% translated into Czech, including the documentation. However, both have completely withdrawn from the translations. For a while, they were replaced by Vojtěch Perník and Daniel Rusek, but the former has also left, and Dan has now come to the conclusion that he can no longer carry on the translations alone.

I suggested to Dan that instead of trying to appeal to those who the GNOME translations have relied on for nearly two decades—who have already contributed a lot and are probably facing some form of burnout or have simply moved on to something else after so many years—it would be better to reach out to the broader community to see if there is someone from a new generation who would be willing and energetic enough to take over the translations. Just as we did nearly two decades ago.

It may turn out that an essential part of this process will be that the GNOME translations into Czech will decline for some time.Because the same people have been doing the job for so many years, the community has gotten used to taking excellent translations for granted. But it is not. Someone has to do the work. As more and more English terms appear in the GNOME interface, perhaps dissatisfaction will motivate someone to do something about it. After all, that was the motivation for the previous generation to get involved.

If someone like that comes forward, Dan and I are willing to help them with training and gradually hand over the project. We may both continue to contribute in a limited capacity, but the project needs someone new, ideally not just one person, but several, because carrying it alone is a path to burnout. Interested parties can contact us in the mailing list of the Czech translation team at diskuze-l10n-cz@lists.openalt.org.

#gnome #l10n #translations




Experimented yesterday with Fedora’s KDE spin… I was shocked by the level of accessibility, although it wasn’t perfect. My primary issues with it were that I had to use a lot of Orca’s navigation commands to read panels in the systems settings app, and I had major issues with Konsole, the default terminal app. I wasn’t able to read any of the information in that particular apps interface using Orca. I also tried the Fedora workstation edition, which uses Gnome as it’s a desktop environment. Let’s just say that was not worth my time. Had accessibility issues there as well, and surprisingly it was worse than the experience I had with KDE. I know KDE defaults to Wayland, as does Gnome, but KDE’s accessibility implementation seems to be a lot better than what Gnome has under Wayland, with the exceptions I’ve previously mentioned. Incidentally, the X 11 experience with Gnome is actually worse now than it was previously. For example, the terminal app does not even open for me. I should also note that all this is under Fedora 41, so people aren’t confused. #A11Y #Accessibility #Blind #Experiments #Linux #Fedora41 #KDePlasma #Gnome #Wayland #X11



Besides the AMD crasher, I wondered why the dev version of Showtime, #GNOME's power-efficient video player in incubation, sometimes still refused to launch; turns out it's randomly crashing with a segfault on startup for another reason.

After jumping through hoops to get a backtrace (#Python in #Flatpak makes things somewhat harder to debug), it turns out that #GStreamer is not the culprit. Presumably, it may be a bug in #GTK or somewhere else in the stack. Details here: gitlab.gnome.org/GNOME/Incubat…


FOSDEM tradition maintained: drop by the #gnome booth, say hello, do the rounds, then leave. See y’all at the event this evening



The 2025 GTK hackfest has started in earnest, here in Brussels

#gtk #GNOME #hackfest



#ADHD folks & #minimalism fans with overflowing #email inboxes (or some #GNOME devs with too many mailing lists & bug tracker emails) might be pleased to discover that @EvolutionGnome has a secret gsetting (that you can toggle in dconf-editor) to disable unread mail counts for folders in the sidebar: gitlab.gnome.org/GNOME/evoluti…

Because what's the point of knowing you have 787 unread emails instead of 785, anyway? :patcat:

Wish I had per-folder notifications to go with that: gitlab.gnome.org/GNOME/evoluti…





Last donations of 2024 made! This time I donated money to the following great FOSS projects:

- Codeberg: donate.codeberg.org/
- GNOME: gnome.org/donate/
- KDE: kde.org/fundraisers/yearend202…
- LibreOffice: libreoffice.org/donate/
- Thunderbird: thunderbird.net/en-US/donate/

Which projects did you support this year? #opensource #donations #codeberg #gnome #kde #libreoffice #thunderbird



Introducing Refine, an app to tweak advanced and experimental settings in GNOME. It is an alternative to GNOME Tweaks, and is a pet project I'm currently working to experiment with PyGObject and dconf, while following the data-driven, object-oriented, and composition paradigms.

The entire codebase is made up of widgets that provide all the functionality needed to add an option. For example, instead of adding each option programmatically in Refine, the ultimate goal is to have it all done in the UI file.

For example, if we want to add an option to enable or disable middle click paste, all we need is the following code in the UI file:

$RefineSwitchRow {<br>  title: _('Middle Click Paste');<br>  schema-id: 'org.gnome.desktop.interface';<br>  key: 'gtk-enable-primary-paste';<br>}<br>

That's it. The RefineSwitchRow widget will do whatever it needs to do to ensure the option is available, grab the setting if it's available, and display it to the user. Many of these widgets provide extra functionality, such as a Reset button.

You can get Refine on Flathub: flathub.org/apps/page.tesk.Ref…

Everything else (source code, screenshot, etc.) is in the project website: tesk.page/refine/, as well as the Flathub link.

#GNOME #Flatpak #Flathub #FOSS #OpenSource #GTK #Libadwaita


Starting a new year by almost forgetting to do a Friday sketch. New year resolution is obvious -- skip as few of these as possible!

#procreate #app #icon #sketch #gnome




"I left the Settings app running" shouldn't be a laptop battery killer.

Anyone interested in significantly lowering power consumption of the #GNOME Settings (control center) app when idling on the WiFi, Bluetooth or Sound panels? My suggestion is to throttle the hell out of it when the window is not in focus: gitlab.gnome.org/GNOME/gnome-c…
This is not an unheard of idea, it's been done in the gaming industry (I saw #PathOfExile doing exactly that, when I last played… a long time ago) :blobcatcoffee:




At last, the USB portal originally authored by @refi64 in 2021, later continued by Georges Stavracas in 2023, and finalized by @hub, has been merged!

The USB portal allows sandboxed formats like Flatpak to access USB devices without poking holes in the sandbox. This is great for security, as accessing USB devices will now need to be explicitly granted by the user.

Now we just need to wait for implementers to implement them in their respective portal implementations, starting with GNOME: gitlab.gnome.org/GNOME/xdg-des…

The documentation for the USB portal is available on the xdg-desktop-portal website: flatpak.github.io/xdg-desktop-…

#Flatpak #Security #GNOME






🎅🐼 Save the date 🐼🎅

We're having a release event for the new @p2panda stack, and a hackfest to start working on a new native GTK local-first collaborative text editor!

Join us December 7-8 in Berlin (location and details TBA)

#p2panda #p2p #localfirst #gnome #gtk #berlin


#GNOME Papers finally becomes a PDF viewer that can digitally sign documents and verify signatures.

The latter was implemented by Marek Kašík from our team. It was several years in the making. He originally implemented it for Evince, but Evince is pretty much dead and it's been waiting to be merged upstream for 1.5 years. When Papers were forked from Evince, Marek rewrote it in #Rust and implemented it there. It's currently under review and should be merged soon. ✌️

#Linux #desktop #PDF