Two things need to be setup to get clipboard sharing to work
properly between a linux VNC server and a client. These are
vncconfig (or vnc4config) and autocutsel, the first is part of the
server package and just needs to be run from ~/.vnc/xstartup. The
second is a third party program (I use
"http://www.lepton.fr/tools/autocutsel/">autocutsel) that
attempts to unify the various clipboards in X, of which there are
at least three for some insane reason. Here is my xstartup for
reference:
#!/bin/sh [ -r $HOME/.Xresources ] &&
xrdb $HOME/.Xresources xsetroot -solid grey autocutsel -fork
vnc4config -nowin IdleTimeout=0 & exec gnome-session
–purge-delay=5000
xrdb $HOME/.Xresources xsetroot -solid grey autocutsel -fork
vnc4config -nowin IdleTimeout=0 & exec gnome-session
–purge-delay=5000
Related Posts
No related posts.

![[Google]]( http://blog.trollgod.org.uk/wp-content/plugins/easy-adsenser/google-light.gif)
