![]() |
2008-07-15
, 22:44
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#202
|
Xfce is the first you got working, that's right (forgot it). I couldn't get openwindow.py working, is it one of your other script ? (I quickly reread the thread but couldn't find it, I'm really not good at coming in the middle of a thread), I wasn't able to find it either with a <sudo find / -iname 'openwindow.py'> so it isn't in my system.
debwm IceWM xfce4 startwm xfce4-session
openhostwin.py $1 & sleep 5 sudo debian $2 $1 $3 &
![]() |
2008-07-15
, 22:47
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#203
|
Sorry, as you can see from fatalsaint's posts, it is actually "openhostwin.py"
Also, fatalsaint, I don't understand why you don't just use the first parameter for the window title on "both sides"...
then, in debwm:Code:debwm IceWM xfce4 startwm xfce4-session
Code:openhostwin.py $1 & sleep 5 sudo debian $2 $1 $3 &
![]() |
2008-07-16
, 04:56
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#204
|
![]() |
2008-07-16
, 06:44
|
Posts: 12 |
Thanked: 2 times |
Joined on Jul 2008
|
#205
|
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
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... [root@Debian: /]nano /usr/bin/wmxfce [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. [root@Debian: /]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.
![]() |
2008-07-16
, 16:15
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#206
|
![]() |
2008-07-16
, 17:15
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#207
|
chown user:users /home/user/.ICEauthority chown user:users /home/user/.cache chown user:users /home/user/.dbus/session-bus
![]() |
2008-07-16
, 19:53
|
Posts: 12 |
Thanked: 2 times |
Joined on Jul 2008
|
#208
|
#!/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
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: /]
![]() |
2008-07-16
, 19:59
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#209
|
![]() |
2008-07-16
, 20:21
|
Posts: 12 |
Thanked: 2 times |
Joined on Jul 2008
|
#210
|
The Following User Says Thank You to offensivebias For This Useful Post: | ||
Change the wmxfce to execute xfce4-session instead of startxfce4..
Also change the two wmctrl lines that have IceWM in them to the name that you are passing to debwm.. then launch debwm the way you were doing it earlier from inside an OS2008 terminal..
debwm xfce4 wmxfce
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!