From 5d319617aa66e285d0f7f248d4bd589500af6ba9 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Sat, 7 Jul 2012 10:46:57 -0400 Subject: worker: Port to GDBus The gdm-session-worker is a process used for managing interaction with PAM. PAM modules can do weird things to the process they run in, so GDM segregrates all PAM conversations in their own independent "worker" subprocesses. This commit moves gdm-session-worker away from using dbus-glib to using gdbus instead. https://bugzilla.gnome.org/show_bug.cgi?id=622888 --- daemon/session-worker-main.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'daemon/session-worker-main.c') diff --git a/daemon/session-worker-main.c b/daemon/session-worker-main.c index 42fcd527..94496b5d 100644 --- a/daemon/session-worker-main.c +++ b/daemon/session-worker-main.c @@ -35,10 +35,6 @@ #include #include -#define DBUS_API_SUBJECT_TO_CHANGE -#include -#include - #include "gdm-signal-handler.h" #include "gdm-common.h" #include "gdm-log.h" -- cgit v1.2.1