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

From Tech-Wiki
Jump to: navigation, search
(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...")
 
Line 1: Line 1:
Add the following to the bottom of ".dtprofile" in you home directory:
+
Add the following to the bottom of.dtprofile in you home directory:
  
 
  DTSOURCEPROFILE=true
 
  DTSOURCEPROFILE=true

Revision as of 02:51, 13 September 2011

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