Matthias Klumpp

@matk
570 Followers
169 Following
357 Posts

Neuroscience PhD by day, free software developer by night. Debian Developer, KDE and GNOME member; working at @purism

Opinions are my own.

Bloghttps://blog.tenstral.net
GitHubhttps://github.com/ximion

It took 11 years, but @razze and I managed to create a folder on Linux...

https://blog.tenstral.net/2026/04/hello-projects-directory.html

#freedesktop

Hello old new “Projects” directory! – Ximions Blog

I just made a new minor release of GeoClue, the freedesktop D-bus location server. Highlights of the release are fixes to NMEA parsing and Wifi device selection.

Thanks to all the contributors!

https://gitlab.freedesktop.org/geoclue/geoclue/-/releases/2.8.1

#geoclue #location #GPS

2.8.1 · geoclue / geoclue · GitLab

Fixes: Accept NMEA GGA sentences with 11 or more parts (needed 14 or more previously) Use async D-bus 'Set' methods to set client...

GitLab
I genuinely never received so many security vulnerability reports across multiple projects in such a short time. They usually are a very rare event. All of them were found with AI, with reports written by humans. All of them are valid so far. Damn. Lots of work to do!

I tried this AI thing - it very helpfully found a bug in my code and suggested a fix...

It is a damn helpful tool sometimes, but it really feels so strange to me when people say the machines are "understanding" or "thinking". They aren't (yet...). Humans just gained a new tool to help them problem-solve, but they will still have to do that work, instead of giving up control to the statistics machine.

Thanks to everyone who’s contributed to improving our app centre and updater!

Merge request contributions are always welcome, there are plenty of UI papercuts which you could help to fix — https://gitlab.gnome.org/GNOME/gnome-software/-/issues?label_name%5B%5D=User%20interface 😁

Issues · GNOME / gnome-software · GitLab

Welcome to GNOME GitLab

GitLab

I fixed it by adding some heuristics to libappstream to explicitly quote something we know should be a string if it starts with a digit/punctuation (for performance reasons).

I would just like to simply quote every string and be done with it (it's also more JSON-like). But keeping the more minimal style instead of changing how the emitted AppStream YAML looks like (breaking tests) was the better, more conservative fix. - For now.

Fun times in AppStream and Debian land: GNOME 2048 dropped the "GNOME" part from its app name, so that it is now just named "2048". Nobody expected app names to be plain integers, so when this value is written to a JSON/YAML file by libappstream's C code, it writes/reads a str, but type-aware parsers (in Python) parse it as int. In Debian's downstream tooling, something that should be str is suddenly an int and fails validation.

This in turn halted package publishing on the Debian archive...

...so, therefore, huge shoutout to MSYS2 which was my salvation in so many ways! Automating Windows builds was really easy, and for the actual build steps I could even use a familiar UNIX-y environment, while still getting a fully native Windows binary out. Not sure why I didn't use this sooner for past projects!

Of course, the Linux builds of the same app were up and running in seconds, thanks to distro packages and great CI 😉 2/2

https://www.msys2.org/

MSYS2

Software Distribution and Building Platform for Windows

I had to build a Windows app (for scientists...) and while we do love to complain a lot about fragmentation and all the issues we have on Linux: Windows is a different kind of hell, with fragmentation just being at a different spot!

Creating CI for Windows was absolute hell, vcpkg is nice, but without caching slows down automation a lot, trying to build an MSI package was a very bad idea (what a crazy design from a Linux perspective!), getting anything reproducible isn't easy... 1/2

The protocol is still experimental, so no client should expect it to be present in a compositor (and there are for certain compositors which will never have it).

Also, the xx-zones protocol now only addresses xy-positioning, the z-positioning was spun out into `xdg-toplevel-groups`[1] prior to the merge and may get wider support.

In any case, all of this is positive news for complex professional or multiwindow apps on Linux/Wayland!
2/2

[1]: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/471

staging: Add xdg-toplevel-groups for persistent toplevel z-order (!471) · Merge requests · wayland / wayland-protocols · GitLab

Hi everyone! This new protocol was spun out of xx-zones (

GitLab