From 0495fb8fa8f584a4f294254e39cbdc5615defc87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Sun, 7 May 2017 12:43:48 +0200 Subject: dbus needs to be updated to get all user-defined environment when the session starts. dbus-update-activation-environment excepts certain environment variables, that systemd won't. We're going to want to eventually send the environment to systemd, too, so we should make sure the same set of variables get sent to both. See: https://bugzilla.gnome.org/show_bug.cgi?id=736660 --- mate-session/gsm-util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mate-session/gsm-util.h') diff --git a/mate-session/gsm-util.h b/mate-session/gsm-util.h index efc980c..112ce6f 100644 --- a/mate-session/gsm-util.h +++ b/mate-session/gsm-util.h @@ -48,6 +48,8 @@ void gsm_util_init_error (gboolean fatal, char * gsm_util_generate_startup_id (void); +gboolean gsm_util_export_activation_environment (GError **error); + void gsm_util_setenv (const char *variable, const char *value); -- cgit v1.2.1