Mike,

Thanks.  I have vncconfig in my xstartup, forget where I 'barrowed' it
from...

$ more xstartup
#!/bin/sh

[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
#xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
PATH=$PATH:/usr/dt/bin:/usr/X/bin
export PATH
/usr/dt/bin/Xsession

I do have a different option than what you listed...

Ray

On 4/10/07, Boger, Mike <[EMAIL PROTECTED]> wrote:
>
> 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
_______________________________________________
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