Gentoo musl Support Expansion for Qt/KDE Week 1
Hello!
In the first week of Summer of Code I’ve spent my time fixing some dependencies of the Plasma desktop, as well as having learnt a lot regarding tooling and workflow.
What I’ve accomplished this week is getting the Plasma desktop running, both with X11 and Wayland. For now it’s just a bare bones desktop with Konsole (terminal) and Dolphin (file manager) running. To get most of my glibc applications running under musl I’ve fixed flatpak-builder so that they can be run inside a Flatpak. I do consider Flatpak a workaround and I’ll definitely focus on getting applications ported to run natively on musl later during this project.
This far all of my patches has been patching build-time errors because they are easier to spot and fix, and I’ve been putting off the run-time bugs for later.