Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2804 - rc.conf give bad description of how to enable kde as window manager
Summary: rc.conf give bad description of how to enable kde as window manager
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-17 13:41 UTC by Evan Teran
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evan Teran 2002-05-17 13:41:56 UTC
in rc.conf it says:

# XSESSION is a new variable to control what window manager to start
......
# Defaults depending on what you install currently include:
#
# Gnome - will start gnome-session
# KDE - will start startkde
# Xsession - will start a terminal and a few other nice apps

but setting XSESSION=KDE does *NOT* work, after investigation i discovered that
it should be:

XSESSION=kde-3.0


this type of mis-information could cause people who dont like to hunt down how
things like that work to just give up.

perhaps the default KDE installation should symlink 

/etc/X11/Sessions/kde-3.0 to /etc/X11/Sessions/KDE

or better yet, the newest version of kde should be symlinked
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-06-07 18:25:01 UTC
Dan, just need to know all the XSESSIONS availible for KDE.
Comment 2 Dan Armak (RETIRED) gentoo-dev 2002-06-08 03:57:51 UTC
kdebase installs /etc/X11/Sessions/kde-$PV. Fex. I currently have kde-2.2.2  and kde-3.0.1 in there.  Linking "kde" to the kde-$PV being installed is easy, but it's not the same as linking it to the newest kde-$PV in there. Do you think I should do either?  Oh, and btw, looking at the kdebase ebuild I found that it also installs the same script into /usr/X11R6/bin/wm in the old fashion, for backward compatibility. Do we need to keep that yet? (Not that I mind). 
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2002-06-08 09:56:52 UTC
We dont need /usr/X11R6/bin/wm anymore.

Well, I think it will be easier for the user if each base also installed
a KDE2 or maybe KDE3.  Ill leave that up to you, just let me know what you
did.
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2002-08-07 16:38:38 UTC
Dan fixed this on CVS.