![]() |
2008-07-15
, 14:15
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#192
|
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: | ||
![]() |
2008-07-15
, 14:31
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#193
|
Yeah, if the window isn't going fullscreen, you should definitely try a reboot. The bottom bar is there, but it is hidden because you shouldn't be seeing it in a window.
Ah, I have an idea! Do you have python2.5 and python2.5-gtk2 installed? Because I use a tiny Python script to open the window that the IceWM starts in. If you don't see the window pop open, with instructions about logging out before closing the window, you probably need the Python stuff.
![]() |
2008-07-15
, 16:54
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#194
|
![]() |
2008-07-15
, 18:52
|
Posts: 12 |
Thanked: 2 times |
Joined on Jul 2008
|
#195
|
~ $ 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.
![]() |
2008-07-15
, 19:10
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#196
|
I did what you said about xpice, but how do I launch "debwm xfce wmxfce" on an icon like icewm ? Or if too complicated to explain in which terminal should I launch it ?
(because when I input "debwm xfce wmxfce" in a debian chroot terminal, it tells me command not found and when I launch it from a 0S2008 terminal the host window appears, sadly, debian and xfce do not follow).
Maybe I should put something else too in the wmxfce ? I tried to replace "icewm-session" with "xfce-session" and "startxfce4" (the command to start xfce on a normal computer)
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: | ||
![]() |
2008-07-15
, 19:41
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#197
|
![]() |
2008-07-15
, 19:59
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#198
|
#/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'
![]() |
2008-07-15
, 21:22
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#199
|
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 $* &
![]() |
2008-07-15
, 22:14
|
Posts: 12 |
Thanked: 2 times |
Joined on Jul 2008
|
#200
|
I've got some other problems, so if you chroot debian pros could help me it would be a very nice.
my first problem concerns hal and apt-get. I installed a lot of packages and now each time I use apt-get it is written: (sorry it's in french)
paramétrage de hal (0.5.11-2) ...
dpkg : erreur de traitement de hal (--configure) :
le sous processus post-installation script a retourné une erreur de sortie d'état 1
I think that with all the installs I made some minor manipulation went wrong with hal but I don't know what.
my second problem is about launching properly xfce 4. I can launch xfce from the chroot debian terminal with:
startxfce4
But it isn't fullscreen and it doesn't look like a clean launch at all compared to qole's icewm icon. I looked in the icon of qole and found out that it was this command:
debwm icewm xpice
I tried:
debwm xfce xpice
and
debwm startxfce4 xpice
in an OS2008 terminal but it is not fullscreen and completely buggy (I only see the wallpaper)
But xfce works, when I type startxfce4 in the chroot terminal, the menu, the bar ... they work. So I'm sure there isn't much to do for it to go as flawless as qole's icewm, just that a stupid guy like me don't know what to do to make it work.