How to enable cut&paste when accessing a Solaris host via VNC

From Tech-Wiki
Revision as of 02:51, 13 September 2011 by Jebr (Talk | contribs)

Jump to: navigation, search

Add the following to the bottom of.dtprofile in you home directory:

DTSOURCEPROFILE=true

if [ -f /usr/local/bin/autocutsel ];
then
       nohup /usr/local/bin/autocutsel &
fi