On Mon, Jul 26, 2010 at 01:55:02PM +0200, Will Stephenson wrote:
On Friday 23 July 2010 22:10:35 David C. Rankin wrote:
Changing from gdm to kdm, I modified the displaymanager settings in sysconfig
and set the displaymanager to kdm and the theme to a theme name in /usr/share/kde4/apps/kdm/themes as follows:
14:59 zephyr:~> noc /etc/sysconfig/displaymanager DISPLAYMANAGER="kdm"
On Saturday 24 July 2010 07:49:26 ianseeks wrote:
Not sure if this helps but i did the following on my 11.2 system
cat /etc/sysconfig/displaymanager | grep DISPLAYMA DISPLAYMANAGER="kdm4"
There you have it - "kdm" is for KDE 3's kdm, "kdm4" is the one that I guess you want.
/etc/init.d/xdm DM=${DISPLAYMANAGER##*/} case "${DM}" in ... kdm|kde|KDM|KDE) DISPLAYMANAGER=$KDM_BIN if [ ! -r "$DISPLAYMANAGER" ]; then DISPLAYMANAGER=$KDM4_BIN fi ... Therefore a DISPLAYMANAGER="kdm" should lead to a kdm4. @David: Please test if DISPLAYMANAGER="kdm4" leads to a different result than DISPLAYMANAGER="kdm" and file a bug report if that's the case. Either we have to fix this or to remove the kdm|kde|KDM|KDE case from the init script. Lars -- Lars Müller [ˈlaː(r)z ˈmʏlɐ] Samba Team SUSE Linux, Maxfeldstraße 5, 90409 Nürnberg, Germany