summaryrefslogtreecommitdiff
path: root/data/Init.in
diff options
context:
space:
mode:
authorBrian Cameron <Brian.Cameron@sun.com>2010-01-13 12:21:58 -0500
committerRay Strode <rstrode@redhat.com>2010-01-13 12:21:58 -0500
commite33ee9d9b23c103ac25b6fdb53fe8c074de0de53 (patch)
treeb5606f80ec2ff93e252a611fa7d5fa2b5461ca7a /data/Init.in
parentc249a06a8ca772051c17cef7c9c115e027146bea (diff)
downloadgdm-e33ee9d9b23c103ac25b6fdb53fe8c074de0de53.tar.gz
Run PostLogin script as normal user
1) In daemon/gdm-slave.c it now sets PATH to GDM_SESSION_DEFAULT_PATH so that the scripts have the system normal PATH when run. This is much better than hardcoding the PATH in the scripts themselves, especially since the Init, PreSession, PostSession, and PostLogin scripts are designed to run per-display and it makes things just complicated if users need to add the common system path to any per-display script they might want to use. 2) The Init and PreSession scripts are fixed to set the PATH to "@X_PATH:$PATH" and not add "/bin:/usr/bin" since this isn't neeed since PATH is already set to GDM_SESSION_DEFAULT_PATH before running the script. See https://bugzilla.gnome.org/show_bug.cgi?id=602403
Diffstat (limited to 'data/Init.in')
-rw-r--r--data/Init.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Init.in b/data/Init.in
index 091f5351..dca63a2a 100644
--- a/data/Init.in
+++ b/data/Init.in
@@ -3,7 +3,7 @@
# Plus a lot of fun stuff added
# -George
-PATH=@X_PATH@:$PATH
+PATH="@X_PATH@:$PATH"
OLD_IFS=$IFS
gdmwhich () {