It was my third day after I’ve switched to Fedora. After all the initial installation/configuration and KDE 3.2 upgrade, I decided to enable the multiple sessions support, because that’s one of the core features, needed to replace one Windows XP installation I’m shame about!
However, first I visited the FedoraNews site (recommended by Yovko), and I found there an article about how to get the Start New Session option to work under KDE 3.2. I did all what was mentioned in that article and… hmmm… it won’t show (the Start New Session menu item).
I red the article again. At the bottom the guy was talking that he’s not sure if this hack would work on display manager, different than KDM.
I briefly checked mine – it was gdm (logically, this is the default display manager for Fedora). So, I had another task to finish – how to change the default display manager.
After consulting with Yovko again, he suggested taking a look at the /etc/X11/prefdm. It was a script, which was calling /etc/sysconfig/desktop script, and expecting the $DISPLAYMANAGER variable to be set correctly.
First I made the wrong assumption and I onyl changed the $DESKTOP variable to “KDE”. Nope – nothing happen. After that I added the following line:
DISPLAYMANAGER=”KDE”
And all went fine.
I still have my DESKTOP variable set to “KDE”, and I’m not sure if it will work if you leave it to be “GNOME”. You are free to try it as you want.
So, I had my installation working in two easy steps: applying the patch and adding the DISPLAYMANAGER line.
If you decide to follow my advice here, please have in mind that:
- I do not give any guarantee that this article is usable at all. You take any risk for doing any kind of damage to your computer
- I assume that you always make backups of all the files, which you have to modify. When I speak “changind”, “adding” or whatever else, I always presume you did backup of the file you modify, in case that something goes wrong
- Any of the mentioned steps require restart of the currently running display manager. The best is to do all the steps in runlevel 3! After each step you have to do “init 3” and after that “init 5” as root, in order changes to get applied.
I wish you success!
remember what we’ve talked about Debian, Fedora and other *nix boxes? 🙂
If I want to change my manager I just have to
$ rm /etc/X11/xinit/xinitrc
and
$ ln -s /etc/X11/xinit/xinitrc /etc/X11/xinit/xinitrc.gnome
that’s it :>