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

From Tech-Wiki
Revision as of 02:50, 13 September 2011 by Jebr (Talk | contribs) (Created page with "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/autocutse...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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