View Single Post
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#46
Originally Posted by Bundyo View Post
Does copy and paste work between xephyr and the originating Xorg?
Very good point. The two servers window managers seem to maintain two separate clipboards. You can copy and paste within the browser (using "clipboard-manager"), and you can copy and paste outside (using "klipper"), but the two clipboards are separate.

I'm going to do a bit of research, see if I can find a way to get them to share a clipboard. That's a fairly important thing...

EDIT: Looks like you'd have to write some kind of hack to get the clipboards to talk. That's too bad.

EDIT2: How about something like this? [Shared Clipboard Utility] It's python, so it should work on the tablets... I'll see... Hmm. Only for Windows and Mac...

Adding Linux Support: It makes a lot of sense to extend the program to support Linux for pure Linux users. To do so will require supporting at least GNOME and KDE, the most popular Linux windows managers. You can access Gnome's clipboard using pygtk and KDE's clipboard using pyqt. Another option is to require that the target machines have xsel or xclip, which work very much like pbcopy/pbpaste and implement Linux clipboard support on top of those.
EDIT3: Can anyone using a GTK WM (like XFCE4) tell us if the clipboard works? Theoretically, it should.
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!

Last edited by qole; 2008-06-19 at 20:26.
 

The Following User Says Thank You to qole For This Useful Post: