how start xfce with startx

Ken Moffat kmoffat at drizzle.com
Sun Dec 28 00:21:30 CET 2003


Martin Bretschneider wrote:

>There is no /usr/bin/startxfce4 on my harddisk. I am going to ask the
>maintainer of the debs...
>
>Martin
>  
>
Just save this to /usr/bin/startxfce4 and make it executable with
chmode +x /usr/bin/startxfce4

#!/bin/sh
#
# Make Xfce4 selectable in the GDM menu
#

/usr/bin/xfce-mcs-manager
/usr/bin/xfwm4 --daemon
/usr/bin/xftaskbar4 &
/usr/bin/xfce4-iconbox &
/usr/bin/xfdesktop &
exec /usr/bin/xfce4-panel

-- 
Ken






More information about the Xfce mailing list