https://bugs.freedesktop.org/show_bug.cgi?id=62593

          Priority: medium
            Bug ID: 62593
                CC: [email protected]
          Assignee: [email protected]
           Summary: systemd/consolekit: checks for systemd, not for logind
        QA Contact: [email protected]
          Severity: minor
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: Other
            Status: NEW
           Version: unspecified
         Component: modules
           Product: PulseAudio

The systemd module talks to logind, but actually check for systemd with
sd_booted(). The consolekit module does the reverse.

It is possible to build systemd without logind, in which case sd_booted() would
still succeed(), but the various sd_pid_get_* would fail.

For running systemd init without logind, or for running logind without systemd
init we need to change the check to test for logind.

For details, see [1] if you are interested.

[1] https://mail.gnome.org/archives/desktop-devel-list/2013-March/msg00092.html

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
pulseaudio-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs

Reply via email to