Urgent.News

What's breaking now, across thousands of outlets.

Tech

KDE Linux experiences

KDE Linux, the new Linux distribution from KDE, has been the subject of an in-depth look by a developer who has been using it daily for nearly a year. The distro is based on Arch Linux but has undergone heavy modifications and changes to make it immutable and atomic. It does not have traditional package management, relying instead on Flatpaks for application installation.

The developer praised the workflow, particularly the systemd-sysext tool, which allows changes to be layered on top of the previous system, making it ideal for testing and development of KDE Plasma applications. However, there were some challenges, including issues with servers not producing new images, resulting in occasional need to build applications manually.

The developer also noted some bugs with flatpaks, such as permissions issues and problems with XDG portals during OS updates. Gaming on Flatpaks worked well, but there were occasional issues with cursor locking. The developer found the container workflow cumbersome, preferring to install tools directly on the host. Performance was impacted when using distrobox versions of certain tools, such as eza, due to the overhead of entering the container.

The developer also missed having KMail and KOrganizer installed by default, as the Kontact flatpak was broken and lacked integration with other tools. Lastly, they noted that flatpak applications would not recognize Union styles, requiring separate KDE platforms to be built manually for specific use cases.

Written by urgent.news from Lobsters's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at akselmo.dev →

More in Tech

The Matrix: Writing Code That Doesn't Need Comments

The Quest Begins (The "Why") I still remember the first time I opened a legacy codebase and felt like I’d stepped into a dark dungeon without a torch.

  • Code can be written to be self-documenting, eliminating the need for comments.
  • Clear names for variables and functions reveal intent without explanatory comments.

The Meeting You Skipped Was the One That Actually Mattered

Async-first culture is making teams faster and lonelier — but the real damage isn't loneliness. It's that people stopped owning decisions they were never in the room to make.

  • Mid-sized software company adopted async-first culture
  • Bot attended every Zoom call, summarized discussions
  • Architectural decision made via Loom video, seen by few

My First GitHub Project.

Introduction People, especially beginners, face challenges when making changes to their projects and pushing those changes to Github.

More from Saturday 22 August →