> -----Original Message----- > From: Metrik . [mailto:metrik75@;yahoo.com.au] > Sent: dinsdag 29 oktober 2002 11:11 > To: [EMAIL PROTECTED] > Subject: Why do I have to xhost + to run some X progs > > > I'm running a vncserver on a RH7.3 box, using a windows 2000 > client. The problem is that when I'm in a session I have to > type xhost + before I can launch programs like xcdroast etc. > Any tips in how I can change it so I don't have to?
It's the X11 security. The -ac option to `Xvnc` (and hence to vncserver) does about the same control as `xhost +` does. If you add the -ac option to your call to Xvnc (or vncserver) it is the same removal of X11 securit as `xhost +`. If you use the vncserver script, you can add the option in there to the Xvnc call. CBee _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
