Skip to content

Instantly share code, notes, and snippets.

@nylen
Created November 11, 2010 00:15
Show Gist options
  • Save nylen/671765 to your computer and use it in GitHub Desktop.
Save nylen/671765 to your computer and use it in GitHub Desktop.
Xauthority
james@debbay:~$ xauth extract tmp $DISPLAY
james@debbay:~$ sudo -u wine -i
wine@debbay:~$ export XAUTHORITY=.Xauthority
wine@debbay:~$ xauth merge ~james/tmp
xauth: creating new authority file .Xauthority
wine@debbay:~$
@nylen
Copy link
Author

nylen commented Nov 11, 2010

s/b export XAUTHORITY=~wine/.Xauthority

@nylen
Copy link
Author

nylen commented Nov 11, 2010

or unset XAUTHORITY

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment