Quoting Fred Wade <[EMAIL PROTECTED]>: > On Thursday 16 October 2003 11:19 am, Ernie Schroder wrote: > > > > Fred, > > Do you have this line at the end of /etc/rc.conf? > > > > XSESSION=kde-3.1 > > It was kde. changing to kde-3.1 made no difference. > > I'm leaving the net for a few days, but will check into this when I get back.
You don't need to rebuild kde. There are two relevant lines in /etc/rc.conf # (this defines what login manager you use. I use kde, but gdm. If you want # to use kdm, set it as below. # What display manager do you use ? [ xdm | gdm | kdm ] DISPLAYMANAGER=kdm # and, to set a user's default environment (after they login) to kde, you # need to use the SPECIFIC kde version (e.g. kde 3.1.4) # kde-<version> - will start startkde (ex: kde-3.0.2) XSESSION=kde-3.1.4 setting xsession to kde-3.1 won't work, because there is no such kde version. You need the entire version number, e.g. kde-3.1.4. Hope that clears things up. Good luck! Jean. -- [EMAIL PROTECTED] mailing list
