TigerVNC / tigervnc

High performance, multi-platform VNC client and server
https://tigervnc.org
GNU General Public License v2.0
5.24k stars 954 forks source link

Add clipboard support to x0vncserver #1831

Closed gujjwal00 closed 1 month ago

gujjwal00 commented 2 months ago

Most of the groundwork related to selections is already present in TxWindow. And XDesktop already makes use of XFixes, which can provide a notification whenever selection changes. I have added XSelection to handle the rest (took some notes from vncSelection.c in Xvnc).

I didn't want to make it too complicated before getting some feedback.

Issue: #529

francoisp commented 2 months ago

👍 👍

gujjwal00 commented 1 month ago

Updates:

bitcoinmeetups commented 1 month ago

Ok, I want to test it. How do I install this version where clipboard works for x0vncserver on Debian 12?