Merge lp://staging/~xnox/ubuntu/vivid/nuntium/drop-sys-events into lp://staging/ubuntu/vivid/nuntium
Proposed by
Dimitri John Ledkov
Status: | Rejected | ||||
---|---|---|---|---|---|
Rejected by: | Iain Lane | ||||
Proposed branch: | lp://staging/~xnox/ubuntu/vivid/nuntium/drop-sys-events | ||||
Merge into: | lp://staging/ubuntu/vivid/nuntium | ||||
Diff against target: |
31 lines (+13/-2) 2 files modified
debian/changelog (+7/-0) debian/nuntium.conf (+6/-2) |
||||
To merge this branch: | bzr merge lp://staging/~xnox/ubuntu/vivid/nuntium/drop-sys-events | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Iain Lane (community) | Needs Resubmitting | ||
James Hunt | Pending | ||
Martin Pitt | Pending | ||
Sergio Schvezov | Pending | ||
Oliver Grawert | Pending | ||
Review via email: mp+246051@code.staging.launchpad.net |
Commit message
Migrate from :sys:started events to dbus owner signals.
Description of the change
Migrate from :sys:started events to dbus owner signals.
To post a comment you must log in.
Unmerged revisions
- 19. By Dimitri John Ledkov
-
Migrate from :sys:started events to dbus owner signals. (LP:
#1409356)
When system upstart goes away, :sys:started/ stopped/ starting/ stopping events will go away.
One option is to introduce a user session event bridge which will relay similar events from systemd. I have a working prototype for that, however incomplete information is exposed by systemd at the moment.
Another option is to key onto approximately equivalent events which are already available.
This is a master bug to track all users and port them.