Adding xfce to Redhat login

Amarpreet Rattan arattan at math.uwaterloo.ca
Mon Nov 3 20:39:15 CET 2003


If you installed from rpms it should have happened magically.

Anyways, if you use gdm (that is, if you login manager is gdm.  It should
be if you are using a recent redhat and you haven't changed anything) you
have to add a file to /etc/X11/gdm/Sessions.  The following was
automatically created for me

#!/bin/sh
########################################################################
#
# XFce 4file for GDM.  Usually in /etc/X11/gdm/Sessions.
#
# Add support for XIM; Modified by Babyfai Cheung.  2002/03/10
########################################################################
## Launch an XIM input server if needed

# This's for RedHat and Slackware
for i in /etc/X11/xinit/xinitrc.d/* ; do
    if [ -x "$i" ]; then
        . "$i"
    fi
done

# This's for Mandrake
if [ -x /etc/X11/xinit/XIM ]; then
   . /etc/X11/xinit/XIM
fi

exec /usr/bin/startxfce4

---------------------------------------------

you can edit this, of course.

amps

On Mon, 3 Nov 2003, Devin Whalen wrote:

> Hello,
>
> I installed xfce4 from source on Red Hat 9.  It has not been added to
> the options in the gui login though.  Currently, I just startup in
> failsafe and then run startxfce4 and that works fine.  However, I would
> like to be able to add it to login options.  How do I do this?  Also, I
> was wondering how do you pronounce xfce?  It is just x-f-c-e or x-face?
> What does xfce stand for?  Just curious.
>
> Later
>
>
> --
> Devin Whalen
> Programmer
> Synaptic Vision Inc
> Phone-(416) 539-0801
> Fax- (416) 539-8280
> 1179A King St. West
> Toronto, Ontario
> Suite 309 M6K 3C5
> Home-(416) 653-3982
> _______________________________________________
> Xfce mailing list
> Xfce at xfce.org
> http://moongroup.com/mailman/listinfo/xfce
>




More information about the Xfce mailing list