this post was submitted on 02 Sep 2025
27 points (96.6% liked)

Linux

9557 readers
333 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

I think I've installed all the drivers, but the clipboard only syncs from host to guest. How do I enable guest to host clipboard sharing?

top 6 comments
sorted by: hot top controversial new old
[–] infeeeee@lemmy.zip 9 points 3 weeks ago* (last edited 3 weeks ago)

Kdeconnect has such feature, It has windows builds. On gnome use Gsconnect.

Or rdp. On windows enable remote desktop, on linux install an rdp client, I use Remmina

[–] anamethatisnt@sopuli.xyz 6 points 3 weeks ago (1 children)

vnc or rdp or something else?

[–] Ephera@lemmy.ml 5 points 3 weeks ago (1 children)

If they're saying "guest" I'd assume it's a virtual machine. But yeah, is it VirtualBox or KVM or something else?

[–] anamethatisnt@sopuli.xyz 2 points 3 weeks ago (1 children)

True, kvm defaults to SPICE I think.
For a Windows VM I would do as @infeeeee@lemmy.zip and install Remmina on the host.

[–] infeeeee@lemmy.zip 2 points 3 weeks ago

Clipboard sharing in VirtManager is a hit or miss, I remember once I could set it up, but usually I use rdp as it always Just Works™

[–] ikidd@lemmy.world 3 points 3 weeks ago

For a Windows guest, I'd access with Xfreerdp instead of the console viewers like Spice, it's probably faster and smoother. In which case you can use the Xfreerdp commandline with -clipboard or use Remmina/KRDC and enable the clipboard with their UI (since both just use xfreerdp in the background anyway).