Spyke
lemmy.dbzer0.com

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

-4
lemmy.dbzer0.com

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...

1
LiveLMreply
lemmy.zip

That's a modern Android limitation...

3

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

1

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

1

You reached the end

This Week in Plasma: KDE Initial System Setup | Spyke