Comment 62 for bug 254840

Revision history for this message
JPHein (jp-jphein) wrote :

This happens because GDM is started before Hal. They fixed it for KDM by making it 99th. So, I just did the same with GDM.
This is the how:
sudo update-rc.d -f gdm remove
sudo update-rc.d gdm defaults 99 01