GNOME Bugzilla – Bug 684585
systemd: check for greeter by looking at class not service
Last modified: 2012-09-29 22:00:03 UTC
GDM calls its pam service file gdm-launch-environment not gdm-welcome, so the current login session detection code is broken. It's fragile anyway. A much better approach is to query if the session class is "greeter". This commit does that.
Created attachment 224951 [details] [review] systemd: check for greeter by looking at class not service
Comment on attachment 224951 [details] [review] systemd: check for greeter by looking at class not service I don't think we need to break hard code freeze for this (seems to mostly affect error conditions from reading through the code) so marking it for after freeze .
Attachment 224951 [details] pushed as c8253d1 - systemd: check for greeter by looking at class not service