On Sat, Jun 15, 2002 at 01:35:35 +0200, Dominique Cazeaux wrote: > Une des m�thodes consiste � mettre ceci dans son .bash_profile: > > if [ -n "$DISPLAY" ]; then > xhost +local: >/dev/null #autorise tous les acc�s locaux � X > fi
Surtout pas! �a donne le privil�ge � tous les utilisateurs locaux! Un xauth -f le_bon_fichier extract - $DISPLAY | xauth merge - du c�t� de root devrait fonctionner, le probl�me �tant de trouver le bon fichier (g�n�ralement de la forme ~user/.Xauthority). -- Vincent Lef�vre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/> - 100% validated (X)HTML - Acorn Risc PC, Yellow Pig 17, Championnat International des Jeux Math�matiques et Logiques, TETRHEX, etc. Work: CR INRIA - computer arithmetic / SPACES project at LORIA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

