From: Michael Prokop Date: Fri, 5 Mar 2010 00:30:54 +0000 (+0100) Subject: Update changelog for release. X-Git-Tag: v0.4^0 X-Git-Url: http://git.grml.org/?p=grml-quickconfig.git;a=commitdiff_plain;h=b0c5765838051435dd70eaba6d938c0664de0370;hp=34444abc88e94a11692c52219261fe2abf8b0b15 Update changelog for release. --- diff --git a/debian/changelog b/debian/changelog index e73bb0d..596b3a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,13 @@ grml-quickconfig (0.4) unstable; urgency=low + [ Michael Prokop ] + * quickconfig/030-xorg.sh: Do not reset environment in su command line + so e.g. $DISTRI is exported to X session. [Closes: gf-issue58] + + [ Ulrich Dangel ] * Make sure that after executing a command the menu is shown. - -- Ulrich Dangel Sun, 21 Feb 2010 23:58:15 +0100 + -- Michael Prokop Fri, 05 Mar 2010 01:27:42 +0100 grml-quickconfig (0.3) unstable; urgency=low 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 }