undertow
Group: Members
Posts: 48
Joined: Mar. 2005 |
|
Posted: Aug. 23 2005,02:23 |
|
ive installed XFCE on dsl, wasn't too hard...? Ive yet to test it too much, but it boots up fine and i can load apps from the menu, etc. Everything seems ok. It was a 50mb install, apt-get style. Add these to /etc/apt/sources.list:
deb http://www.os-works.com/debian testing main deb-src http://www.os-works.com/debian testing main
and then do 'sudo apt-get update' and 'sudo apt-get install xfce4'
then you need to change your /home/dsl/.xinitrc. Comment out fluxbox and add the following:
/usr/bin/xfce-mcs-manager & /usr/bin/xfwm4 --daemon & /usr/bin/xftaskbar4 & /usr/bin/xfdesktop & /usr/bin/xfce4-panel 2>/dev/null
startx and everything should be great! i don't know how the dockapps will get along with it as i use gkrellm, that might be a problem. -EDIT- Did this on DSL 1.3.
|