#!/bin/sh export DISPLAY=:0 wmctrl -r IceWM -b toggle,fullscreen Xephyr :1 -br -screen 800x480x16 -dpi 96 -parent `wmctrl -l | grep -i xfce4 | awk '{print $1}'` -ac & sleep 3 su user -c 'export DISPLAY=:1; xfce4-session' export DISPLAY=:0 killall Xephyr wmctrl -r IceWM -b toggle,fullscreen
BusyBox v1.6.1 (2008-05-22 10:32:35 EEST) Built-in shell (ash) Enter 'help' for a list of built-in commands. ~ $ openhostwin.py xfce4
chroot set up already! Everything set up, running chroot... [root@Debian: /]wmxfce _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 _XSERVTransOpen: transport open failed for inet6/Nokia-N810-23-14:1 _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6 Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list! xfce4-session: Unable to access file /home/user/.ICEauthority: Permission non accordée FreeFontPath: FPE "/usr/share/fonts/X11/misc" refcount is 2, should be 1; fixing. Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list! FreeFontPath: FPE "/usr/share/fonts/X11/misc" refcount is 2, should be 1; fixing. [root@Debian: /]
#!/bin/sh export DISPLAY=:0 wmctrl -r xfce4 -b toggle,fullscreen Xephyr :1 -br -screen 800x480x16 -dpi 96 -parent `wmctrl -l | grep -i xfce4 | awk '{print $1}'` -ac & sleep 3 su user -c 'export DISPLAY=:1; xfce4-session' export DISPLAY=:0 killall Xephyr wmctrl -r IceWM -b toggle,fullscreen