Ray-

Make sure that "vncconfig" is running in some form- Most of our users
have "vncconfig -nowin" in their xstartup file....

Here's what we have here (Takes care of Linux or Solaris):

#!/bin/sh
vncconfig -nowin &
if [ "`uname`" = "Linux" ]
then
    /usr/bin/startkde &
else
    /usr/dt/bin/Xsession &
    sleep 30
    xset s blank
fi 


Note the 'sleep 30' and 'xset s'- This eliminates the X screen blanking
issue with Solaris.

Hope that this helps,

Mike

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of E Mail
Sent: Tuesday, April 10, 2007 1:11 PM
To: vnc-list
Subject: Button Setup...Copy/Paste

Ok... probably silly question...

Via a VNC setup done by someone else in my group, during the VNC session
highlighting text, then clicking the middle button would 'copy/paste'
that text to the cursor location...

When I setup VNC, this is not working...   Is this a VNC setup? or a
'desktop' setup in CDE (using Solaris 8, fyi)...

Thanks!
Ray
_______________________________________________
VNC-List mailing list
[email protected]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list
_______________________________________________
VNC-List mailing list
[email protected]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to