Dr. Edgar Alwers wrote: > In order to give kde-4.3.0 a try, I have build kde-4 with an user "kde4", as > adviced ( Getting started/Build/KDE4.x ). > However: choosing the user "kde4" in kdm ( kdm continues to be the kde-3.5.10 > one ), results in a kde-3.5 start, followed by a kde-4 one. I get a kde4 > desktop mounted on a kde3 one. I do not think this is a normal behaviour, > but I could not solve the issue up to now, inspite of intensive reading of > the kdm manual. > It should be possible to start e.g. gnome, or kde4 without underlying a kde-3 > session, isn'it ? Can somebody point me out of this problem ?
I don't normally use KDM to start my KDE-4 session so I didn't include that. Sorry about that. The problem is that you have two "startkde" scripts on your system and how this should work is that the PATH should determine which one to use. However, the KDE "session" desktop file: "kde.desktop" (which is in the directory: $KDEDIR/share/apps/kdm/sessions" {unless the default was changed}) might have the full path for the "startkde" command. For this to work, you need to remove the full path so that these two lines are thus: Exec=startkde TryExec=startkde and then it should work. -- James Tyrer Linux (mostly) From Scratch -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page