summaryrefslogtreecommitdiff
path: root/desktop/gmrun/patches/100-gmrunrc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/gmrun/patches/100-gmrunrc.patch')
-rw-r--r--desktop/gmrun/patches/100-gmrunrc.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/desktop/gmrun/patches/100-gmrunrc.patch b/desktop/gmrun/patches/100-gmrunrc.patch
deleted file mode 100644
index 3614f42e8d..0000000000
--- a/desktop/gmrun/patches/100-gmrunrc.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-# Description: Use x-terminal-emulator and x-www-browser
-# Author: Vincent Legout <vincent@legout.info>
-
-Index: gmrun-0.9.2/config/gmrunrc
-===================================================================
---- gmrun-0.9.2.orig/config/gmrunrc 2010-02-04 22:00:30.944468499 +0800
-+++ gmrun-0.9.2/config/gmrunrc 2010-02-04 22:01:31.508469387 +0800
-@@ -3,7 +3,7 @@
- # GPL v2.0 applies
-
- # Set terminal
--Terminal = gnome-terminal --start-factory-server --use-factory
-+Terminal = x-terminal-emulator
- TermExec = ${Terminal} -e
- AlwaysInTerm = ssh telnet ftp lynx mc vi vim pine centericq perldoc man
-
-@@ -30,7 +30,7 @@
- # - %u gets replaced with the whole URL ("http://www.google.com")
- # - %s gets replaced with "//www.google.com". This is useful for URL-s
- # like "man:printf" --> %s will get replaced with "printf"
--URL_http = mozilla -remote "openURL(%u, new-window)"
-+URL_http = x-www-browser '%u'
- URL_mailto = mozilla -remote "mailto(%s)"
- URL_man = ${TermExec} 'man %s'
- URL_info = ${TermExec} 'info %s'