Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(580)

Unified Diff: third_party/xdg-utils/scripts/xdg-terminal.in

Issue 6737007: Update xdg-utils to the latest version available in git. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/xdg-utils/scripts/xdg-terminal ('k') | third_party/xdg-utils/scripts/xdg-utils-common.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/xdg-utils/scripts/xdg-terminal.in
===================================================================
--- third_party/xdg-utils/scripts/xdg-terminal.in (revision 79909)
+++ third_party/xdg-utils/scripts/xdg-terminal.in (working copy)
@@ -32,7 +32,7 @@
{
terminal=`kreadconfig --file kdeglobals --group General --key TerminalApplication --default konsole`
- terminal_exec=`which $terminal >/dev/null 2>/dev/null`
+ terminal_exec=`which $terminal 2>/dev/null`
if [ -x "$terminal_exec" ]; then
if [ x"$1" == x"" ]; then
@@ -166,7 +166,7 @@
terminal_kde "$command"
;;
- gnome)
+ gnome*)
terminal_gnome "$command"
;;
« no previous file with comments | « third_party/xdg-utils/scripts/xdg-terminal ('k') | third_party/xdg-utils/scripts/xdg-utils-common.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698