Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Adding a WM / DE to KDM
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
mrhodes
Guru
Guru


Joined: 01 May 2002
Posts: 310
Location: Halifax, NS

PostPosted: Mon Jun 07, 2004 1:00 am    Post subject: Adding a WM / DE to KDM Reply with quote

Hey everyone,

I just finished emerging xfce4 and I was wondering how I get it to show up in the options in the KDM login manager?

Any advice ?

Thanks,
_________________
Michael Rhodes
Tiger Studios Entertainment
http://www.tigerstudios.net
Back to top
View user's profile Send private message
byrnerat101
Tux's lil' helper
Tux's lil' helper


Joined: 30 Sep 2003
Posts: 106
Location: upstate, NY

PostPosted: Mon Jun 07, 2004 1:48 am    Post subject: Reply with quote

If your runing kde now you go to there configuration page there and in it login manager page and it has a section about sessions that you want to have the option of booting into.
Back to top
View user's profile Send private message
mrhodes
Guru
Guru


Joined: 01 May 2002
Posts: 310
Location: Halifax, NS

PostPosted: Mon Jun 07, 2004 9:53 am    Post subject: Reply with quote

hmmm... I just looked in there and didn't see anything about sessions. I found a Session manager as well, but that also didn't have what I needed.

Any other ways? is there a text file somewhere that I can edit?

Thanks,
_________________
Michael Rhodes
Tiger Studios Entertainment
http://www.tigerstudios.net
Back to top
View user's profile Send private message
byrnerat101
Tux's lil' helper
Tux's lil' helper


Joined: 30 Sep 2003
Posts: 106
Location: upstate, NY

PostPosted: Wed Jun 09, 2004 2:32 am    Post subject: Reply with quote

As i don't run kde anymore i can't point you to the exact location but i know it can be done in the config section there... Its kind of hard to find as i recall but its there look for it.
Back to top
View user's profile Send private message
mrhodes
Guru
Guru


Joined: 01 May 2002
Posts: 310
Location: Halifax, NS

PostPosted: Wed Jun 09, 2004 8:27 pm    Post subject: Reply with quote

nope, no luck :(

no one knows for sure how I can do this? There should be an easier way to start xfce!!
_________________
Michael Rhodes
Tiger Studios Entertainment
http://www.tigerstudios.net
Back to top
View user's profile Send private message
codergeek42
Bodhisattva
Bodhisattva


Joined: 05 Apr 2004
Posts: 5142
Location: Anaheim, CA (USA)

PostPosted: Wed Jun 09, 2004 8:32 pm    Post subject: Reply with quote

I use XFce 4 w/ GDM. Works like a charm. Just select it instead of the default, login, and when you log out, from then on it will use that.
_________________
~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF
Back to top
View user's profile Send private message
gmichels
Guru
Guru


Joined: 20 Jun 2003
Posts: 480
Location: Brazil

PostPosted: Wed Jun 09, 2004 9:44 pm    Post subject: Reply with quote

Create a startxfce file under /etc/X11/Sessions/. The file must be a bash script which will start the window manager.
Back to top
View user's profile Send private message
cylgalad
Veteran
Veteran


Joined: 18 Apr 2003
Posts: 1327
Location: France

PostPosted: Thu Jun 10, 2004 10:18 am    Post subject: Reply with quote

/etc/X11/Sessions/XFce4 :
Code:

#!/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


Or simply :
Code:
/usr/bin/startxfce4


[/code]
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum