Categories:
Saturday, 12 July 2025
This Week in Plasma: tablet dials and day/night cycles
Nate Graham
| Categories:
This Week in Plasma
Welcome to a new issue of This Week in Plasma!
Every week we cover the highlights of what’s happening in the world of KDE Plasma and its associated apps like Discover, System Monitor, and more.
Read More
Friday, 11 July 2025
Updates on the ISO Image Writer rewrite
tldr: QML port going full speed, researched KDE's design language, ISO Selection window added and Backend integration started
Over the past few weeks, I’ve been working on porting parts of the IsoImageWriter UI from traditional QtWidgets to QML. The goal is to modernize the look and feel, while also making the interface more extensible for future features. As expected, switching over to QML wasn’t just a copy-paste job, I had to spend quite a bit of time digging through KDE’s design guidelines to ensure the result actually feels like a KDE app, not just a weekend demo project.
Read More
Thursday, 10 July 2025
Karton GSoC 2025 Blog #2: Qt SPICE Client
After my initial status blog, I was really surprised to see so much support and excitement about Karton, and I'm grateful for it!
A few weeks have gone by since the official coding period for Google Summer of Code began. I wanted to share what I've been working on with the project!
Read More
Tuesday, 8 July 2025
Amarok 3.3 "Far Above the Clouds" released!
The Amarok Development Squad
| Categories:
Release
The Amarok Development Squad is happy to announce the immediate availability of Amarok 3.3 "Far Above the Clouds"!
Amarok 3.3.0 is the first version based on Qt6/KF6, corresponding to a decade-sized update of the technological foundations. Additionally, audio engine has been reworked to use GStreamer for playback. Previously, the availability of various features, e.g. ReplayGain and visualiser, was dependent on the Phonon backend in use, an issue that became even more evident with Qt6 Phonon backends. This has now been remedied: The reworked audio engine provides unified feature set for all users and should provide a solid and future-proof sonic experience for years to come. Notable improvements have also landed to the database system: improved character set support helps with e.g. emojis in podcast descriptions and other very exotic symbols, date handling has been improved ('year 2038 problem'), and various other potential and actual database-related issues have been fixed.
Read More
Saturday, 5 July 2025
This Week in Plasma: chugging along
Nate Graham
| Categories:
This Week in Plasma
Welcome to a new issue of This Week in Plasma!
Every week we cover the highlights of what’s happening in the world of KDE Plasma and its associated apps like Discover, System Monitor, and more.
Read More
Tuesday, 1 July 2025
GSoC 2025: Expanding the KDE Mentorship and Recruitment Website
Intro Hi everyone, My name is Anish Tak, I am an undergrad Engineer from India, majoring in Biosciences. My journey with KDE began last year December, with a small contribution to LabPlot. Soon, I discovered about Season of KDE, which was my first time collaborating remotely, and it was great.
Read More
Sunday, 29 June 2025
This Week in KDE Apps: Improvements in Photos, KRetro and better keyboard navigation
Carl Schwan
| Categories:
This Week in KDE Apps
Welcome to a new issue of "This Week in KDE Apps"! Every week (or so) we cover as much as possible of what's happening in the world of KDE apps.
As you might have noticed, the frequency of "This Week in KDE Apps" has not been very consistent lately. Particularly during the summer season, I (Carl) have a lot of social obligations and can't ensure regular updates with the small amount of time I have available. If you are a KDE developer, you can help by contributing your updates to the GitLab merge request on invent. In that respect, a huge thanks to Felix Ernst for doing that already for Dolphin.
Read More
Saturday, 28 June 2025
This Week in Plasma: inertial scrolling, RDP clipboard syncing, and more session restore
Nate Graham
| Categories:
This Week in Plasma
Welcome to a new issue of This Week in Plasma!
Every week we cover the highlights of what’s happening in the world of KDE Plasma and its associated apps like Discover, System Monitor, and more.
Read More
Wednesday, 25 June 2025
Second beta for Amarok 3.3 available
The Amarok Development Squad
| Categories:
Release
Dear fans of music & open source music players,
in preparation of the upcoming Amarok 3.3 release, a second beta release (3.2.82) has been prepared.
This time, the most important change is the new GStreamer-based audio backend. This enables a number of features that weren't available on Qt6 Phonon backends, and likely also provides a more reliable audio experience in general. In addition to audio system work, e.g. more safeguards have been set up around collection scanning code to prevent some potential database issues. More details on changes are listed in the ChangeLog.
Read More
Tuesday, 24 June 2025
GSoC'25 Kwin Project Blog Post: Week 1-2
These past few week’s my focus was on exploring input device detection and event handling mechanisms in Linux, with a particular emphasis on game controllers and their potential integration into KWin. I also spent time reading through KWin’s input-related source code to understand how it currently manages devices, and began reviewing documentation for various Linux input subsystems—including evdev, HID, and /dev/input/jsX in order to evaluate which layer would provide the most reliable and straight forward support for integrating controller recognition. The time was mostly spent learning how to use different libraries, tools and creating virtual controller prototype.
Read More