RE: Unix $DISPLAY env variable

2001-04-17 Thread Brooke Wallace
Ok, nevermind I figured it out... For those of you whowant to know: I managed to do this after reading the xauth man page about 5 times... % xauth extrac - my.vnc.server.host.com:1.0 > ~/tmpauth This takes the X auth entry for my VNC display my.vnc.server.host.com:1.0 from my ~/.Xauthority file

RE: Unix $DISPLAY env variable

2001-04-17 Thread Brooke Wallace
Ok, granted I can say xhost+ and it works, but then I have disabled all my X security. Starting VNC with -ac also disables all security. Does anyone know the right command xhost or xauth to add just the user. I have looked at the man pages and tied a buch of combinations with no success. xhost +n

RE: Unix $DISPLAY env variable

2001-04-13 Thread Steve Russo
27; Sent: 04/12/2001 11:21 AM Subject: RE: Unix $DISPLAY env variable I get the same thing connecting to a linux box. I just do an xhost + when I first connect, & it will let me open gui's after I su - . Alan -Original Message- From: Brooke Wallace (EWU) [mailto:[EMAIL PROTECTE

Re: Unix $DISPLAY env variable

2001-04-13 Thread a . umpleby
> Is this some type of security feature Yes. > xhost + This is, as mentioned a nice easy way of allowing anyone to open anything on the display. I suggest you only do this if it is a fairly brief time that you will spend as another user - so do the xhost + just before you su, then do xhost -

RE: Unix $DISPLAY env variable

2001-04-12 Thread Brooke Wallace (EWU)
12, 2001 12:17 PM To: 'VNC LIST' Cc: 'Brooke Wallace' Subject: RE: Unix $DISPLAY env variable try adding -display hostname:1 to the xhost command -Original Message- From: Brooke Wallace [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 11:48 AM To: [EMAIL PR

RE: Unix $DISPLAY env variable

2001-04-12 Thread Sharma, Shashi
try adding -display hostname:1 to the xhost command -Original Message- From: Brooke Wallace [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 11:48 AM To: [EMAIL PROTECTED] Cc: Sharma, Shashi Subject: RE: Unix $DISPLAY env variable Ok, granted I can say xhost+ and it works

RE: Unix $DISPLAY env variable

2001-04-12 Thread Sharma, Shashi
- From: Alan Conboy [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 9:22 AM To: '[EMAIL PROTECTED]' Subject: RE: Unix $DISPLAY env variable I get the same thing connecting to a linux box. I just do an xhost + when I first connect, & it will let me open gui's

RE: Unix $DISPLAY env variable

2001-04-12 Thread Alan Conboy
I get the same thing connecting to a linux box. I just do an xhost + when I first connect, & it will let me open gui's after I su - . Alan -Original Message- From: Brooke Wallace (EWU) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 11, 2001 2:59 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROT

Re: Unix $DISPLAY env variable

2001-04-12 Thread Tim Waugh
On Wed, Apr 11, 2001 at 03:58:51PM -0500, Brooke Wallace (EWU) wrote: > So, my question is.. How do I have to set my DISPLAY env variable to > open X windows if I change my userid? Setting it to the same thing > as other windows in my client have (hostname:1.0) does not work > unless I am that us