summaryrefslogtreecommitdiff
path: root/mate-session/gsm-util.h
diff options
context:
space:
mode:
authorBjörn Esser <[email protected]>2017-05-07 12:48:32 +0200
committerraveit65 <[email protected]>2017-05-25 19:36:53 +0200
commit4ed212493393c0e38ab93adcd026e97ac3bceb4f (patch)
treed6c9e8810577b0458a6a30ba392fcd21244cc15c /mate-session/gsm-util.h
parent7b1d2e7109caa4ae42a197fdc0450d5796bf3f47 (diff)
downloadmate-session-manager-4ed212493393c0e38ab93adcd026e97ac3bceb4f.tar.bz2
mate-session-manager-4ed212493393c0e38ab93adcd026e97ac3bceb4f.tar.xz
systemd user-session needs to be updated to get all user-defined
enviroment when the session starts. If we get passed an environment variable, send it along to the systemd --user session so things running in that context can pick it up. See: https://bugzilla.gnome.org/show_bug.cgi?id=736660
Diffstat (limited to 'mate-session/gsm-util.h')
-rw-r--r--mate-session/gsm-util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mate-session/gsm-util.h b/mate-session/gsm-util.h
index 112ce6f..2c406af 100644
--- a/mate-session/gsm-util.h
+++ b/mate-session/gsm-util.h
@@ -50,6 +50,10 @@ char * gsm_util_generate_startup_id (void);
gboolean gsm_util_export_activation_environment (GError **error);
+#ifdef HAVE_SYSTEMD
+gboolean gsm_util_export_user_environment (GError **error);
+#endif
+
void gsm_util_setenv (const char *variable,
const char *value);