A very balanced set of recommendations from the SFC around LLM uses. It’s just the beginning and still lacks a bit in details. It’s very welcome though and I look forward to their updates.
Long, rich, and sourced piece. Or why the current gold rush aims at accelerating wealth accumulation of a few to the expense of everyone else. If the plans work as intended, the outcome won’t look good.
The latest move by the US government treating LLMs like dangerous weapons tells something about the geopolitical moment. Can we collectively raise to the challenge and build on cooperation instead? It’d be a much better position than assuming governments or big companies will make the right choices for everyone else in isolation.
What a surprise… It turns out it’s very easy to manipulate AI “search”. Something which operates of statistical similarity to queries, who knew it could be manipulated. 🙄
Report: How Developers React to AI-Scented Blog Posts
Tags: tech, blog, ai, machine-learning, gpt
Badly apparently, looks like it makes for prose people avoid. Now the thing is… with the widespread suspicion, some people might be wrongfully flagged as using LLM to write their posts.
How memory safety CVEs differ between Rust and C/C++
Tags: tech, security, memory, rust, c++, c
Interesting take on why CVEs are reported differently for C/C++ and Rust libraries. The responsibility for API misuse is treated differently because the abilities to express contracts is treated differently.
Indeed, the intermediate steps in an animation have to make sense too. Too often we think about the start and end point but miss the quality of the transition.
Penpot released their WebGL rendered (beta) for all users to test. This brought speed gains in rendering content on page and less lag when navigating. Frame rate was worked on and the overall interface appears faster. Pages load much faster than before, though there are still some rough edges. Overall, this is a gain for Ocean given it is a large design system.
We also experienced a few issues around speed, borders missing, and incomplete rendering. Those were reported promptly.
From what I can see in their development page, there is going to be a 16.1 release with a few fixes for the rendering engine that should address the most pressing issues around speed and rendering accuracy.
Issue with boolean shapes and Penpot crahes
It seemed for some time that the Penpot file for Ocean was crashing constantly. I wasn’t sure what the problem was but whenever there was an update to the tokens, the system would record the change and then crash.
After reviewing some of the error messages, it seemed that the problem was derived from shapes containing boolean operations. For example, the Date Picker component has a cutout circle (A difference boolean operation) to form the circular shape that highlights the current day. Those components appear left and right of the circular shape. Like half moons. These shapes were not flattened, they retained their boolean operation.
This is generally not an issue at all but it appears it was in Penpot. Once I identified the shapes with the boolean properties, I flattened them all to make sure they were no longer a problem, and then boom! The problem was gone.
However, one reason for keeping boolean operations in the components and not flattening is so that other designers can understand how some components are built and also have greater control over their design. When you flatten shapes, this makes it so that you loose the “how” a shape is built.
Even though crashing is resolved, it’s important to note that adding, editing, and removing tokens can take a long time.
Issue with Input Fields and Badges Set to Static
Whenever one changes the base component at the root of the component, it seems that propagation is not always clean and some aspects of the component do not update as they should. Some values tend to go back to being static when you mean for them to use the fill or hug property.
It appears that some recalculations do not always yield the right result on the components.
They are aware of these problems and are working to address them.
This issue happened in some components where the text fields inside a nested component were suppose to have the fill property, but in their wrapped component setup, the base component text field showed static. This made is so that input fields looked longer than they should have inside other bigger components.
It took me a minute to update them all but it seems that now the input fields and badges should behave properly.
After putting all these fixes in, I uploaded a new version of the Penpot file into gitlab so that others can update.
Figma Icon Flattening
We still have the issue that we can’t bring our icons to Penpot just yet. As we build more and more UI concepts for Ocean inside Penpot, we need to rely on our new Ocean icons to make sure they convey the right message in context.
I went back to the Figma file this week and created a copy of our monochrome icons and started the process of flattening them. This makes it so that it’s just a shape without layers or boolean operations. Just a raw flat svg file.
This type of operation is supported in Penpot, though we lose the fine control.
My desire is to bring some, if not all, of our monochrome icons into Penpot, even if they are flat, so that we can use them throughout our component UI more effectively.
I am still exploring whether this is a good idea overall but this should add a few more images to the Penpot file. Expect the Penpot library to grow. This is an experiment to see how Penpot will handle this influx.
App Icons Progress
Progress is moving slowly but surely. I went through a round of feedback review as I posted some of the icons into the VDG channel and also asked Nuno Pinheiro for feedback.
There are a few more things that need to be done. As shown previously, the work of building colorful icons goes in phases. The current phase is intended to build colorful, “try anything”, higher fidelity icons. In this stage, shapes, colors, radii and other elements are placed on screen to see how they come across.
From this stage, one would pick out the best icons and use them as design guidelines for other icons. You begin to restrict your color palette, harmonize shapes, shadows and other elements.
This process will continue. My personal goal is to have a robust set of app icons for Akademy in September (https://akademy.kde.org). Then work with maintainers to get buy-in and feedback for the new designs.
Tokens and Plasma System Variables
We follow the token naming convention used in Material Design 3. It’s expressed like this:
Raw value > Reference Token > System Token
Plasma has its own set of variables used for various purposes. For example:
SpacingSmall, SpacingMedium, etc.
We need to find the way to do Raw value > Reference Token > System Token > SmallSpacing
Even though the design system contains more tokens than there are variables in Plasma, we need to do the work of matching design tokens to Plasma. This should yield a workable set of UI changes even though it may not be complete.
For those tokens that don’t have an equivalent in Plasma, we need to create an integration and support plan.
For those design tokens that have approximations, we need to determine what is best, to accommodate to what we have in Ocean or to make Ocean accommodate to what the system already has.
The biggest risk here is that if we change values in the system carelessly or introduce unsupported tokens, the applications using those variables in Plasma could break or work in a strange way.
In this new age of Union work, we would parse design tokens via Union, this would produce the graphical interpretation of the token and apply it. Since Union is using CSS to interpret the values, token values and component values can more easily be replicated in Plasma.
The Amarok Development Squad is happy to announce the immediate availability of Amarok 3.3.3, the third bugfix release for Amarok 3.3 "Far Above the Clouds"!
3.3.3 features a number of small bugfixes, e.g. to saving of window and context applet layouts, inhibiting suspend during playback and updating of Wikipedia applet to handle current syntax.
Additionally, small code quality improvements and fixes for building the software on different systems with various setups are included.
All in all, Amarok 3.3.3 keeps ensuring you can keep enjoying your music in 2026.
Changes since 3.3.2
CHANGES:
Small code quality improvements and fixes for building on different systems
BUGFIXES:
Restore functionality for inhibiting system suspend when music is playing
Fix restoring main window layout after restart (BR 514963)
Fix context applet height saving sometimes not working (BR 514190)
Adapt parsing in Wikipedia applet to handle some page syntax changes
Don't multiply tracks when dragging from file browser to PUD (BR 521425)
Getting Amarok
In addition to source code, Amarok is available for installation from many distributions' package
repositories, which are likely to get updated to 3.3.3 soon, as well as
the flatpak available on flathub.
Release 20 of the Qt Creator IDE adds support for working with AI coding agents, a Zen Mode that puts your code editor into the focus, support for the GN (Generate Ninja) build system, and many more improvements.
This is supposed to be a blog post about Libre Graphics Meeting (LGM) this year, but since I haven't written about the previous ones I went to, I decided to write about those as well. So this post will have bits of 2024 and 2025 in them as well, as far as I remember them, along with the experiences from the 2026 edition. And also some small bits about what's planned for the upcoming ones!
I'm not much of a taker of photos, so I don't have much to show in that regard, but I got stories and links. Some of the conference talk links go to YouTube in absence of alternatives. At the time of writing, the talk recordings are still being moved from a Peertube instance that's going away to the Chaos Computer Club's excellent media hosting service. Presumably in the future, you will be able to find all the LGM talks categorized by year under the conferences/lgm category or under events/lgm or somewhere else on media.ccc.de.
I've also never had a personal blog, so I guess a brief introduction: I'm Carsten, I develop software. I'm involved in Krita, my main focus there being on Android. I'm also the maintainer of Drawpile. The two programs have plenty in common and so there's a good amount of cross-contamination.
With that out of the way, I'll start not at the beginning, but at the now.
Next Year: LGM 2027
Next year's Libre Graphics Meeting will be from May 5th to 8th 2027 in the city of Linz, Austria at the Kunstuniversität (art university). That's Austria the country in Europe, not Australia. The talks will probably be streamed again for online viewing. There is also some mulling about LGM 2028 going on already, with the idea of it being hosted in Montreal, Canada being floated about.
Since it's still very early in the organization, you probably won't be able to find those dates listed anywhere yet, but you can probably find them in the Matrix channel backscroll. That is also a good place to go if you want to listen in on the meetings and participate.
Otherwise, if you want to keep up to date with the event, you can also follow the Fediverse account. Otherwise, the website also has information, but at the time of writing, it is still in its 2026 state.
Two Years Ago: LGM 2024
This was my first Libre Graphics Meeting. It was also the first one in quite a while, it took quite the hit from COVID and the usual yearly cadence it had kept up for over 15 years had lapsed. 2020 and 2021 were online, 2022 and 2023 didn't have any LGMs at all. 2024 was the first year it came back. I don't remember it that way, but looking at the group photos from then, the crowd is definitely smaller than in the subsequent years. The venue for it were the ActivDesign offices, which is probably a comparatively tighter space, making it seem like it was more folks around.
I'd taken over the maintenance of Drawpile, having some more time for that kind of thing after quitting my day job. That also involved porting the program to Android, which is how I ended up on the Android side of Krita, and to the web browser using WebAssembly. The latter felt like something that few people had done before and I had stories to tell about it, which is why I gave a talk on the topic.
While this is probably my first publicly recorded talk, I've given enough of them before that this wasn't a new experience. However, it was the first one that had a good chunk of less technical people in the crowd, so I tried to have some lighter parts, at least as far as possible in such a techy topic. I'm pretty happy with how it turned out and people seemed quite interested in it, given the amount of questions and "hallway" conversations I had.
There was also a talk about Krita's new text tool by Wolthera, the primary author thereof. She couldn't be there in person, so that talk was given remotely. She's also got a blog post series on the matter. Today of course, Krita has this new text tool she was working on!
I don't remember every talk and so I don't want to go over each of them, but many of them I still remember fondly and it was nice seeing the people that held them at subsequent LGMs again. The folks from ActivDesign of course, like Elisa, Animtim or Cédric, who were involved in organizing the event. Tom Lechner's talks are always interesting and almost given in a conversational manner. This year's being one of hiking, foggy mountains in the Pacific North-West and default cubes in their natural habitat. It was also the first time I've really seen "live computer art stuff" through Jules Fouchy's Coollab. Well, what that stuff is really called is "generative art", but of course if you search for that nowadays, you just get slop instead. This is not that anyway, it is more about creating living installations created in real time and transforming them, like creating live visuals given an audio feed, manipulatable by a gyroscope from a performer's phone. There was also a bit of a conference talk with AMRO, the Art meets Radical Openness festival in Linz, Austria. Which is where next year's LGM connection comes from and some of the people involved with AMRO are also doing the organization of LGM 2027! You can find all the recorded talks in this playlist, unfortunately the lightning talks are not part of it.
Outside of the conference itself, there's also plenty of memories. Rennes was a nice city, my first experience with it being at the train station and desperately trying to find a ticket machine for the bus. After what must have been an hour of walking from the top of the station to the underground metro, I gave up and just got on the bus without a ticket - only to find that you just touch your bank card to a contactless pay terminal. Since the fees are a single, flat price no matter where you're going, that's all you need.
There was also much Brittany-typical stoat iconography in the city. After a picnic on the first day, we went out to eat on the second one. We had galettes, which are basically savory buckwheat crêpes. If I recall correctly, GIMP sponsored those for everyone that was there. I also had a bit of a talk with Lasse Fister, the lead organizer from the subsequent LGMs, about his attempts of having software recognized as being "for the public good" in Germany. Which informed that direction with Drawpile to instead focus on the artistic side of things, rather than trying to explain free software to the tax office, which seems like it was the right path because it lead to it having its public goodness recognized without a hitch. I unfortuantely had to leave on the third day, so I missed out on the rest of the meeting, a mistake I didn't repeat again.
And while I don't have photos, I still have my shirt, badge and official coffee cup! It's even signed, although that has faded a bit. Nonetheless a precious item.
Last Year: LGM 2025
The next LGM was in Nuremberg, Germany, which is quite a lot easier for me to get to. This time it was a larger space at the Karl-Bröger-Zentrum, which had more room available. Lasse put everything together despite plenty of hurdles and the support structures from one and a half decades of LGMs not being there anymore. During the event Simon Harhues also took on a good amount of organizational tasks, spontaneously if I recall correctly. The tech was done by folks from Chaos-West TV, who did a tremendous job despite the venues at times questionable tech. At times it felt like the recordings of the talks were already cut and online before the speaker stepped off the stage. And as the most important person of the event, Lasse's mother prepared the coffee.
Several people that were there at the last LGM were around once more, who were nice to see again. And there were several others that would come back the next year again. Krita also had a physical presence this time with tiar being there, myself not being a member of the core development team yet, although I'd already made some contributions to it. GIMP and Inkscape also had a presence again.
I gave a talk again this time around, with the lurid title of 3000% Faster File Saving With Time Travel. It's about a new file format for Drawpile, which turned out to have some very cool properties that I thought could be applicable to other programs as well. By now, a good chunk of the second part of the talk that goes on about future stuff has become a reality. A similar kind of format may be coming for Krita as well, although it will take some experimenting with what's doable in that regard.
This year also brings the continuing format of the State of Libre Graphics talk by MABarbe. It features a short overview of what's going on with various projects in the libre graphics world, even if they are not at LGM. If you know any free software projects that aren't represented in this but you think should be, it may be worth letting the project maintainer and/or the LGM groups know about it.
Once again, I don't want to retell every single talk since I don't remember all of them, but I'll give a brief survey again. Tom Lechner's talk this time was about waterfalls in Godot, which was another memorable one. Live computer art stuff had more of a presence this time, with Coollab once more, but also OPENRNDR and Processing being around. The talks about PDF were also interesting, one being a lightning talk on CapyPDF and the other on various kinds of flavors of PDF. And, most interestingly for my work, there was a talk on Inkscape's UI, on usability and UX evaluation and a workshop on the latter by Simon Harhues. During that, we went through Krita with someone unfamiliar with the software try to accomplish a task and document the issues. It was pretty eye-opening to see the things that a user tried first and having their thoughts spoken, since even if they did manage to accomplish the task eventually, they took some wrong turns or came to incorrect conclusions. A few of the experiences from this lead to features, such as hitting Escape to deselect in Drawpile. All recorded talks can be found in this playlist.
Since the schedule was pretty packed this time and my hostel bed was a small train ride away, I didn't end up going to too many evening events, although there were some concerted lunches. The last day had a big get-together with everyone who still had time, which was a nice end to the event. Looking back at it and comparing it with the LGMs before and after, it really does seem like the meeting is picking up steam again, becoming more organized and eventful.
No limited-edition plastic coffee cup this time, but I do have a shirt, a badge and stickers.
This Year: LGM 2026
Finally, the event this year. It was in Nuremberg again with the same organizer and tech team, but the venue was Zollhof. The internet was a lot better and the place was better equipped for this kind of conference matter. Coffee was provided without parental guidance this time. There was also a nice community room in the basement, although it didn't end up getting that much use since it was very far away from the conference hall on the very top floor, which is where most of the hallway conversations ended up being.
Krita-wise, tiar, Animtim and I were there. GIMP was also around to a degree, although Inkscape had less of a presence this time around. I also didn't have a talk this year, mostly because I didn't really have a single concrete thing to talk about among everything I'd been doing and the new work on the file format I'd already talked about in the last year.
The memories here are the freshest, so I'll go into some more detail here on talks where I have something to say. I won't go into every talk, since stuff like fonts, printing or live coding I simply don't have much to say about and I don't want this to just be a summary with no additional insights over just watching the talks. Which you can do via this playlist.
Once again, there was a State of Libre Graphics talk by MABarbe. Drawpile isn't featured this time around, which MABarbe and I blame wholly on Matrix failing to do its job of delivering messages.
Jules Fouchy, the primary developer of Coollab, held a talk about something we've chatted about at LGM 2024 already: UI frameworks. My own research and experience was that the choices that could be taken seriously - i.e. runs on Linux, Windows, macOS, Android, iOS/iPadOS and in the browser with possibility of hardware acceleration - were basically Qt, web view (Electron and friends) or an immediate GUI on top of OpenGL (Dear ImGui and friends.) While Coollab has different requirements, he kind of comes to the same conclusion. It is worth the watch.
Also on the first day there was a kind of crazy talk by Øyvind Kolås about ctx, a rasterizer, and its vector desktop, which is a whole desktop environment around it. The whole thing is pulling itself up on its own bootstraps, which is kind of wild to see, it is worth watching the talk.
After having held a talk on PCB design the last year, Simon Budig held a soldering workshop. Since I have some experience in that regard I ended up joining it to help out a bit, everyone there put together a small board with a few components: resistors, a battery compartment, a switch and blinkenlights on a printed circuit board with the LGM logo on the front. This gets slotted into a 3D-printed case with a magnet inserted into a very tightly fitted recess via a lot of force applied. Turning it on lights up the logo in different colors that shift over time, see the photo below.
In the lightning talks on the second day, Krita contributor Animtim held a talk about GCompris, a tool for children with different activities, of which several of the creative ones are quite interesting to play with for adults as well. There was also a talk on palettes appropriate for different color visions by Øyvind. I also talked very briefly about animation in the ORA format to see if there was anyone except Krita folks interested in it, but we didn't have anyone present at the time.
Jehan held a talk about GIMP's community, which is worth a watch if you're involved in a free software project. It could probably have been twice as long to go more into depth on the topic, but it gives a good history and some insights on how to handle such a long-running project. In particular, their experience with Google Summer of Code students is very different to Krita's: theirs usually turned into long-time contributors, while ours usually disappeared after they were done. While Krita is sitting out on this year's GSoC for various reasons, it'd probably be worth looking deeper into it next year.
I didn't quite wrap my head around it during Jean-Michael Celerier's talk on ossia score, but there was a workshop later where I understood it a bit better. It is a program that lets you orchestrate various kinds of input sources, processing steps and output sinks together with nodes and a timeline. For example, you can read sensor data from a phone, denoise it and then output it into a shader program to make visuals during a live performance. Or you can connect a sound source with a light installation. While I would probably have to use it more to wrap my head around the connection between the timeline and nodes, it is an interesting combination of the two.
Speaking of timelines and nodes, MABarbe held a talk about representing a timeline as nodes, which is another way to look at the matter, although this one is a UX design experiment, not something available to try and feel out. Still, it's worth watching the talk in combination with the ossia score one above.
Lila Pagoda's talk about putting design students in front of free software is also a good watch. It reminds me quite a lot of the UX experiments we did in 2025 and I would really like to read the students' reviews that were mentioned, but haven't found them publicly released. It is also an insight on technical awareness to a degree, where students never even look at alternatives that may even be better than proprietary solutions. But that's probably a marketing matter more than anything, which I don't understand much of.
Tom Lechner held a talk again this year, this time about imposition, which is how you cut, fold and arrange papers to produce their eventual "bound" form. It's not something I've ever thought about, so actually seeing it in action is fascinating. Right afterwards, Alexander Lehmann's talk about their Frag den Staat game is in a similar direction, being taken along with the experience of making that game.
And as the final talk, flabbet from PixiEditor held a talk about their node-driven editor. Particularly interesting is the use of a node graph for their brush editor, since it makes the flow of information more apparent than the "fixed-function pipeline" in other brush engines. Whereas those tend to accumulate a lot of special knobs and switches, having a node editor allows for easier stacking of primitives. A particularly interesting part thereof being the ability to have user input nodes, which means that an artist that just wants to tweak the brush a bit doesn't need to dive into the node graph, but can instead just adjust some sliders and curves on the frontend.
The conference ended with a get-together outside this time, which was a bit less comfortable due to the lack of seating opportunities in the hills of the old city. Still, we talked about nodes, crash reports and optimization, some of which has conjured ideas on implementing them into Drawpile and/or Krita. Although they haven't yet manifested due to being busy on other matters in that regard.
So for the spoils this year. I got a shirt again, badge, stickers and the aforementioned soldering project.
And since I already looked at next year's LGM above, that concludes this post! If it's reachable for you, consider coming as well, the attendance is free. Otherwise, save the date to watch the streams and participate from online!
This is a weekly update from my Google Summer of Code 2026 project with
KDE, improving effect widgets in Kdenlive, a free and open source
video editor.
This week was driven entirely by reviewer feedback on
MR !887; the draft MR for the Curves Widget.
Point snapping instead of rejection
When two curve control points are placed too close on the x-axis,
avfilter/MLT crashes with Key point coordinates are too close or not strictly increasing.
The original guard in AssetParameterModel::internalSetParameter silently
rejected the update, the user moved a point but nothing happened visibly.
Reviewer Bernd Jordan flagged this as confusing UX.
The fix: instead of rejecting, snap the offending point so it maintains
the minimum safe x-distance (~0.00266) from its neighbor. The curve is
always valid, always sent to MLT, and the user sees immediate feedback.
Removing the 5 point limit for avfilter.curves
The curve editor had a maximum of 5 control points, inherited from
frei0r.curves. JB pointed out there is no reason to keep this limit
for avfilter.curves, it is a frei0r-specific constraint.
The fix: setMaxPoints is now only called for frei0r.curves. The
avfilter.curves widget has no upper limit on control points.
JB also noted the null placeholder approach in m_widgets for secondary
av_curve params is not ideal long term, waiting on his direction before
touching that.
This week, I worked on two things: a bug fix that was created during the ActionCollection port and starting the import/export feature.
Bug fix: Lock/Unlock action text:
A bug was created after !29 was merged. When a wallet was locked, the placeholder message displayed a "Lock" button instead of "Unlock". The issue came from ActionData using static text, while the lock action needs to reflect the wallet's current state. The fix was easy — switch between the lock and unlock ActionData dynamically based on the locked property.
I added a "Configure Shortcuts…" menu item to the globalDrawer(!32), using AC.StandardActionData.KeyBindings to attach to the action automatically created by ActionCollectionManager.
Import/Export feature:
I started implementing the import/export feature. The format is KWalletManager-compatible XML, so users can migrate between KWalletManager and KeepSecret. The implementation adds:
-ImportExportManager C++ class with exportToFile() and importFromFile() methods.
-Export… and Import… menu items in the globalDrawer.
-File picker dialogs using QtQuick.Dialogs.
Logo by: Nuno Pinheiro The year started off bleak. As I was gallivanting through KDE themes at hand, I decided to stick with the Oxygen one. It didn't take long to notice that this old theme, once the default in the KDE 4 era, wasn't looking its best. A slew of little bugs had accumulated,...... Continue Reading →
Plasma 6.7 brings powerful new features to KDE’s classic desktop, and refines its user experience to new levels.
Enjoy thoughtfully-designed improvements that solve real problems, a sneak peek of future theming bliss, better performance, and more.
Read on to learn all about it!
A script element has been removed to ensure Planet works properly. Please find it in the original post.
A script element has been removed to ensure Planet works properly. Please find it in the original post.
Highlights
Per-screen virtual desktops
After 21 years, hopefully it will have been worth the wait… per-screen virtual desktops have finally arrived!
Test your microphone volume
No more being told your audio is too loud or quiet, or wondering if it’s your microphone or an app that’s misbehaving.
Press-and-hold for special characters
With Plasma’s virtual keyboard enabled, press and hold a key to type special characters related to it.
Widgets
Light/dark mode toggle
In Plasma 6.6, we introduced the ability to create your own Global Themes, and switch between them as part of the day-night cycle. Plasma 6.7 puts you even more in control with a quick toggle to switch between light and dark Global Themes immediately.
Vietnamese lunar calendar
Plasma 6.7 adds the Vietnamese lunar calendar to its available set of non-Gregorian calendars. Now you can keep up with dates and events using both calendar systems with more ease than ever!
“Background Apps” in the System Tray
The System Tray is already the place for monitoring apps running in the background using traditional methods. Plasma 6.7 extends this support by also showing apps using the newer “Background Apps” system, which is more common for apps using the Flatpak package format.
Printing
Plasma’s printing support continues to mature. Now the System Tray icon for printers shows the number of active jobs in a little badge.
On the enterprise side, Plasma 6.7 makes it substantially easier to connect to shared printers on Windows networks, and a new print queue management tool offers more power than ever before to those administering multiple frequently-used printers — while remaining simple and comprehensible enough for home use, too.
Usability
Plasma 6.7 puts a particular focus on refining the desktop experience to make common tasks faster than ever. Here’s just a small assortment:
Faster virtual desktop switching in the Overview
When you press Meta + W to open the Overview screen, Plasma 6.7 lets you switch virtual desktops simply by scrolling or pressing the Page Up or Page Down keys.
Drag and drop to add and remove favorites
It’s now easier than ever to add or remove favorite apps in the Application Launcher, Application Menu, and Application Dashboard widgets: just drag and drop!
More intuitive software management
The Discover software center now features a more obvious “Install” button and redesigned app cards with more information, plus a more intuitive sorting order.
In addition, installed software is now grouped by type, making it easier than ever to find what you’re looking for.
Easier to compare different time zones
How much earlier is it in Denver if you’re in Berlin? No longer will a question like this require mental gymnastics; Plasma 6.7 makes it easy to see how many hours earlier or later it is in each time zone shown in the Digital Clock widget compared to your local time zone.
“Type-ahead” on the desktop
For power users, the desktop layout now supports switching to “type-ahead” mode for quickly selecting files when typing on the desktop. You can change this back to activating KRunner if you prefer by Right-clicking on desktop and selecting Desktop and Wallpaper > Icons > Typing on the desktop from the pop-up menu.
Theming and styling: Something old, something new
Oxygen
In preparation for KDE’s 30th anniversary later this year, we’ve brought the Oxygen theme — used by default in KDE 4 — back up to par with the current Breeze theme.
Air, the Plasma Style providing a light version of Oxygen, has also returned, and we’ve reworked our Global Themes to feature light, dark, and twilight versions. Both Air and Oxygen benefit from a multitude of fixes, improvements, and restorations, including support for adaptive opacity, different panel positions, and more.
The classic KDE 4 Air and Horos wallpapers also make a return.
Breeze
The default Breeze theme also continues to evolve, now featuring rounded list and grid view highlights for many applications, and visible click effects for menu items.
Plasma’s Notifications have been given a fancier animation: they now slide in from the nearest screen edge. This makes them more visually prominent and less likely to be missed, while at the same time avoiding being too attention-grabbing.
Union
Though Plasma’s theming capabilities are second to none, for years creating those themes has been a difficult and fragmented experience.
Plasma’s all-new Union theming system intends to streamline theming by making it possible to style Plasma, QtQuick apps, and QtWidgets apps all with a single set of easy-to-write CSS — the world’s most popular and documented open standard for this purpose.
Plasma 6.7 marks the inaugural release of Union, here with a tech preview of the QtQuick style.
Union is under heavy development, and hence off by default. To test it out, make sure the union package is installed (name may differ depending on your OS), and select “Union” in System Settings > Colors & Themes > Application Style.
Applications must be restarted in order to use Union, and are expected to look nearly identical to Breeze.
You can find out more about the current state and future plans for Union on its developer’s blog.
Colors, graphics, and performance
Plasma has always offered a superb graphical experience, and 6.7 piles on further improvements.
No longer do you have to choose between color management using an ICC profile or enjoying HDR content; now both are possible at the same time!
In addition, you can now control whether the colors on the screen turn redder at extremely low brightness levels on many AMD laptops.
Finally, the team put a great deal of work into optimization, resulting in better performance and lower power usage for CPU-rendered apps, many full-screen windows, and integrated Intel GPUs.
But that’s not all…
Plasma 6.7 has even more to offer, including:
The ability to duplicate network connections, so you can quickly create several with only small differences between them — which can be useful in an enterprise or school setting
An option to sync mouse and stylus pointers
An option to set and change preferred calendar app
An option to assign keyboard shortcuts for toggling the global “push-to-talk” microphone mute mode and clearing the notification history, making these actions faster to trigger
An easy way of selecting mixed skin tone emojis in Emoji Selector app
A System Monitor app that respects your preference regarding storage units (e.g. “GiB” vs “GB”)
A Global Menu widget that shows menus for apps on other screens by default
A “Recent Locations” item in the Application Menu widget
Customizable sorting and grouping in the Window List widget
Support for many more Wayland protocols and portals