Difference between revisions of "How to enable cut&paste when accessing a Solaris host via VNC"

From Tech-Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 +
[[Category:Sun_Microsystems]]
 
Add the following to the bottom of.dtprofile in you home directory:
 
Add the following to the bottom of.dtprofile in you home directory:
  

Latest revision as of 02:37, 8 August 2016

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