[gnome-session/benzea/avoid-systemd-autostart: 7/7] util: Never try to autostart systemd
- From: Benjamin Berg <bberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-session/benzea/avoid-systemd-autostart: 7/7] util: Never try to autostart systemd
- Date: Thu, 24 Sep 2020 20:37:02 +0000 (UTC)
commit e8b9deb250a7edb6d76f67733afce22f6133db02
Author: Benjamin Berg <bberg redhat com>
Date: Thu Sep 24 22:35:18 2020 +0200
util: Never try to autostart systemd
systemd cannot be auto-started. Doing this avoids warnings during login
of the gdm user where we (intentionally) cannot use systemd.
gnome-session/gsm-util.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gnome-session/gsm-util.c b/gnome-session/gsm-util.c
index 18a94700d..a58a703d2 100644
--- a/gnome-session/gsm-util.c
+++ b/gnome-session/gsm-util.c
@@ -675,7 +675,7 @@ gsm_util_export_user_environment (GError **error)
"UnsetAndSetEnvironment",
g_variant_builder_end (&builder),
NULL,
- G_DBUS_CALL_FLAGS_NONE,
+ G_DBUS_CALL_FLAGS_NO_AUTO_START,
-1, NULL, &bus_error);
if (bus_error != NULL) {
@@ -722,7 +722,7 @@ gsm_util_update_user_environment (const char *variable,
g_variant_new ("(@as)",
g_variant_builder_end (&builder)),
NULL,
- G_DBUS_CALL_FLAGS_NONE,
+ G_DBUS_CALL_FLAGS_NO_AUTO_START,
-1, NULL, &bus_error);
if (bus_error != NULL) {
@@ -759,7 +759,7 @@ gsm_util_start_systemd_unit (const char *unit,
g_variant_new ("(ss)",
unit, mode),
NULL,
- G_DBUS_CALL_FLAGS_NONE,
+ G_DBUS_CALL_FLAGS_NO_AUTO_START,
-1, NULL, &bus_error);
if (bus_error != NULL) {
@@ -789,7 +789,7 @@ gsm_util_systemd_reset_failed (GError **error)
"ResetFailed",
NULL,
NULL,
- G_DBUS_CALL_FLAGS_NONE,
+ G_DBUS_CALL_FLAGS_NO_AUTO_START,
-1, NULL, &bus_error);
if (bus_error != NULL) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]