lightdm uses old upstart job config file
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lightdm (Ubuntu) |
Fix Released
|
Low
|
Unassigned | ||
Oneiric |
Fix Released
|
Low
|
Unassigned |
Bug Description
File /etc/init/
The key changes required -- taken from latest gdm.conf -- are:
start on ((filesystem
and (runlevel [!06]
and (started dbus
and (drm-device-added card0 PRIMARY_
or (graphics-
or stopped udevtrigger)))))
or runlevel PREVLEVEL=S)
stop on runlevel [016]
emits login-session-start
emits desktop-
It should be possible to simplify the rather scary "start on" once we introduce the abstract events. Also note that if lightm has config files similar to other DMs, ideally it will emit the two events above. See bug 715093 and upstart-events(7).
Changed in lightdm (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in lightdm (Ubuntu Oneiric): | |
importance: | Medium → Low |
Changed in lightdm (Ubuntu Oneiric): | |
status: | Triaged → Fix Committed |
maybe this is related to the fact that if you restart lightdm manually, it'll take the current vt and not vt7.