From: Michael Prokop Date: Fri, 5 Mar 2010 00:28:07 +0000 (+0100) Subject: quickconfig/030-wm.sh: Do not reset environment in su command line. X-Git-Tag: v0.4~1 X-Git-Url: http://git.grml.org/?p=grml-quickconfig.git;a=commitdiff_plain;h=081d56e68cb31011ae93f24c1dfb3d8fac250e8f quickconfig/030-wm.sh: Do not reset environment in su command line. --- diff --git a/debian/changelog b/debian/changelog index 4ed02a0..228a4f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-quickconfig (0.4) unstable; urgency=low + + * quickconfig/030-xorg.sh: Do not reset environment in su command line + so e.g. $DISTRI is exported to X session. [Closes: gf-issue58] + + -- Michael Prokop Fri, 05 Mar 2010 01:27:42 +0100 + grml-quickconfig (0.3) unstable; urgency=low * Drop the "Happy Hacking" output. diff --git a/quickconfig/030-wm.sh b/quickconfig/030-wm.sh index be376ed..7bfcaf9 100644 --- a/quickconfig/030-wm.sh +++ b/quickconfig/030-wm.sh @@ -77,7 +77,7 @@ wm_menu() { get_key INPUT case $INPUT in [${(k)available}]) - run su - grml -c "grml-x ${available[$INPUT]}" + run su grml -c "grml-x ${available[$INPUT]}" ;; esac }