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

From Tech-Wiki
Revision as of 02:37, 8 August 2016 by Fabricio.Lima (Talk | contribs)

(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