01 Jun 2026
Planet KDE | English
KStars 3.8.3 Released
KStars v3.8.3 is released on 2026.06.01 for Windows, Linux, and MacOS.
For Linux users, it's highly recommended to use the official KStars Flatpak hosted at Flathub.
This release brings major improvements to the Mount Modeler with artificial horizon filtering and uniform point distribution, significant connection speed optimizations, better guide streaming integration, and enhanced rotator handling. We've also fixed several scheduler and stability issues reported by the community. Here are the highlights:
Alignment & Mount Modeler
- Christian Kemper added Artificial Horizon filtering to the Mount Modeler wizard, allowing generated alignment points below the active horizon to be automatically filtered out. Candidate coordinate points (both generated AltAz coordinates and snapped catalog objects) are now checked and rejected if they fall into active artificial horizon regions.
- New Uniform Distribution mode generates points spread evenly across the visible sky using a Halton sequence, sampling in AltAz space to guarantee every point is above the configured minimum altitude. Points whose declination exceeds +/-80 degrees after conversion are rejected. The Any Stars, Named Stars, and Any Object modes now adopt this distribution internally and snap each generated position to the nearest qualifying object.
- Auto-sorted wizard output: points added by the wizard are automatically sorted in nearest-neighbour slew order, minimizing total slew distance. Users no longer need to click Sort after running the wizard. Clicking Sort during a run reorders only the remaining unvisited points, leaving completed rows undisturbed.
- The wizard now automatically configures the solver for each alignment point. Blind solves are used by default because no pointing model exists yet at the start of a run, so the mount's reported position may be significantly off. The GOTO mode is forced to Sync so the mount is updated after each successful solve. The original settings are saved and restored when the run finishes, is aborted, or is reset.
- Refactored point generation logic to eliminate duplicated generation and conversion math in the test suite, improving generator efficiency using a stateful sequence
- Toni Schriber fixed activation of the rotator button in the align module
- Fixed effective focal length calculation to use radians in the DSLR branch
Guide
- Thanks to Andreas Ruthner, guide streaming now correctly handles video stream window interaction. The video window no longer pops up when guide streaming starts, displays frames correctly when opened from the Capture module after a guide session, and now renders 16-bit mono stream frames (previously only 8-bit mono and RGB were handled).
- Andreas also fixed frame, binning, gain and exposure sync for streaming mode. When starting guide streaming, the module now applies the same frame settings that captureOneFrame() applies for single-frame captures. Previously, streaming mode skipped this setup entirely, causing stale values from other modules to remain active in the driver.
- Frame ROI and binning now sync on stream start, live gain updates apply immediately when the user changes the spinner during active streaming, and binning/exposure changes automatically stop and restart the stream
- Added 0.001-0.01s exposure values to the guide exposure spinner for fast streaming and daytime testing
Rotator
- Fixed several issues with Reversed rotator state not taken into account in various rotator operations
- Rotation now aborts if the Position Angle error keeps increasing due perhaps to reversed rotator behavior
Ekos Profiles & Connection
- Significantly cut down time to connect to INDI web manager by skipping DNS resolution if we already have an IP address specified for the remote host
- Fixed rare crash due to dangling clientManager pointer with test to verify the fix
Capture & Livestacking
- Use OpenCV debayering by default. Enforce even ROI selection to ensure bayer boundaries are respected.
- Always sync from INDI to overwrite shadow states in the Camera process
- Account for STREAM_FULL_DEPTH when streaming
- John Evans added support for Live Stacker Alt/AZ data via Seestar S30 Pro. It should support other telescopes in Alt/AZ mode.
- John added a gradient removal option to post processing in Live Stacker.
FITS Viewer & File Handling
- Use standard gzip compress instead of Qt own compression algorithm
- Support loading .fits.gz and .xisf.gz in the viewer
Scheduler & Observatory Automation
- Fixed scheduler freezes when loading ESL referencing many ESQ files (patch by Tomas). BUGS:519294
- Autopark should work over multiple nights now
- If observatory is not started, skip shutdown procedure
- Fixed issue where post-shutdown script run in infinite loop
- Fixed scheduler and capture scripts not running inside flatpak
Optical Trains & DBus API
- Added DBus call to set and get Pictures directory
- Fixed warning of missing devices when we already selected alternative devices in the optical train
Build & Infrastructure
- Use KSUtil to consolidate all calls to external executable so they can run correctly within a flatpak as well
- Within flatpak, run the external scripts on the host system since it may require libraries that are only available on the host system
- Christian Kemper fixed macOS iconutil failure by adding 256px and 512px icon sizes rendered from the existing SVG source, which are required by iconutil on macOS 15 (Sequoia)
- Wolfgang Reissenberger updated the Dockerfile to be based on installation scripts for all steps: INDI, StellarSolver, PHD2, GSC, openCV. All scripts are built uniformly such that existing packages or installations are preferred. If the package is missing, first installing the appropriate package is tried. If this fails, the package is built from sources
Stability & Bug Fixes
- Fixed crash reported in crash-reports.kde.org regarding invalid base device or message text. The check for message text now occurs earlier in the process to protect against this crash.
- Milhan Kim fixed test deadlock by replacing QTest::mouseClick with animateClick(), which posts the click through the event loop and prevents tests from hanging indefinitely on QDialog::exec() loops
- Fixed an issue where frequent temperature updates can cause the dark cover check to run indefinitely
- Hy Murveit fixed green lines display issue
- Fixed solution assignment
- Fixed crash and distorted artifacts in video streaming
- Replaced all abs and fabs with std::abs for consistency
- Modernized signals and slots
Many thanks to Christian Kemper, Andreas Ruthner, Toni Schriber, Hy Murveit, John Evans, Milhan Kim, Wolfgang Reissenberger, Tomas, and all others who contributed fixes and improvements to this release! Your work makes KStars better for everyone.
Download KStars v3.8.3 today and enjoy improved mount modeling, faster connections, and more reliable guiding!
01 Jun 2026 10:36am GMT
31 May 2026
Planet KDE | English
What Even is Ocean???
Throughout this new process at KDE, I believe I have failed to clearly state what Ocean is and what it means for the future for Plasma user interface and experience.
In this post, I will try to shed some light into this and hopefully it's easier for new people interested in this project.
Why the Confusion?
I think a lot of the confusion primarily comes from my part in showing graphics first and interface later.
Graphics tend to attract a lot of attention. So much that it swallows other narratives about what Ocean is. It's natural for our users to want to know more and accept that the graphics are the whole story.
Spoiler… it's not just graphics 
How Should We Think of Ocean?
Ocean is many things, let me list them out:
- Ocean Design System
- Ocean Widget Style
- Ocean Font
- Ocean Icons(Icon Pack)
- Ocean Plasma Style
- Ocean Color Scheme
I think this is another reason why there is confusion out there. I have given a few talks on this as well, but I also see how it's confusing.
In simple terms, Ocean is a new graphic design platform for the Plasma Desktop.
This new platform aims, first, to organize the way graphic design for Plasma is achieved. As you may know, designers like me, tend to be pretty creative and unbound. We give free range to creativity and we like to break norms.
This is a problem, because if we want to make graphics for a computer system, such as Plasma, we need to organize our creativity in way that developers can understand.
For this reason, in recent years, a modern way to organize creativity for computers was invented by applications like Sketch, Figma, and Adobe XD.
In these applications SVG is the graphic of choice. SVG is a set of coordinates that tell the system how to draw shapes on the screen. It's versatile enough that SVG code can be read and tweaked by designers and developers alike. It can be stretched without losing quality, yadah, yadah, yadah… You know the rest.
This new wave of applications work with SVG as collections or repeatable graphics interconnected with each other. They use systems of "Components" and "Variants". Given that computer UI is generally very repetitive, these components save designers time in building more copies of the same graphic with only slight modifications, let's say for states such as default, hover, selected, etc.
These design systems help bring the world of UI development into the graphic design applications. Many developers are very used to working with graphical components, but only until recently were designers able to work with them in a flexible graphical way.
KDE Plasma has never had a system like this to organize design around the UI. Because of this, designers haven't really made a ton of inroads into the system and this limits users in the way that we can deliver design for them. In essence, we designers, were never organized enough to provide a proper, development-ready, graphic design that could be used for Plasma.
This is where Ocean comes in. We took up the idea of creating a design system for Plasma that accounts for most, if not all, of the necessary graphical building blocks that developers could use, that preserve consistency between graphics and code, and deliver a cohesive experience for users.
By doing this, our hope is that graphic designers that are used to working with design systems can join our team and help us go even further.
On the developer side, a design system is a much more clear way of communicating component organization. Developers can more easily understand how buttons are made, what colors are used, what typography levels are on screen, etc. We do this by creating a series of graphic tokens that describe their use in more detail.
CSS is also involved, even though we may not support it, applications like Figma and Penpot have the ability to represent component code in CSS terms that others can read. In addition to these tokens, we create a series of foundational tokens where we declare our colors, typography, shadow levels and composition, blur levels, etc. Everything that users would need to see on the screen.
Ok, But What About the Graphics You Keep Showing?
During the first part of creating a design system, we noticed something pretty meaningful. Breeze and other previous themes, while they work, they don't have any reflection in a design system. Therefore, designers have a hard time completing the puzzle for a good design system that accounts for Breeze. With any attempt, we would be completing so much of a missing puzzle that we would create something new anyway, just to replicate a style in Penpot, for example.
Because of this, we decided to create a new style called Ocean and any style is composed of many parts, listed above.
Because of this, we created:
- Ocean Icons (In progress)
- Ocean Plasma Style (Complete in Penpot)
- Ocean Font (In progress)
- Ocean Style (Complete in Penpot)
- Ocean Color Scheme (Complete-ish, needs more testing)
And one little important detail, it doesn't matter so much how Ocean style looks. Why?
Because through a design system for graphic designers, we have the ability to distribute our system for free to anyone that wants to use it. Graphic designers can tweak the design tokens that Plasma can understand and by doing that, they can more easily build a Plasma Style on their own in a way that is cohesive, thoughtful, complete. We then give those elements to the developer team that would help us execute the design. Hence why I say that Ocean is a design platform.
Still, we created a new style in graphical form and we are working with the developer team to execute this style, using the design system tokens and components, in the same way that the designer intended.
Our current focus is on icons, particularly application icons. This is just one of the many parts that compose Ocean design. A few months ago we completed a round of design that created monochrome Ocean icons. These icons are functional in nature and much easier to put together. However, we knew that app icons take longer because they are colorful and require lots of time and styling.
Icons
My recent posts showcase the progress on these icons. To be more clear about how we are doing this icon design element, here is a process:
- Formalize the visual system
- Define strict rules for perspective, lighting, shadows, gloss, depth, materials, and color usage so all icons feel like one coherent family.
- Strengthen semantic readability
- Ensure each icon immediately communicates the app's purpose, especially at small sizes. Avoid abstraction that weakens recognition.
- Improve visual hierarchy
- Reduce competing elements and make each icon have one clear focal point with cleaner foreground/background separation.
- Tighten color discipline
- Use fewer competing colors, control saturation more carefully, and keep palettes more consistent across the set.
- Be more selective with stylistic quirks
- Avoid asymmetry, misalignment, or unusual perspectives unless they clearly improve recognition or composition.
- Standardize depth and rendering behavior
- Keep extrusion, internal shadows, dimensionality, and lighting logic consistent across all icons.
- Shift from per-icon experimentation to system-level art direction
- Prioritize cohesion and consistency over making every icon individually novel or visually surprising.
…and we are in step 3 of the process for these icons. We are moving them from rough mockups and sketches into more formalized shapes. At this stage, you should not expect a lot of color or shape cohesion. After this pass comes a time of definition. We restrict our colors even more, simplify shapes for impact, remove or redo icons, etc. It's a major review. We expect to do this along with the community.
We also decided to not create icons for third parties. This makes the amount of app icons to make much smaller. This also makes it easier to think about what our icons should look like going forward.
All in all, Ocean is a platform composed of many parts. Our current design focus is set on completing the icon pack while the rest of the style is preparing for development.
I hope this makes it easier to understand and I am happy to answer any questions.
31 May 2026 9:14pm GMT
No Such Thing as a Free Lunch
Joe Bloggs sat himself in front of his brand new laptop, pressed the On button and waited.
31 May 2026 5:35pm GMT
This month in KDE Linux: May 2026

Welcome to another edition of "This month in KDE Linux" - KDE's in-progress operating system.
Infrastructure
This month we completed a major infrastructure project. Previously, our build process was generating Arch packages for KDE software and having mkosi install them; Hadi Chokr ported this to use KDE's kde-builder tool to compile all KDE software directly. This change brings three benefits:
- Better alignment with how developers compile KDE software themselves.
- Improves distro-agnosticism, so we can more easily get non-KDE software from a different source in the future should the need arise.
- Substantially faster by using a more effective caching system.
QA & testing
Another major focus this month was on improving KDE Linux's automatic QA story. The project already has a basic "does it boot to the desktop?" test for every build, but we can do much better.
To that effect, Bhushan Shah and Thomas Duckworth worked on finishing up the OpenQA-based testing system prototyped by Kangwei Zhu last year. Once fully integrated, this promises to hugely improve our ability to catch bad builds before they're released, and we can update it over time to catch even more failure conditions.
Harald Sitter also added a test using the existing system to make sure we don't ship an image with broken file capabilities. We did ship one bad build that includes a regression here, so this new test ensures that it won't happen again.
Security
After multiple security issues were discovered in the upstream Linux kernel last month, a few of us (Adrian Vovk, Hadi Chokr, and I) did a mini-audit of insecure and unused software included in KDE Linux. This resulted in a variety of positive changes:
- Returning to the vanilla kernel; it turned out the Zen kernel no longer offered very much beyond the config tweaks we had already made anyway.
- Deleting the insecure and unused alf_alg kernel modules.
- Replacing the NTFS and CDemu kernel modules with their userspace FUSE versions.
- Removing the out-of-tree OpenRazer and APFS kernel modules. It was nice to have these pre-installed, but we realized they would eventually cause us to fail secure boot review, and we should instead be working towards upstream solutions. APFS support can work in userspace anyway via its FUSE driver. It looks light it might be abandoned, though. So there may be no good option; we'll see.
- Removing a bunch of unused and unnecessary packages: acpi_call, busybox, cryfs, encfs, hplip, v4l2loopback-utils (yes it is indeed unneeded; you can do everything it does in userspace), and vpl-gpu-rt.
- Removing fuse2 as it's unmaintained and known to be insecure. This will unfortunately have the effect of breaking some old AppImage apps. If you encounter any, please report that as a bug to the app's authors/packagers; multiple other OSs have already booted fuse2, so apps really need to update to fuse3 ASAP.
- Removing fenrir, which it turns out was embarrassingly not used at all for various technical reasons. This allowed us to completely remove our usage of the AUR, which had been a source of infrastructure instability in the past.
Pre-installed apps
I implemented a service to install any new pre-installed Flatpak apps on people's existing systems. It ignores any apps you've previously uninstalled manually.
Speaking of new Flatpak apps, I replaced KWalletManager and its configuration page in System Settings with the new KeepSecret app, packaged using Flatpak.
I also updated Ark's nightly Flatpak packaging to include 7-zip support and generally synchronize it with the Flathub version.
Documentation
I migrated the project's website and documentation to https://linux.kde.org, where everything lives now. I also added a few more pages.
Grab bag
Hadi Chokr set up /opt/local for being a supported location for installing compiled binaries. This is because the usual /usr/local location is read-only on KDE Linux. This is now documented here.
João Pedro Silva Sousa fixed a bug that could make installation fail if there happened to be two KDE Linux live USB disks plugged in at once.
And that wraps up May! There's still lots to do, so if you're a fan of the project, please help out:
- User support: help support people on discuss.kde.org using KDE Linux.
- Issue reporting: install KDE Linux and report issues.
- Documentation: improve docs; submit merge requests here.
- Flatpak: fix packaging or code issues in Flatpak-packaged apps.
- OS development: help build KDE Linux! There's plenty to do.
- Kapsule development: work on our Incus-based Kapsule system, which is integral to the "expansion by experts" story.
31 May 2026 4:16pm GMT
Week 1 : Tabs are in
This is my first weekly update as a Google Summer of Code 2026 student working with KDE on Kdenlive.
My project is "Improving Effect Widgets for Kdenlive." The first widget I'm working on is the Curves Widget, specifically adding per-channel tab support to the avfilter.curves effect.
The problem: Kdenlive's current Curves effect uses a dropdown to switch between channels (R, G, B). Switching channels wipes the previous curve there's no memory per channel. So if you tune the red channel and switch to green, your red curve is gone. You'd have to stack multiple instances of the effect to adjust more than one channel.
The fix: replace the dropdown with tabs (All, R, G, B), each storing its own curve independently, all serialized together into avfilter.curves format.
This week I went from zero code to functional tabs in Kdenlive.
What went in:
- Added
m_channelData(std::map<CurveModes, QString>) to store per-channel curve state andm_tabBar(QTabBar) to CurveParamWidget - Implemented
slotTabChanged-> saves the current channel's curve before switching, loads the next channel's curve or resets to straight line - Implemented
serializeAllChannels-> builds the full avfilter.curves format from all channel data - Created
avfilter_curves.xml-> new effect definition with per-channel parameter support - Fixed avfilter.curves being silently excluded from Kdenlive's effects list
R, G, B tabs are working correctly and affecting the video output. The "All" tab (master curve for all channels) is still being worked on.
Week 2 starts tomorrow.
31 May 2026 1:11pm GMT
Shanghai Report: Collaboration Talks with OpenKylin
Back in March at FOSSASIA in Bangkok, I got invited to visit the OpenKylin team in Shanghai. I mentioned it briefly at the end of that report, and here we are - the follow-up post.
31 May 2026 12:00am GMT
I'm Tomaz Canabrava, a developer with over 20 years of experience with compiled and non compiled languages. Having worked for projects in large and small companies, I have a broad understanding of the software development process.
My strong focus is in Rust, a systems programming language that I use to build high performance, reliable software. My previous focus was in C++ with Qt.
You can see the work I do on my GitHub, and at KDE
31 May 2026 12:00am GMT
30 May 2026
Planet KDE | English
Some progress on Oxygens icons and more…
So... progress continues on Oxygen 
Over the last few weeks me and Pravin Kumar have been filling in some of the gaps in the icon set. There are still quite a few missing icons around the place, but slowly Oxygen is becoming a bit more complete again.

Its fun revisiting this old project after all these years. Sometimes I find myself looking at old icons wondering what younger me was thinking. Sometimes the answer is "not much"or, the answer is "way too much"..
Either way, Oxygen continues to grow.
Talking about fun...
I've also been spending some time investigating QML styling and themeing. And in this case not because i have immediate plans do this, but mostly because i am curious about what is possible and where the limitations actually are.
One thing I learned over the years is that there is often a large gap between what a toolkit "officially" allows and what a sufficiently stubborn designer can get away with 
Some of the ideas are probably completely unreasonable. Some not so much
Which usually means they are worth exploring.
I've been experimenting with possible directions for O² and thinking about how a future visual language could work. And this that im doing now is more of an exploration on the range rgther than what it actualy look slike
Nothing concrete yet.
Mostly experiments.
Questions.
Terrible ideas.
Possibly a few good ones hidden among them.
If things continue to move forward we (via KDAB) probably make a video showing some of these investigations, experiments and concepts. Sometimes its easier to explain visual ideas by showing them instead of writing walls of text about them.
So stay tuned 

And as always... if you are using Oxygen, thank you.
Its nice seeing that this old project still has a few new stories to tell.
30 May 2026 11:27am GMT
April/May in KDE Itinerary
Since the previous report two month ago, Itinerary got support for booking URLs, a newer foundation for its Android packages, and more detailed shared vehicle information.
New Features
Booking URLs
Some public transport services provide booking deep links together with their journey search results. That is, you can directly book the journey you have just searched in Itinerary or KTrip on the provider website, without having to search for the same journey again there. Both apps provide that option when available now.
Infrastructure Work
GBFS v3 support
The handling of shared vehicles in KPublicTransport recevied a rework to properly support the much more detailed modelling of vehicle types in newer GBFS versions. Since the early versions of GBFS this has evolved from a simple enum to a complex type describing all kinds of properties of the available vehicles.
As practically all systems supporting rental vehicles for first/last mile routing (OpenTripPlanner, MOTIS, etc) are based on the GBFS datamodel, being limited to an oversimplified set of fixed types was increasingly getting into the way and prevented using newer features of those backends.
Qt 6.11 upgrade for Android
There has been a long overdue update of the Qt version used for KDE's Android apps. As noted previously this unfortunately means losing support for Android versions 8 and below. ARM32 builds have been discontinued in the process as well, assuming that devices capable of running Android 9 or higher would also be able to run ARM64 code.
There have also been various other fixes related to the Android platform integration:
- Notification interaction works properly again.
- Notification icons are now handled more in line of what Android does.
- Several issues related to safe area margins (ie. rounded screen corners and display cutouts) in Kirigami haven been fixed.
All of this also benefits all of KDE's Android apps.
IATA SSIM flight schedules
Air France/KLM published their current flight schedule as open data, in IATA SSIM format. A newly built tool allows to convert that into a GTFS feed that Transitous can then consume, using Wikidata to provide translated airport and airline information.
Flight data isn't new in Transitous, but this dataset is particularly interesting given its size. It's not limited to Air France/KLM themselves, but also includes all (?) flights from their partner airlines. In total it's nearly 400.000 flight patterns to almost 1.000 different airports. That essentially connects all currently disconnected public transport "islands" we have in Transitous.
The good news is that it's holding up to that without a loss in performance, and door-to-door routing from e.g. Berlin to Tokyo actually works.
However, there's a couple of reasons this isn't rolled out yet and only available on the test instance:
- As with the already existing flight data, connectivity between flights and ground transportation is tricky. I've written about this years ago already, applying the same approach helps here as well. Additionally, we get terminal information in the SSIM data in some cases, which further improves this, especially at very large airports.
- We have no way yet to model check-in times in MOTIS, resulting in unrealistic transfer times from ground transportation to flights. It's on the roadmap there, and also needed for services like Eurostar, or to model security checks at e.g. the Barcelona Sants station.
- As a side-effect of that the router also finds clever tricks to bypass minimum transfer times between flights.
- Inter-terminal transfers don't seem to work reliably, probably because OSM routing doesn't yield viable connections there. Unlike for railway stations in many countries, airport internals are unfortunately rarely mapped in detail in OSM yet.
For more details see also the discussion in PR 2090.
Events
Registration for this year's Open Transport Community Conference in October in Bern, Switzerland, opened a few days ago. That's as close as it gets to an Itinerary conference. If you are interested in attending better sign up quickly, many tickets were already gone after the first day.
Fixes & Improvements
Travel document extractor
- Added or improved travel document extractors for Condor and monbus.es.
This has been made possible thanks to your travel document donations!
Public transport data
- Improved parsing of trip and route names in OpenTripPlanner responses (bug 519906).
- Adapted to Deutsche Bahn journey query API changes, fixing missing departure and arrival times there.
- Added support for wheelchair accessibility information from MOTIS.
- Added support for querying free-floating rental vehicles from Entur.
- Removed accidental apostrophe in front of flags in the country selector.
All of this also directly benefits KTrip.
Itinerary app
- Fixed Itinerary showing an empty page when opening a file with it on a fresh installation.
- Fixed barcode scan mode on Android.
- Added support for Matrix SSO login.
- Fixed arrival platform display in journey search results.
- Show calendar icons/colors when available.
- Don't load all reservation data when initializing the grouped statistics model. This improved performance of the first access to the My Data page.
- Be slightly more clever when to clear seat reservation from alternatives.
How you can help
Feedback and travel document samples are very much welcome, as are all other forms of contributions. Feel free to join us in the KDE Itinerary Matrix channel.
30 May 2026 8:00am GMT
This Week in Plasma: 6.7 Beta 2 Released
Welcome to a new issue of This Week in Plasma!
This week the team continued getting Plasma 6.7 in great shape for release. So there was lots of focus on bug-fixing and UI polishing.
We've released the second beta of Plasma 6.7, jam-packed with the latest fixes. If you can, please install it and test everything! There are many options for doing so.
Notable UI improvements
Plasma 6.7
Made it impossible to accidentally drag a window so far off a screen edge that it couldn't be moved back. (Vlad Zahorodnii, KDE Bugzilla #495635)
Uninstalling an application now removes it from the history section of all the various launcher widgets. (Christoph Wolk, KDE Bugzilla #437303)
Made auto-hide panels compatible with the "Switch desktop on edge > Always enabled" setting. (Francesco Panarese, KDE Bugzilla #370964)
The Application Launcher's "All Applications" view now groups apps case-insensitively, so apps whose first letter is lowercase no longer get pushed into their own group. (Christoph Wolk, KDE Bugzilla #501788)
Clarified how the option to create a virtual screen works in the screen chooser dialog. (David Redondo, KDE Bugzilla #517296)
Plasma 6.8
The lock screen now fully respects the timeout value set by PAM on the underlying system, instead of adding its own mandatory delay on top of it. This means on systems with the delay set to 0, you can re-type your password immediately after getting it wrong. (Tobias Fella, plasma-desktop MR #3702 and plasma-workspace MR #322)
The lock screen now notifies you when the "Slow Keys" accessibility feature is turned on, just in case you're failing to type your password and don't know why. (Martin Riethmayer, plasma-desktop #3726 and plasma-workspace MR #6626)
Discover's dialog about a Flatpak app being replaced by another one now reassures you that your data will be automatically transferred, and also warns you that favorites/shortcuts/etc. to the old app will have to be re-made manually. (Nate Graham, discover MR #1342 and discover MR #1343)
Reduced the amount of visual flickering when Discover checks for updates. (Aleix Pol Gonzalez, KDE Bugzilla #513220)
Notable bug fixes
Plasma 6.6.6
Fixed a case where KWin could crash when a monitor was rapidly power-cycled or some of its settings were rapidly changed. (Vlad Zahorodnii, KDE Bugzilla #520145)
Fixed a case where the kactivitymanagerd service could crash in the background. (Marco Martin, KDE Bugzilla #520595)
Fixed a clipboard-related issue that could make XWayland-using apps lag or freeze right after locking the screen. (Vlad Zahorodnii, KDE Bugzilla #520674)
Fixed an issue that could make the large text of the digital clock displayed on the lock and login screens look kind of jagged with certain specific fonts. (Filip Fila, KDE Bugzilla #516314)
Plasma 6.7
Worked around an oddly-specific issue in Qt that could make widgets break when enabled in the System Tray after having previously disabled them and then restarted the computer. (Tobias Fella, KDE Bugzilla #520144)
Worked around an issue with the hardware or firmware on specific laptops that could trigger an infinite stream of keyboard brightness OSDs after closing the lid. (Vitaly Repin, powerdevil MR #632)
Fixed an issue that could make a renamed file on the desktop visually disappear (it still existed, and could be accessed through Dolphin) while multiple Activities were in use, or move to another location when there was only one Activity. (Akseli Lahtinen, KDE Bugzilla #520633 and KDE Bugzilla #511920)
Fixed an issue that made it impossible to use a hardware key to authenticate to an 802.1x-protected network. (Katharina Bogad, KDE Bugzilla #520449)
Fixed an issue that made the Networks widget show the wrong icon for an OVS bridge network. (Ivan Perevalov, KDE Bugzilla #517384)
Fixed an issue that could make Plasma's built-in remote desktop server lag or freeze when copying certain specific things in certain specific apps. (Paul Hoskinson, KDE Bugzilla #520175)
Fixed an issue that made it impossible to focus the Network Widget's search field using Ctrl+F. (Akseli Lahtinen, KDE Bugzilla #515280)
Fixed an issue that made the buttons on the fingerprint enrollment dialog get misplaced. (Harald Sitter, KDE Bugzilla #515824)
Fixed an issue with the Breeze theming of GTK apps that made sidebar separator lines turn bright white with dark color schemes. (Levi Leal, KDE Bugzilla #484383)
Plasma 6.8
Fixed two issues that could make KWin crash or fail to evaluate mathematical calculations from the Overview effect. (Alexander Lohnau, KDE Bugzilla #519923 and KDE Bugzilla #483147)
Fixed an issue that made it impossible to open the panel context menu while already in edit mode. (Tobias Fella, libplasma MR #1468)
How you can help
KDE has become important in the world, and your time and contributions have helped us get there. As we grow, we need your support to keep KDE sustainable.
Would you like to help put together this weekly report? Introduce yourself in the Matrix room and join the team!
Beyond that, you can help KDE by directly getting involved in any other projects. Donating time is actually more impactful than donating money. Each contributor makes a huge difference in KDE - you are not a number or a cog in a machine! You don't have to be a programmer, either; many other opportunities exist.
You can also help out by making a donation! This helps cover operational costs, salaries, travel expenses for contributors, and in general just keeps KDE bringing Free Software to the world.
To get a new Plasma feature or a bug fix mentioned here
Push a commit to the relevant merge request on invent.kde.org.
30 May 2026 12:00am GMT
Marknote 1.6.0
After a few months of development, Marknote 1.6.0 is out!
This release is packed with new features. First of all, sub-folders are finally supported. This allows you to better organize your notes. This feature is still very new and at the moment, we don't support creating these sub-folders in Marknote and you will need to create them in Dolphin or your preferred file manager. But we are planning to improve this further in future releases. Each notebook now also displays how many notes are stored inside.

Another big new change is that the command bar exposed by Marknote, now allows you to search for notes across all your notebooks.
If you feel fancy, we also added an optional background blur effect for the editor similar to what is also available in other KDE apps like NeoChat.

Finally, we made it easier to add emojis to your notes by adding emoji completions to the text editor.

This release also fixes various minor bugs; contains small refactoring and improves the state of the translations.
Packager section
You can find the package on download.kde.org (kirigami addons) and it has been signed with my GPG key.
30 May 2026 12:00am GMT
29 May 2026
Planet KDE | English
Web Review, Week 2026-22
Let's go for my web review for the week 2026-22.
What I Learned About Billionaires at Jeff Bezos's Private Retreat
Tags: business, politics, culture, ethics
Wondering how those very rich people think and perceive the world? Here is an explanation. I felt unease reading through this.
Secure Boot and Microsoft CA Rollover - a heads-up for distributions
Tags: tech, microsoft, linux, security
Microsoft has been deploying new CA certificates late… Now distros have to wake up and prepare new signatures for their shims quickly.
https://blog.einval.com/2026/05/22#secure_boot_ca_rollover
Big Tech's Anti-Labor Playbook Has Come for Wikipedia
Tags: tech, wikipedia, community, business, work, ethics
This is very concerning. We don't need Wikipedia to fall prey to this kind of tactics… On the contrary!
https://medium.com/@jakeorlowitz/wikipedia-is-doing-the-capitalist-thing-56a393232943
Google, I Dump Your Ass!
Tags: tech, google, web
I guess it's time we realise Google doesn't send much traffic on the open web / small web / indie web (call it as you please) and so there's no need to let them harvest.
https://jaredwhite.com/20260522/google-i-dump-your-ass
The AI Gold Rush Is Eating Its Own
Tags: tech, ai, machine-learning, gpt, wikipedia, cognition, business
This is clearly the Ouroboros moment in our industry. People pushing for such restructuring and layoffs are drinking the kool-aid and will ultimately be responsible for killing what put them there in the first place.
https://blog.ppb1701.com/the-ai-gold-rush-is-eating-its-own
The Community is the Achievement; the Achievement is the Community
Tags: tech, knowledge, commons, community, ai, machine-learning, gpt, copilot, ethics, diversity
Very interesting take. This gives very valid ground on why tech communities should reject AI based contributions. Not doing so will indeed hinder the commons communities rely on to exist and improve. This is a path to prevent getting better at inclusivity and diversity (which is really needed).
https://linguacelta.com/blog/2026/05/LLMs.html
Affordances for me, but not for thee
Tags: tech, ai, machine-learning, gpt, ethics, politics, accessibility
This is a fact I don't get… people are going their way to satisfy the need of a LLM but not the ones of fellow humans. I guess it's the conclusion which is somewhat right, it's about who has power. This is sad if true… also I doubt it's the single explanation.
https://werd.io/affordances-for-me-but-not-for-thee/
The price of humans
Tags: tech, ai, machine-learning, gpt, copilot, marketing
Interesting point… Didn't think about it this way. We'll see I guess. Maybe human made services will actually get a premium rate indeed. Wouldn't be a bad outcome I guess?
https://blog.umangsurana.com/blog/price_of_humans/
Can we have the day off?
Tags: tech, ai, machine-learning, gpt, work, culture, productivity
I mean, with the announced productivity gains of generative AI… It doesn't feel like a big ask. 😜
https://mlsu.io/posts/day-off/
BitWarden selling out? Self hosting a password vault?
Tags: tech, self-hosting, security
With Bitwarden sinking, it's maybe time to look at alternatives? This AliasVault option looks like an interesting contender even though a not young.
https://firesphere.dev/articles/bitwarden-selling-out-self-hosting-a-password-vault
A cheap VPS is a good front
Tags: tech, self-hosting, security, vpn, wireguard
Sounds like a good solution to self host things at home while having some protection.
https://ergaster.org/thoughts/front-server/
The mysterious XF86AudioPlay issue
Tags: tech, audio, hardware
This is an odd and unexpected one! Funny after the facts bit clearly annoying otherwise.
https://michael-prokop.at/blog/2026/05/20/the-mysterious-xf86audioplay-issue/
Serving files over HTTP three ways: synchronous, epoll, and io_uring
Tags: tech, linux, io, asynchronous
Good post to have an idea of the modern IO APIs available.
https://theconsensus.dev/p/2026/05/18/serving-files-three-ways.html
Rust Patterns & Engineering How-Tos
Tags: tech, rust
The writing isn't perfect, but it covers quite a few important topics in Rust. Seems to be a nice resource even though it's still work in progress.
https://microsoft.github.io/RustTraining/rust-patterns-book/
How Virtual Tables Work in the Itanium C++ ABI | File Descriptor Two
Tags: tech, c++, type-systems, memory
Wondering about the memory layout emitted by the compiler when a virtual table exists for a type? This is a good summary.
https://peter0x44.github.io/posts/vtables-itanium-abi/
The worst job interview I ever had
Tags: hr, interviews
Urgh… indeed this sounds like a very bad experience. Don't do this to applicants!
https://www.oliverio.dev/blog/the-worst-job-interview-i-had
What is a harmonic? An interactive comic about additive synthesis
Tags: physics
Need a refresher on harmonics? This is a quick and fun way to do so.
https://melatonin.dev/additive-synth-comic/what-is-a-harmonic/
Why Japanese companies do so many different things
Tags: japan, business, culture
Interesting exploration of the Japanese business culture and why it's so different to most companies found in Western countries.
https://davidoks.blog/p/why-japanese-companies-do-so-many
Bye for now!
29 May 2026 1:57pm GMT
Qt Creator 20 - CMake Update
Here are the new CMake changes in Qt Creator 20:
![]()
29 May 2026 10:54am GMT
28 May 2026
Planet KDE | English
SPDX Cryptographic Algorithm List: Spring 2026 Update
The SPDX Cryptographic Algorithm List keeps growing. New cryptoClass values, a structured docs folder, PQC as a new property, and SCANOSS as our first user-contributor. Here is what happened in the past months.
28 May 2026 12:52pm GMT
GSoC 2026: Week 1 (Coding Period)
The community bonding period is over, and coding started, so this feels like the right moment for a first blog post. I'm contributing to KeepSecret this summer as part of GSoC 2026, working on single-wallet UX and page navigation architecture.
What I did during community bonding:
->Close/dismiss button for entry detail panel
Before the Community Bonding Period:
Resolving three issues:
- !17 (focus the search field when the Search action is triggered),
- !18 (fix the "New Entry" dialog title, which was incorrectly saying "Create New Item") and
- !20 (hides the sidebar when only one wallet exists, worked on the five layout states and cover edge cases like narrow windows with multiple wallets, single-wallet with an item open, and all three pages visible at once).
Week 1 plan:
This week, I'm working on Import/export: study existing wallet data structures in KeepSecret. Define file format and design the export flow.
Port KeepSecret's actions to the new org.kde.kirigami.actioncollection API from kirigami-app-components. This wasn't in the original proposal but it's a good addition, suggested by my mentor, notmart (Marco Martin) - it means users will be able to configure keyboard shortcuts for actions like "New Wallet" and "New Entry" through a standard KDE dialog.
More updates next week. The code is at invent.kde.org/utilities/keepsecret
GSoC 2026 KDE KeepSecret Kirigami Qt / QML
28 May 2026 11:53am GMT
Introducing Agentic Test Generation Skills for Qt Quick
Writing unit tests can be one of the most time-consuming and least creative phases of software development. For every QML component a developer writes, an equivalent volume of test code must follow - covering properties, signals, mouse and key interactions, state transitions, and edge cases.
![]()
28 May 2026 8:02am GMT



