Skip to content

Instantly share code, notes, and snippets.

@d1b
Created February 25, 2012 03:00
Show Gist options
  • Save d1b/1905564 to your computer and use it in GitHub Desktop.
Save d1b/1905564 to your computer and use it in GitHub Desktop.
newer user flow -> for nested sep. user
your user | other user
|
su otheruser | xauth -f ~/.Xauthority add :1 . `mcookie`
| export DISPLAY="1:0"
#get a copy of the cookie file |
#run up xephyr |
Xephyr :1 -auth OTHER_USERS_XAUTH -screen 1280x1024 |
| dbus-launch
| gnome-session
@d1b
Copy link
Author

d1b commented Feb 25, 2012

Nope this doesn't actually work as I expected ... :/

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