Comment 11 for bug 1161371

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

could you try modifying /etc/init/lightdm.conf to match:

start on ((filesystem
           and runlevel [!06]
           and started dbus
           and (stopped plymouth or started plymouth-splash)
           ...

that is, add 'and (stopped plymouth or started plymouth-splash)' there and see if it changes anything.