View Single Post
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#192
the xpice is a command qole wront on the debian side that statically launches IceWM.. if you want to launch XFCE you need to copy the xpice command in the debian root shell (so launch Debian Chroot):
Code:
cp /usr/bin/xpice /usr/bin/wmxfce
Then edit the /usr/bin/wmxfce .. there is a line that specifically says icewm-session.. change that to xfce-session (i think - it might be xfce4-session or similar.. type xfce in a debian chroot and hit tab twice).

Code:
su user -c 'export DISPLAY=:1; icewm-session'
To something like:
Code:
su user -c 'export DISPLAY=:1; xfce4-session'
As far as full screen.. read back a page or two - i think there is some python dependencies you need..
__________________
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!

Last edited by fatalsaint; 2008-07-16 at 04:57.
 

The Following User Says Thank You to fatalsaint For This Useful Post: