adding xfce4 option in kdm or gdm
Ken Moffat
kmoffat at drizzle.com
Thu Mar 18 14:49:51 CET 2004
Ken Moffat wrote:
>
>
> I just upgraded Libranet linux from sid and a new
> /etc/gdm/Sessions/Xfce4 script was installed.
> Here is mine, called /etc/gdm/Sessions/Xfce4
>
> #!/bin/sh
> #
> # Make Xfce4 selectable in the GDM menu
> #
>
> exec /etc/X11/Xsession /usr/bin/xfce4-session
>
> Be sre to make it executable -
>
> chmod +x /etc/gdm/Sessions/Xfce4
>
>
Sorry, this assumes a sid install. Testing may not have
/usr/bin/xfce4-sessions. Here is another option, which may work in testing:
#!/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
As before, make it executable.
--
Ken
More information about the Xfce
mailing list