From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830 Description of problem: A simple script which runs from a launcher with the "Run in Terminal" set, fails to run with no feedback. This same script ran this way in 7.3. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.Create simple script like "echo HELLO WORLD; sleep 5" 2.Create launcher to run script and set "Run in Terminal" option on 3.Hit launcher Actual Results: Nothing visible Expected Results: Terminal window displaying output from script Additional info:
Anything in ~/.xsession-errors after the failure?
Works for me. Sure you didn't do something like forget to chmod +x the script?
A script which works with "Run in terminal" unchecked, will not run with it checked. Security is not the issue. The following error appears in ~/.xsession-errors when "Run in terminal" is checked: Option --execute/-x requires specifying the command to run on the rest of the command line
It definitely works in rawhide, I just tested with a fresh Phoebe install.