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 696252 - loginManager.js checks for systemd, not for logind
loginManager.js checks for systemd, not for logind
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal minor
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
3.8.1
Depends on:
Blocks:
 
 
Reported: 2013-03-21 08:11 UTC by Martin Pitt
Modified: 2013-03-29 10:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
loginManager.js: Check for logind, not for systemd (1.14 KB, patch)
2013-03-21 08:14 UTC, Martin Pitt
committed Details | Review

Description Martin Pitt 2013-03-21 08:11:56 UTC
gnome-shell wants to talk to logind, but actually checks for systemd. It is possible to build systemd without logind, in which case /sys/fs/cgroup/systemd would still exist.

For details, see https://mail.gnome.org/archives/desktop-devel-list/2013-March/msg00092.html
Comment 1 Martin Pitt 2013-03-21 08:14:02 UTC
Created attachment 239442 [details] [review]
loginManager.js: Check for logind, not for systemd
Comment 2 Florian Müllner 2013-03-21 08:20:15 UTC
Review of attachment 239442 [details] [review]:

Looks good, thanks!
Comment 3 Matthias Clasen 2013-03-28 02:24:42 UTC
Review of attachment 239442 [details] [review]:

thats now
Comment 4 Martin Pitt 2013-03-29 10:03:18 UTC
Comment on attachment 239442 [details] [review]
loginManager.js: Check for logind, not for systemd

Pushed to master. There is no gnome-3-8 branch yet, so I assume this is sufficient for going into 3.8.1.