View Single Post
Posts: 12 | Thanked: 2 times | Joined on Jul 2008
#208
No it still doesn't launch. I tried both of your solutions. Sorry, I'll explain more clearly than my last post. I was also able (thanks qole) to get the output of the terminals with the 2nd wmxfce configuration.

1st (qole's):
->the wmxfce file:
Code:
#!/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
->OS2008 terminal output:
Code:
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
->debian chroot terminal output:
Code:
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: /]
->what I do and happens on the screen:
-I type in the OS2008 terminal "openhostwin.py xfce4"
-the host window is created
-I type in the debian chroot terminal "wmxfce"

2nd (fatalsaint's):
->the wmxfce file:
Code:
#!/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
->OS2008 terminal output:
Code:
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
->debian chroot terminal output:
Code:
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: /]
->what I do and happens on the screen:
-I type in the OS2008 terminal "openhostwin.py xfce4"
-the host window is created
-I type in the debian chroot terminal "wmxfce"
-the host window is put in front and maximized
-a fullscreen black screen with an x in the center briefly appears and disappears
-the maximized host window is seen again

Last edited by offensivebias; 2008-07-16 at 20:04.