summaryrefslogtreecommitdiffstats
path: root/desktop/gmrun/patches/100-gmrunrc.patch
blob: 3614f42e8d384f20c78a5e05393f8144501dc46b (plain)
# 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'