[gdm/wip/wayland-at-login-screen: 48/70] launch-environment: don't start dbus-daemon
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm/wip/wayland-at-login-screen: 48/70] launch-environment: don't start dbus-daemon
- Date: Wed, 18 Feb 2015 06:27:31 +0000 (UTC)
commit 0064d9e0df9d4ab62cddd5a61c6f85a05006114f
Author: Ray Strode <rstrode redhat com>
Date: Tue Feb 17 14:54:46 2015 -0500
launch-environment: don't start dbus-daemon
Either the wrappers will start one, or gnome-session will start
one, or libdbus will start one.
daemon/gdm-launch-environment.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/daemon/gdm-launch-environment.c b/daemon/gdm-launch-environment.c
index c572a41..a11aa9f 100644
--- a/daemon/gdm-launch-environment.c
+++ b/daemon/gdm-launch-environment.c
@@ -50,7 +50,6 @@
#include "gdm-settings-direct.h"
#include "gdm-settings-keys.h"
-#define DBUS_LAUNCH_COMMAND BINDIR "/dbus-launch --exit-with-session"
#define INITIAL_SETUP_USERNAME "gnome-initial-setup"
#define GNOME_SESSION_SESSIONS_PATH DATADIR "/gnome-session/sessions"
@@ -621,7 +620,7 @@ _gdm_launch_environment_set_command (GdmLaunchEnvironment *launch_environment,
const char *name)
{
g_free (launch_environment->priv->command);
- launch_environment->priv->command = g_strdup_printf ("%s %s", DBUS_LAUNCH_COMMAND, name);
+ launch_environment->priv->command = g_strdup (name);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]