KDE Weekly Update: Discover UI, Bug Fixes, and Performance Enhancements
Mar 14, 2025 am 09:52 AMKDE developer Nate Graham shares his insights and updates on the current state of the KDE ecosystem in his weekend update blog post every week. This week's KDE update highlights major improvements to the Linux desktop environment, with particular focus on Discover applications and Plasma 6.2 .
KDE's software center application Discover has received multiple UI improvements, performance enhancements, and bug fixes, indicating its increasing maturity and stability. In addition to Discover, Plasma 6.2 also benefits from a variety of significant UI improvements and bug fixes, cementing its position as a powerful and user-friendly desktop environment.
This article provides a brief overview of KDE changes and enhancements based on an update posted by Nate Graham on the Adventures in Linux and KDE blog.
Table of contents
- New Features
- UI improvements
- Error fix
- Performance and technical updates
Automation and systemization KDE Plasma 6.2 update: Discover UI improvements, bug fixes, and performance enhancements
New Features
- Users can now map the drawing pen button to mouse clicks, extending the existing functionality of mapping it to keyboard shortcuts. The user interface of this feature has also been improved.
- When the screen is connected or disconnected, a new sound is now played (enabled by default), similar to notifications from existing USB devices.
UI improvements
- The Discover application page has been redesigned to better follow the Human Interface Guidelines (HIG) for better margins, more compact content rating displays, underlined links for web URLs (rather than buttons), spaces for substituting dividers, and repositioning of distribution packaged application permission displays.
- The clipboard project menu accessed using Meta V now shares the Plasma clipboard widget with its UI. This change provides maintenance benefits, a more consistent UI, and enhanced visual effects for large amounts of text and images.
- Overview and Plasma Vaults’ Welcome Center page have been visually upgraded with new graphics. These graphics dynamically adapt to the system's active theme settings.
- Discover's notification system tray icon frequency is now aligned with the system's notification frequency settings and can be configured in the system settings.
- When tiling the Breeze theme window to the left or right edge of the screen, there are no resizable pixels in the topmost area, improving usability by following Fitz's law.
- The moving widget can now be scaled correctly, preventing it from getting too large on larger panels.
- The system-set nightlight page improves functionality to prevent manual timing of setting up start and stop conversions from overlapping, and visually representing this limitation.
- The auto-start page in system settings has a HIG-compliant redesigned menu button.
- For visual consistency and HIG recommendations, the 'list-remove' Breeze icon has been updated to a red X, matching the 'edit-delete-remove' icon.
Error fix
- Resolved common causes of Powerdevil crashes that occur after the system wakes up from sleep due to inactivity.
- Sleep suppression requests from Flatpak/sandbox/using portal are now available.
- Fixed an issue where Plasma panel widgets become interactable prematurely before moving the panel to a different screen edge (before leaving editing mode).
- Two issues related to Plasma's "center" and "zoom and crop" wallpaper positioning have been resolved, which resulted in incorrect image display at certain sizes and screen scales.
- Three regressions that affect folder views in Plasma 6 have been fixed: widgets represent retaining their custom titles, persistence of old tags during renaming, and the inability to select other items through the keyboard after renaming.
- Discover no longer truncates the first letter on the application page that is not compatible with the non-SPDX.
- Fixed: Tab keystrokes leak into the XWayland app during Alt Tab window switching when using the default XWayland app keyboard to snooping settings.
- Eliminates the pixel gap that appears on both sides of the XWayland application when using certain fractional scaling factors.
- Resolved Qt errors that caused frequent Plasma crashes during common multi-screen activity.
Performance and technical updates
- Discover's icon loading is now non-blocking, resulting in faster application startup times and smoother scrolling.
- The sticky key functions of "Ring when using modifier keys" and "Ring when switching lock keys" are now implemented on Wayland, completing the support of sticky keys.
- KWin will no longer select an incorrect default scaling for displays that report inaccurately their physical sizes (between 0 and 3 mm).
- Wayland: Improved activation behavior of applications that intentionally suppress cursor startup feedback.
Automation and systemization
- The new "All Errors I Report" link on the http://www.miracleart.cn/link/a97484e07cad027a9fb828764c1dcf6a homepage allows users to view all their error reports, including closed reports.
- The warning message from the error administrator (remindering the user that the error will be automatically closed) has become even more concise.
- The new error template has been updated to provide a clearer description of the instructions for filling in the version number, including the recommended use of the kinfo command line tool.
resource :
Related readings :
- KDE weekly updates (Issue 2): clearer cursors, better thumbnails, and lots of improvements
The above is the detailed content of KDE Weekly Update: Discover UI, Bug Fixes, and Performance Enhancements. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undress AI Tool
Undress images for free

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Are you looking for good software to write mathematical equations? If so, this article provides the top 5 equation editors that you can easily install on your favorite Linux distribution.In addition to being compatible with different types of mathema

Linux administrators should be familiar with the command-line environment. Since GUI (Graphical User Interface) mode in Linux servers is not commonly installed.SSH may be the most popular protocol to enable Linux administrators to manage the servers

PPA is an important tool for Ubuntu users to expand their software sources. 1. When searching for PPA, you should visit Launchpad.net, confirm the official PPA in the project official website or document, and read the description and user comments to ensure its security and maintenance status; 2. Add PPA to use the terminal command sudoadd-apt-repositoryppa:/, and then run sudoaptupdate to update the package list; 3. Manage PPAs to view the added list through the grep command, use the --remove parameter to remove or manually delete the .list file to avoid problems caused by incompatibility or stopping updates; 4. Use PPA to weigh the necessity and prioritize the situations that the official does not provide or require a new version of the software.

Gogo is a remarkable tool to bookmark directories inside your Linux shell. It helps you create shortcuts for long and complex paths in Linux. This way, you no longer need to type or memorize lengthy paths on Linux.For example, if there's a directory

LXD is described as the next-generation container and virtual machine manager that offers an immersive for Linux systems running inside containers or as virtual machines. It provides images for an inordinate number of Linux distributions with support

Node Version Manager (NVM) is a simple bash script that helps manage multiple Node.js versions on your Linux system. It enables you to install various Node.js versions, view available versions for installation, and check already installed versions.NV

The key to installing dual systems in Linux and Windows is partitioning and boot settings. 1. Preparation includes backing up data and compressing existing partitions to make space; 2. Use Ventoy or Rufus to make Linux boot USB disk, recommend Ubuntu; 3. Select "Coexist with other systems" or manually partition during installation (/at least 20GB, /home remaining space, swap optional); 4. Check the installation of third-party drivers to avoid hardware problems; 5. If you do not enter the Grub boot menu after installation, you can use boot-repair to repair the boot or adjust the BIOS startup sequence. As long as the steps are clear and the operation is done properly, the whole process is not complicated.

R is a widely-used programming language and software environment designed for developing statistical and graphical computing tools within data science. It closely resembles the S programming language and environment, with R serving as an alternative
