lightdm does not emit well-known upstart events
Bug #715094 reported by
James Hunt
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Light Display Manager |
Fix Released
|
Medium
|
Unassigned | ||
lightdm (Ubuntu) |
Fix Released
|
Low
|
Unassigned | ||
Oneiric |
Fix Released
|
Low
|
Unassigned |
Bug Description
As an analog to bug #706842 and bug #715093, lightdm needs to emit two "well-known" upstart events as gdm does:
1) login-session-start
2) desktop-
Event (1) should be emitted just prior to the display manager starting whilst event (2) should be emitted when a user logs in (manually or auto-login).
Additionally, the upstart config file /etc/init/
For the list of "well-known" events that will be included in natty as a new manual page, see:
lp:~jamesodhunt/+junk/upstart-docs
or,
http://
Related branches
lp://staging/~mterry/lightdm/upstart
- Robert Ancell: Approve
-
Diff: 63 lines (+23/-0)2 files modifieddata/init/lightdm.conf (+3/-0)
src/seat.c (+20/-0)
Changed in lightdm: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in lightdm (Ubuntu): | |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in lightdm: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
James, can you clarify the purpose of these signals? desktop- session- start seems quite straightforward (i.e. just as a user is logging in) but I'm not sure what the point of login-session-start is? Does it mean "the display manager has started", or "the display manager is ready" or "the login screen is now ready for user input".
Also, should these signals have any context? You can have multiple seats/sessions running at once.