[Google]

VNC server on linux

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

Related Posts

No related posts.

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Additional comments powered by BackType