[websites/blogs-kde-org] content/posts/twip/2026-08-15: This Week in Plasma — 2026-08-15

Nate Graham <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit d72b637e57e408b72c094c74c4a828418de25911 by Nate Graham.
Committed on 14/08/2026 at 21:14.
Pushed by ngraham into branch 'master'.

This Week in Plasma — 2026-08-15

A  +-    --    content/posts/twip/2026-08-15/alignment-new.png
A  +-    --    content/posts/twip/2026-08-15/alignment-old.png
A  +-    --    content/posts/twip/2026-08-15/emoji-new.jpg
A  +-    --    content/posts/twip/2026-08-15/emoji-old.jpg
A  +172  -0    content/posts/twip/2026-08-15/index.md
A  +-    --    content/posts/twip/2026-08-15/logout-screen-tweaks.mp4
A  +-    --    content/posts/twip/2026-08-15/massive-pointer.webp
A  +-    --    content/posts/twip/2026-08-15/qbittorrent-with-lots-of-external-links.webp
A  +-    --    content/posts/twip/2026-08-15/scroll-speed-spinboxes.webp

https://invent.kde.org/websites/blogs-kde-org/-/commit/d72b637e57e408b72c094c74c4a828418de25911

diff --git a/content/posts/twip/2026-08-15/alignment-new.png b/content/posts/twip/2026-08-15/alignment-new.png
new file mode 100644
index 00000000..40654fd8
Binary files /dev/null and b/content/posts/twip/2026-08-15/alignment-new.png differ
diff --git a/content/posts/twip/2026-08-15/alignment-old.png b/content/posts/twip/2026-08-15/alignment-old.png
new file mode 100644
index 00000000..24378319
Binary files /dev/null and b/content/posts/twip/2026-08-15/alignment-old.png differ
diff --git a/content/posts/twip/2026-08-15/emoji-new.jpg b/content/posts/twip/2026-08-15/emoji-new.jpg
new file mode 100644
index 00000000..641281f3
Binary files /dev/null and b/content/posts/twip/2026-08-15/emoji-new.jpg differ
diff --git a/content/posts/twip/2026-08-15/emoji-old.jpg b/content/posts/twip/2026-08-15/emoji-old.jpg
new file mode 100644
index 00000000..cf466025
Binary files /dev/null and b/content/posts/twip/2026-08-15/emoji-old.jpg differ
diff --git a/content/posts/twip/2026-08-15/index.md b/content/posts/twip/2026-08-15/index.md
new file mode 100644
index 00000000..37d7bb28
--- /dev/null
+++ b/content/posts/twip/2026-08-15/index.md
@@ -0,0 +1,172 @@
+---
+title: "This Week in Plasma: Bi-Directional RDP Clipboard Sync"
+discourse: ngraham
+date: "2026-08-15T00:00:01Z"
+authors:
+ - nategraham
+ - johnveness
+categories:
+ - This Week in Plasma
+newsletter: true
+fediverse: "@[email protected]"
+#image: thumbnail.png
+emoji-slideshow:
+- name: "New"
+  url: emoji-new.jpg
+- name: "Old"
+  url: emoji-old.jpg
+alignment-slideshow:
+- name: "New"
+  url: alignment-new.png
+- name: "Old"
+  url: alignment-old.png
+---
+
+<!-- Example wording for a change, MR version. (Developer Name, [repo-name MR #xxx](https://invent.kde.org/plasma/repo-name/-/merge_requests/xxx)) -->
+
+<!-- Example wording for a change, Bugzilla version. (Developer Name, [KDE Bugzilla #xxx](https://bugs.kde.org/show_bug.cgi?id=xxx)) -->
+
+<!-- ![](thumbnail.png) -->
+
+<!-- {{< screenshots name="SOMETHING-slideshow" >}} -->
+
+<!-- {{< video src="something.mp4" >}} -->
+
+Welcome to a new issue of *This Week in Plasma!*
+
+This week was full of user interface improvements and performance enhancements, and we snuck in a few features as well:
+
+
+
+
+## Notable new features
+<!-- Can find some with https://invent.kde.org/groups/plasma/-/merge_requests/?sort=merged_at_desc&state=merged&label_name%5B%5D=Feature&first_page_size=20 -->
+
+### Plasma 6.8
+Remote desktop sessions now offer a fully shared clipboard, rather than only sending the server’s clipboard to the client. (Nick Haghiri, [krdp MR #213](https://invent.kde.org/plasma/krdp/-/merge_requests/213))
+
+
+
+
+## Notable UI improvements
+<!-- Can find some with https://invent.kde.org/groups/plasma/-/merge_requests/?sort=merged_at_desc&state=merged&label_name%5B%5D=Enhancement&first_page_size=20 -->
+
+### Plasma 6.8
+Events shown in the Digital Clock widget now display their descriptions inline, rather than in a hover tooltip. (Francesco Fortunelli, [KDE Bugzilla #429700](https://bugs.kde.org/show_bug.cgi?id=429700))
+
+The scrolling speed sliders on System Settings’ Mouse and Touchpad pages are now accompanied by spinboxes that permit fine-tuning their speeds. (Wladimir Leuschner, [KDE Bugzilla #477745](https://bugs.kde.org/show_bug.cgi?id=477745))
+
+![Scroll speed spinboxes on System Settings’ Mouse page](scroll-speed-spinboxes.webp)
+
+Discover now shows all of the external links that apps can set in their metadata. (Taras Oleksyn, [KDE Bugzilla #522213](https://bugs.kde.org/show_bug.cgi?id=522213))
+
+![QBittorrent’s many external links shown in Discover](qbittorrent-with-lots-of-external-links.webp)
+
+Interactive UI elements on the logout screen are now only shown on the active monitor, mirroring the same thing on the lock and login screens. And the whole thing now fades in and out faster, too. (Ramil Nurmanov, and Nate Graham, [KDE Bugzilla #431382](https://bugs.kde.org/show_bug.cgi?id=431382) and [kwin MR #9711](https://invent.kde.org/plasma/kwin/-/merge_requests/9711))
+
+{{< video src="logout-screen-tweaks.mp4" >}}
+
+The wallpaper chooser UI that’s visible in System Settings and the desktop configuration window now loads in a smoother and less glitchy-looking way. (Artem Grinev, [plasma-workspace MR #6892](https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/6892))
+
+The Power & Battery widget’s “Manually Block Sleep and Screen Locking” switch is now vertically aligned to its icon. See, KDE really does care about margins and alignment! 😁 (Angel Parra, [powerdevil MR #662](https://invent.kde.org/plasma/powerdevil/-/merge_requests/662))
+
+{{< screenshots name="alignment-slideshow" >}}
+
+
+
+
+## Notable bug fixes
+<!--
+Can find some with:
+- HI and VHI bugs fixed: https://tinyurl.com/bdepnh4v
+- All bugs fixed: https://invent.kde.org/groups/plasma/-/merge_requests/?sort=merged_at_desc&state=merged&label_name%5B%5D=Bugfix&first_page_size=20
+-->
+
+### Plasma 6.6.7
+The Power & Battery widget’s tooltip no longer talks about scrolling to change the power mode on systems without either of the `power-profiles-daemon` or `tuned-ppd` systems installed and working. (Nate Graham, [powerdevil MR #663](https://invent.kde.org/plasma/powerdevil/-/merge_requests/663))
+
+
+### Plasma 6.7.5
+Fixed a somewhat common way that Discover could crash on systems using the RPM-OSTree architecture, such as Fedora Kinoite. (Aleix Pol Gonzalez, [discover MR #1385](https://invent.kde.org/plasma/discover/-/merge_requests/1385))
+
+If the `fwupd` system service is broken or masked using systemd, the rest of Discover still works as expected. (Tobias Fella, [discover MR #1373](https://invent.kde.org/plasma/discover/-/merge_requests/1373))
+
+When the Task Manager widget is used with a right-to-left language or its tasks are configured to appear “to the left”, the tasks now move to the expected location when manually rearranged by dragging. (Christoph Wolk, [KDE Bugzilla #504898](https://bugs.kde.org/show_bug.cgi?id=504898))
+
+Custom accent colors defined within wallpapers are once again honored. (Zhora Zmeykin, [KDE Bugzilla #514656](https://bugs.kde.org/show_bug.cgi?id=514656))
+
+
+### Plasma 6.8
+Fixed a case where the remote desktop server could crash when closing a connection. (Wengsheng Tang, [krdp MR #189](https://invent.kde.org/plasma/krdp/-/merge_requests/189))
+
+Resizing an aspect-ratio-locked window no longer sometimes makes it disappear! (Vlad Zahorodnii, [KDE Bugzilla #479547](https://bugs.kde.org/show_bug.cgi?id=479547))
+
+The OSD displayed when muting or unmuting microphones using the Microphone Indicator widget now shows the correct icon. (Undef Fox, [KDE Bugzilla #472107](https://bugs.kde.org/show_bug.cgi?id=472107))
+
+Apps packaged as Flatpaks or using Nix now get pinned to the Task Manager widget in a more robust way, so they’re less likely to get broken in the future if the underlying locations of their `.desktop` files change. (Christoph Wolk, [KDE Bugzilla #505066](https://bugs.kde.org/show_bug.cgi?id=505066))
+
+The Emoji Selector window now uses the same consistent order for the gendered variants of all emojis, not just some of them. (Tobias Ozór, [plasma-desktop MR #3939](https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/3939))
+
+{{< screenshots name="emoji-slideshow" >}}
+
+The pointer now looks even sharper at absurdly enormous sizes when you shake it for ages and ages. (Vlad Zahorodnii, [kwin MR #9176](https://invent.kde.org/plasma/kwin/-/merge_requests/9176))
+
+![Absurdly massive pointer that you’ve been shaking for too long, but at least it’s nice and sharp now](massive-pointer.webp)
+
+Right-clicking twice on the same pixel of the desktop without moving the pointer no longer shows the wrong context menu the second time. (Christoph Wolk, [KDE Bugzilla #504765](https://bugs.kde.org/show_bug.cgi?id=504765))
+
+
+### Frameworks 6.30
+Fixed a bug that could make KDE Connect consume 100% of a whole CPU core. (David Redondo, [KDE Bugzilla #517743](https://bugs.kde.org/show_bug.cgi?id=517743))
+
+Very large images on the clipboard no longer sometimes fail to paste successfully. (Zhora Zmeykin, [KDE Bugzilla #519651](https://bugs.kde.org/show_bug.cgi?id=519651))
+
+Various dialogs throughout KDE software once again properly offer the opportunity to open executable text and script files in a text editor app, working around [an upstream change in `shared-mime-data` which had broken this](https://gitlab.freedesktop.org/xdg/shared-mime-info/-/merge_requests/372). (Méven Car, [KDE Bugzilla #522948](https://bugs.kde.org/show_bug.cgi?id=522948))
+
+
+### Kup 0.11.0
+Kup’s notification about backup progress no longer erroneously tells you that the backup destination is on your phone that’s paired with KDE Connect. (Harald Sitter, [KDE Bugzilla #518494](https://bugs.kde.org/show_bug.cgi?id=518494))
+
+
+
+
+## Notable in performance & technical
+
+### Plasma 6.6.7
+Added support for monitoring GPU usage for Intel A380 GPUs. (Takahiro Hashimoto, [KDE Bugzilla #517334](https://bugs.kde.org/show_bug.cgi?id=517334))
+
+Pasting very large PNG images no longer sometimes causes some lagging and stuttering. (Zhora Zmeykin, [plasma-workspace MR #6874](https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/6874))
+
+
+### Plasma 6.7.5
+KWin now supports more than one `wl_data_device`, which opens the door to improved drag-and-drop support in Firefox. (Martin Stransky, [KDE Bugzilla #521494](https://bugs.kde.org/show_bug.cgi?id=521494))
+
+Spectacle is now slightly faster at taking screenshots on vertically flipped screens. (Zhora Zmeykin, [kwin MR #9752](https://invent.kde.org/plasma/kwin/-/merge_requests/9752))
+
+
+### Plasma 6.8
+The new `kscreenctl` tool now supports setting custom CVT timings/modelines. (Vlad Zahorodnii, [KDE Bugzilla #517654](https://bugs.kde.org/show_bug.cgi?id=517654))
+
+
+### Frameworks 6.30
+Reduced the number of times the common `Kirigami.Icon` component needs to read from the disk while looking for fallback icons. (Jakob Petsovits, [kirigami MR #2139](https://invent.kde.org/frameworks/kirigami/-/merge_requests/2139))
+
+The Baloo file indexer now correctly ignores Btrfs snapshots that happen to be stored in your home directory, instead of pointlessly trying to index them. (Hadi Chokr, [baloo MR #295](https://invent.kde.org/frameworks/baloo/-/merge_requests/295))
+
+
+
+
+## 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](https://matrix.to/#/#this-week-kde-apps:kde.org) and [join the team](https://community.kde.org/Promotion/This_week_in_KDE)!
+
+Beyond that, you can help KDE by directly [getting involved](https://community.kde.org/Get_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](https://kde.org/donate)! 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](https://invent.kde.org/websites/blogs-kde-org/-/merge_requests/?label_name%5B%5D=This%20Week%20in%20Plasma).
diff --git a/content/posts/twip/2026-08-15/logout-screen-tweaks.mp4 b/content/posts/twip/2026-08-15/logout-screen-tweaks.mp4
new file mode 100644
index 00000000..a19a39c6
Binary files /dev/null and b/content/posts/twip/2026-08-15/logout-screen-tweaks.mp4 differ
diff --git a/content/posts/twip/2026-08-15/massive-pointer.webp b/content/posts/twip/2026-08-15/massive-pointer.webp
new file mode 100644
index 00000000..bc694a19
Binary files /dev/null and b/content/posts/twip/2026-08-15/massive-pointer.webp differ
diff --git a/content/posts/twip/2026-08-15/qbittorrent-with-lots-of-external-links.webp b/content/posts/twip/2026-08-15/qbittorrent-with-lots-of-external-links.webp
new file mode 100644
index 00000000..3b09bae6
Binary files /dev/null and b/content/posts/twip/2026-08-15/qbittorrent-with-lots-of-external-links.webp differ
diff --git a/content/posts/twip/2026-08-15/scroll-speed-spinboxes.webp b/content/posts/twip/2026-08-15/scroll-speed-spinboxes.webp
new file mode 100644
index 00000000..6405a459
Binary files /dev/null and b/content/posts/twip/2026-08-15/scroll-speed-spinboxes.webp differ
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.