summaryrefslogtreecommitdiff
path: root/mate-session/gsm-util.c
AgeCommit message (Collapse)AuthorFilesLines
2018-12-15avoid 'gtk_dialog_add_button' with stock idsPablo Barciela1-0/+20
2017-05-25systemd user-session needs to be updated to get all user-definedBjörn Esser1-6/+125
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
2017-05-25dbus needs to be updated to get all user-defined environment whenBjörn Esser1-29/+94
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
2014-11-11Properly init boolean variable and don't leak memorymonsta1-1/+2
Closes https://github.com/mate-desktop/mate-session-manager/pull/67
2012-10-12fix incorrect FSF addressraveit651-2/+2
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+505