
cp /usr/bin/xpice /usr/bin/wmxfce
su user -c 'export DISPLAY=:1; icewm-session'
su user -c 'export DISPLAY=:1; xfce4-session'
| The Following User Says Thank You to fatalsaint For This Useful Post: | ||
) stuff.
).~ $ debwm xfce wmxfce ~ $ Setting up the chroot... ls: /media/mmc2/debian*.img*: No such file or directory using image file: /media/mmc1/debian.img.ext2 Using ext2 file system . .. ... mount: mounting /media/usb on /debian/media/usb failed .... Everything set up, running chroot... _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 /usr/bin/startxfce4: X server already running on display :1 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. 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.
~ $ debwm xfce wmxfce ~ $ Setting up the chroot... ls: /media/mmc2/debian*.img*: No such file or directory using image file: /media/mmc1/debian.img.ext2 Using ext2 file system . .. ... mount: mounting /media/usb on /debian/media/usb failed .... Everything set up, running chroot... _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.
).Xephyr :1 -br -screen 800x480x16 -dpi 96 parent `wmctrl -l | grep -i icewm | awk '{print $1}'` -ac &
openwindow.py xfce4
debwm xfce4 wmxfce
| The Following User Says Thank You to qole For This Useful Post: | ||
#/usr/bin/startwm
Xephyr :1 -br -screen 800x480x16 -dpi 96 parent `wmctrl -l | grep -i $1 | awk '{print $1}'` -ac &
....
su user -c 'export DISPLAY=:1; $2'
title=$1 wmanager=$2
Xephyr :1 -br -screen 800x480x16 -dpi 96 parent `wmctrl -l | grep -i $title | awk '{print $1}'` -ac &
su user -c "export DISPLAY=:1; ${wmanager}"
#!/bin/sh # $1 = display name # $* = Debian Command openhostwin.py $1 & shift sleep 5 sudo debian $* &