Created
February 25, 2012 03:00
-
-
Save d1b/1905564 to your computer and use it in GitHub Desktop.
newer user flow -> for nested sep. user
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nope this doesn't actually work as I expected ... :/