On Thursday 06 September 2001 22:33, you wrote: > Hello, > > I finally installed KDE 22 on my LM8 box. > Unfortunately > I got a problem. Each time I am starting the system > the login manager is displaying a list with only two > windows managers: > > One is 'Default' which in my system is Ximian Gnome > and another one is KDE 22. The point is when I log on > using KDE 22 the windows manager is ICE. > > I don't like this windows manager at all. It looks > very primitive and I would like to use KDE 22's normal > (usual) configuration of the desktop. Clean KDE 22. > > Can someone give me a hint which file should I modify > in order to disable this windows manager and enable > the standard KDE 22 look and feel ? > > Thanks a lot, > Alex Alex, have you tried logging into Gnome. You may find that logging into Gnome will actually log into KDE - that's what happened when I upgraded to KDE2.2. Try that first, if that doesn't work then you can edit /etc/x11/prefdm making kdm your preferred desktop manager: preferred=kdm #if [ -f /etc/sysconfig/desktop ]; then # � � � . /etc/sysconfig/desktop >/dev/null 2>&1 # � � � [ -n "$DISPLAYMANAGER" ] && DESKTOP=$DISPLAYMANAGER # � � � if [ "$DESKTOP" = GNOME -o "$DESKTOP" = Gnome ]; then # � � � � � � � preferred=gdm # � � � elif [ "$DESKTOP" = "KDE" -o "$DESKTOP" = "KDE1" -o "$DESKTOP" = "KDE2" ]; then # � � � � � � � preferred=/usr/bin/kdm # � � � elif [ "$DESKTOP" = AnotherLevel ] ; then # � � � � � � � �preferred=/usr/X11R6/bin/xdm # � � � fi #fi Good luck. skinky _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
