this post was submitted on 17 Mar 2024
80 points (96.5% liked)

Linux

46775 readers
1439 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

A couple of years ago with my old phone (running if I don't remember wrong Android Pie) and my old laptop (running Manjaro KDE) I discovered KDEConnect and how it could enable a clipboard sharing feature similar to the one Apple provides between Macs and iPhones. It was great! Now, after having changed both my phone (now running Android 14) and my laptop (now running PopOS! 22.04) I wanted to reproduce that magic but I found out that with Android 10 some complications regarding clipboard sharing arrived and so it doesn't work out-of-the-box anymore :(

I found some saying that the only way to do that was by the persistent notification button (still ok but meh) and some others reccomending some adb commands to make it work as it was before (which would be great but I wanted to investigate a bit more before pasting some random commands to my terminal)... but it was all kinda old content (referring to Android 10 or at most 11), what's the situation as of today? Do you use clipboard sync? And if so, how?

all 22 comments
sorted by: hot top controversial new old
[–] [email protected] 29 points 5 months ago

PC to phone: works perfectly (regular desktop and Steam Deck used regularly).

Phone to PC: only works by clicking the share clipboard action within the KDE connect app each time. But I recently discovered the quick settings tile and now it's almost as convenient as before if not more secure.

That, or Magisk ofc.

[–] [email protected] 22 points 5 months ago (2 children)

Works as intended for me between my android phone and Kububtu PC however I deliberately turned it off for security reasons.

¿Why? Whenever I copy a password from my password manager on the PC it is shared to the Android phone and stored on the clip board there in plain unecrypted form. Since I also use a clip board manager app which remembers anything that is copied for later retrieval this means that if I were to lose my phone it would yield the finder with a long list of logins and passwords that I use.

I could of course manually delete each password from the smart phone after logging in but it's way too much of a hassle and I'm prone to simply forgetting it.

By default KDE connect should simply not transfer copies made from password managers. It bypasses the whole security feature that password managers have which automatically clears the clipboard a short time after copying any password. Last I checked there were feature requests // bug reports on github arounc issue. But I'm not tech savvy enough to know whether there is a programmatic way to detect what kind of app the copy is originating from or whether we are stuck with the current way by design constraint.

[–] [email protected] 9 points 5 months ago (1 children)

There is a config option that doesnt share passwords, "as marked by password managers" idk how well it works but it might block that behavior. On the PC side in clipboard configs in kde connect.

[–] [email protected] 3 points 5 months ago

Nice to see that option included. It wasn't there the last time I checked.

[–] [email protected] 3 points 5 months ago

Thanks for pointing this issue out! Idk how the KDE team is moving to address this, but I know that for example the gnome extension Pano (which is a clipboard manager) has a blacklist of apps that should ignore (and which by default is most popular password managers), so KDEConnect could do the same I guess...

[–] [email protected] 8 points 5 months ago (1 children)

It works flawlessly and instantly.

Yes, persistant notification but that's neccessary for any app that runs in background. It's a feature, not a bug. You only want good apps running in background. Make the notifications silent. There should be a better separation but that's the current state. You'll get used to it.

[–] [email protected] 3 points 5 months ago (1 children)

You can turn off the notification entirely and it'll move it to a submenu of the quick settings panel.

[–] [email protected] 1 points 5 months ago (1 children)

Nice, thx! I'll test it but is that the same for all the other apps that need a foreground service?

[–] [email protected] 4 points 5 months ago

Yes, that's basically how Android handles showing you what's running in the background that you have no other way of seeing. If you swipe away your music player notification it also shows up there. So disabling the persistent service notification of a background service sends it there.

It's pretty nice, it's really out of the way yet visible for you to inspect so apps can't just run hidden away.

[–] [email protected] 6 points 5 months ago (1 children)

To sync clipboard from phone to computer, I use the quick toggle thing (where you can toggle WiFi, flashlight, etc) on the notification centre.

[–] [email protected] 3 points 5 months ago

I didn't know about the toggle, but it seems me much more practical than the notification. I'll probably go for that one, thank you!

[–] [email protected] 3 points 5 months ago

It just works on LMDE6 with plasma/Wayland

[–] [email protected] 3 points 5 months ago

im using https://github.com/Kr328/Riru-ClipboardWhitelist on android to make clipboard behaves like pre android 10 era

[–] [email protected] 2 points 5 months ago (1 children)

I'm using clipboard sync but I'm using the notification button for it.

[–] [email protected] 2 points 5 months ago (2 children)

and (from what you know of course) there's no way to make it work as automatically as it was before using adb?

[–] [email protected] 4 points 5 months ago

Only foreground apps and keyboards can read the clipboard, which is a really good thing.

KDE Connect could partner up with Florisboard or Heliboard/Openboard, and integrate that sync. The keyboard takes it up and sends the content to KDE connect via IPC (inter process communication), which is still not blocked through the Android Sandbox, not even on GrapheneOS.

[–] [email protected] 3 points 5 months ago (1 children)

I remember looking into it years ago but didn't find any acceptable solutions. PC to phone works automatically but unfortunately I now have to remember to push send if I want it to work the other way

[–] [email protected] 2 points 5 months ago (1 children)

And do you have to enable some setting on the desktop side to make it work from linux to android? 'Cause I tried and it wasn't working out of the box (maybe it's because I was using GSConnect without having install KDEConnect, could it be?)

[–] [email protected] 2 points 5 months ago (1 children)

I think clipboard sharing was one of those that was on by default when I set it up last time. Not sure about GSConnect, I was just using regular KDE Connect

[–] [email protected] 2 points 5 months ago (1 children)

For anyone else with the same issue, Clipboard sync is disabled by default on GSConnect, but can be simply enabled going to the extension settings and then tapping on the device name. (Yes, I just found out that the device name was tappable and there were lots of per-device settings, wow)

[–] [email protected] 2 points 5 months ago

I guess they consider it a safety thing not to have it on automatically.