[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Auth on X
Ben-Nes Michael <miki@canaan.co.il> writes:
> im trying to open xterm from other computer i have but i get
> Xlib: Client is not authorized to connect to Server
Your try to launch X application with a different user who has
launched X. The solution is to do a xhost +localhost, or put a :
export XAUTHORITY=/path_to_1st_home_user/.Xauthority
in your ~/.bashrc
> what is the authentication system of the X ?
man xhost
--
Chmouel
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il
- References:
- Auth on X
- From: Ben-Nes Michael <miki@canaan.co.il>