this post was submitted on 24 Aug 2025
31 points (100.0% liked)

KDE

7133 readers
2 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.

Plasma 6 Bugs

If you encounter a bug, proceed to https://bugs.kde.org/, check whether it has been reported.

If it hasn't, report it yourself.

PLEASE THINK CAREFULLY BEFORE POSTING HERE.

Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.

founded 2 years ago
MODERATORS
 

Welcome to a new issue of This Week in Plasma! Every week we cover the highlights of what’s happening in the world of KDE Plasma and its associated apps like Discover, System Monitor, and more.

top 7 comments
sorted by: hot top controversial new old
[–] Kazel@lemmy.dbzer0.com -3 points 1 week ago* (last edited 1 week ago) (2 children)

How about fixing bugs introduced with Plasma 6? KDE Connect notification sync still doesn't work like before in Plasma 5...

[–] matthieu@mastodon.puffer.fish 1 points 1 week ago (1 children)
[–] Kazel@lemmy.dbzer0.com 2 points 1 week ago* (last edited 1 week ago)

kde connect notification sync blacklist didn't load and work, bug was filed, fix was rolled out. list is now shown but not working and still can't add apps

[–] somerandomperson@lemmy.dbzer0.com 1 points 1 week ago (1 children)

Neither does clipboard sync. I have to press the darn "Send Clipboard" button every time on the phone to send the clipboard. Why doesn't it auto send anyways...

[–] LiveLM@lemmy.zip 3 points 1 week ago (1 children)

That's a modern Android limitation...

[–] somerandomperson@lemmy.dbzer0.com 1 points 1 week ago (1 children)

Fuck.

If only i could solve it via shizuku...

[–] LiveLM@lemmy.zip 1 points 1 week ago

There's some ADB commands you can run to allow it, but in my experience it's a bit flaky, and has to be run every boot.

adb -d shell pm grant org.kde.kdeconnect_tp android.permission.READ_LOGS;
adb -d shell appops set org.kde.kdeconnect_tp SYSTEM_ALERT_WINDOW allow;
adb -d shell am force-stop org.kde.kdeconnect_tp;

How does it work?
With log reading enabled, KDE Connect watches its own log. If it sees a line indicating that it has been denied access to read the clipboard, it pops up an invisible window to the foreground, grabs the clipboard, and closes the window.

Source from KDE Userbase