LinuxMCE Forums

General => Installation issues => Topic started by: nite_man on April 21, 2010, 09:10:03 AM

Title: [Solved] KDM login prompt is loaded before Orbiter starts
Post by: nite_man on April 21, 2010, 09:10:03 AM
Hi,

After last update of 0810 when hybrid core boots Orbiter doesn't start. Instead of that the KDM login prompt is showed on the screen. After success login as linuxmce the Orbiter starts but inside KDE.

Any idea how to solve that?

Thanks in advance.

UPDATED: Solved by removing KDM from startup scripts:
sudo update-rc.d -f kdm remove
Title: Re: [Solved] KDM login prompt is loaded before Orbiter starts
Post by: gadget on April 22, 2010, 03:20:39 PM
I have just had the same issue.
Thanks for solution.

gadget
Title: Re: [Solved] KDM login prompt is loaded before Orbiter starts
Post by: nite_man on April 22, 2010, 03:47:44 PM
np :) Good to see that my post is useful for you
Title: Re: [Solved] KDM login prompt is loaded before Orbiter starts
Post by: stallione on April 28, 2010, 01:11:32 AM
Thanks nite_man! I was at a loss to why this was happening.
Title: Re: [Solved] KDM login prompt is loaded before Orbiter starts
Post by: johanr on June 01, 2010, 11:16:28 PM
thx  :)
Title: Re: [Solved] KDM login prompt is loaded before Orbiter starts
Post by: Esperanto on December 18, 2011, 10:17:01 AM
I had the same problem after an apt-get dist-upgrade and the above did not solve it. As a quick solution I moved the kde init file:

sudo mv /etc/init/kdm.conf /root/

not a pretty one but at least lmce showed again ;-)
Title: Re: [Solved] KDM login prompt is loaded before Orbiter starts
Post by: l3mce on December 21, 2011, 09:19:00 PM
What is happening is that /etc/X11/default-display-manager is being overwritten by a kdm update.

As opposed to either of the above solutions, do this as root.

echo "/bin/false" > /etc/X11/default-display-manager