http://bugzilla.novell.com/show_bug.cgi?id=531667 User andrea@opensuse.org added comment http://bugzilla.novell.com/show_bug.cgi?id=531667#c2 andrea florio <andrea@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|andrea@opensuse.org | --- Comment #2 from andrea florio <andrea@opensuse.org> 2009-08-17 06:31:24 MDT --- 1) slim is a lightweight Login Manager: http://slim.berlios.de/ actually this Login Manager is available in Contrib, and will be the default login manager for LXDE openSUSE project, opefully also used with xfce because the xdm is very ugly to see, this one instead provide a very good looking appereance and custom themes this one is the theme we are curretly ship with slim package: http://en.opensuse.org/Image:OS11.1-slim-SUSE.png 2) WOW! i just check better the diff.. i did the diff with the one available into openSUSE:Factary/xorg-x11 --> xdm.tar.bz2 the lines really needed are: line 87: + SLIM_BIN=/usr/bin/slim lines 109 - 110 + slim|SLIM) DISPLAYMANAGER=$SLIM_BIN + ;; lines 161 - 162 - 163 + if [ "$DISPLAYMANAGER" = "$SLIM_BIN" ]; then + $SLIM_BIN -d + fi lines 222 - 223 - 224 + if [ "$DISPLAYMANAGER" = "$SLIM_BIN" ]; then + killproc $DISPLAYMANAGER + fi nothing else 3) to start slim is enought "slim -d" and to kill it just "killproc slim" this is an "home made" script, of course people with a better shell knowledge can be able to fix it. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.