After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 682455 - AutorunManager: Fix fallout from LoginManager rework
AutorunManager: Fix fallout from LoginManager rework
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-08-22 12:19 UTC by Giovanni Campagna
Modified: 2012-08-22 17:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
AutorunManager: Fix fallout from LoginManager rework (1.67 KB, patch)
2012-08-22 12:19 UTC, Giovanni Campagna
committed Details | Review

Description Giovanni Campagna 2012-08-22 12:19:42 UTC
AutorunManager relied on AutomountManager to find if the session
was active, and this broke when this stopped exporting a public
method for it. Fix AutorunManager to have its own reference to
the LoginManager.
Comment 1 Giovanni Campagna 2012-08-22 12:19:45 UTC
Created attachment 222134 [details] [review]
AutorunManager: Fix fallout from LoginManager rework
Comment 2 Florian Müllner 2012-08-22 15:25:04 UTC
Review of attachment 222134 [details] [review]:

LGTM
Comment 3 Giovanni Campagna 2012-08-22 17:17:43 UTC
Attachment 222134 [details] pushed as e9a4843 - AutorunManager: Fix fallout from LoginManager rework