Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 379441
Collapse All | Expand All

(-)startx.cpp.orig (-1 / +2 lines)
Lines 275-281 Link Here
275
    dummy=0
275
    dummy=0
276
276
277
    XCOMM create a file with auth information for the server. ':0' is a dummy.
277
    XCOMM create a file with auth information for the server. ':0' is a dummy.
278
    xserverauthfile=$HOME/.serverauth.$$
278
    XCOMM .serverauth.$$ autogenerator, is cause of angry ¬¬ reemplace with the real need auth file >> .Xauthority    
279
    xserverauthfile=$XAUTHORITY
279
    trap "rm -f '$xserverauthfile'" HUP INT QUIT ILL TRAP KILL BUS TERM
280
    trap "rm -f '$xserverauthfile'" HUP INT QUIT ILL TRAP KILL BUS TERM
280
    xauth -q -f "$xserverauthfile" << EOF
281
    xauth -q -f "$xserverauthfile" << EOF
281
add :$dummy . $mcookie
282
add :$dummy . $mcookie

Return to bug 379441