[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xhost abschalten und die Folgen



* Thomas Schönhoff <thomas.schoenhoff@uni-bielefeld.de> [05-02-2003 12:55]:

> xauth merge /home/thomas/.Xauthority
> DISPLAY=:0.0
> 
> erreicht! Umständliches Verfahren und auf Dauer zu nervig!

In die .bashrc von root:

if [ -r /home/thomas/.Xauthority ]; then
        /usr/bin/X11/xauth merge /home/thomas/.Xauthority
        DISPLAY=:0.0; export DISPLAY
fi

Unter X als User thomas machst du dann ein Xterm auf
und mit su - geht es dann weiter.

Gruss Uwe



Reply to: