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...")
(No difference)

Revision as of 02:50, 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