For example, if I use xfrun4 with "man mutt", it doesn't work because the "mutt" arguments it not passed to the Terminal. xfrun4 executes xfterm4 -e man mutt which does not work. Suggested fix: --- xfterm4.orig 2005-08-01 22:23:30.000000000 +0200 +++ xfterm4 2005-08-01 22:23:44.000000000 +0200 @@ -8,8 +8,8 @@ if [ "$1" = "-e" ]; then if [ -n "$2" ]; then - ESTRING="$2" - shift; shift + shift;: + ESTRING="$@" else shift fi Reproducible: Always Steps to Reproduce: 1. xfrun4 2. man mutt 3. [x] run in terminal 4. ENTER Actual Results: man is executed and the Terminal immediately closes Expected Results: 'man mutt' should be executed and the Terminal schould close if the user closes it. This is xfwm4 version 4.2.2 for Xfce 4.2.2 built with GTK+-2.6.4, linked with GTK+-2.6.4.
*** Bug 2352 has been marked as a duplicate of this bug. ***
Committed with revision 23248.