Created attachment 50615 [details] [review] Patch: launch terminal from generic desktop This patch fixes three issues: 1. As in Bug 32927, https://bugs.freedesktop.org/show_bug.cgi?id=32927 output of `which` was mistakenly directed to /dev/null 2. The terminal program was never actually exec'd 3. In the case where TERM=dumb or some other non-executable, we should fall back on xterm.
fixing 'which' is good. and trying an xterm last-chance fallback is probably ok, but assuming xterm is present and usable, is not, imo. And, in the future, please post patches against .in source files, not the processed output.
How's this look? http://cgit.freedesktop.org/xdg/xdg-utils/commit/?id=c116c5c9943a05cdb4bcb12e1d1145318012a1aa
Great, thanks!
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.