A temporay fix waiting for the final one,(which wil be on debian repository) would be to edit the /etc/init.d/kdm script and modify the following lines:

case "$1" in
 start)
   if [ -e $DEFAULT_DISPLAY_MANAGER_FILE ] &&
      [ "$HEED_DEFAULT_DISPLAY_MANAGER" = "true" ] &&
      [ "$(cat $DEFAULT_DISPLAY_MANAGER_FILE)" != "$DAEMON" ]; then
echo "Not starting K Display Manager (kdm); it is not the default display manager."
   else
     echo -n "Starting K Display Manager: kdm"
     # added by user
     if [ "$(ps -e|grep /usr/sbin/console-kit-daemon)" = "" ];then
     echo "."
     /usr/sbin/console-kit-daemon&
     fi
     #enf of modification
start-stop-daemon --start --quiet $SSD_ARGS -- $ARG || echo -n " already running"
     echo "."
   fi
 ;;


the missing daemon is started by the kdm script if it's missing




--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to