100-gmrunrc.patch 1018 B

1234567891011121314151617181920212223242526
  1. # Description: Use x-terminal-emulator and x-www-browser
  2. # Author: Vincent Legout <vincent@legout.info>
  3. Index: gmrun-0.9.2/config/gmrunrc
  4. ===================================================================
  5. --- gmrun-0.9.2.orig/config/gmrunrc 2010-02-04 22:00:30.944468499 +0800
  6. +++ gmrun-0.9.2/config/gmrunrc 2010-02-04 22:01:31.508469387 +0800
  7. @@ -3,7 +3,7 @@
  8. # GPL v2.0 applies
  9. # Set terminal
  10. -Terminal = gnome-terminal --start-factory-server --use-factory
  11. +Terminal = x-terminal-emulator
  12. TermExec = ${Terminal} -e
  13. AlwaysInTerm = ssh telnet ftp lynx mc vi vim pine centericq perldoc man
  14. @@ -30,7 +30,7 @@
  15. # - %u gets replaced with the whole URL ("http://www.google.com")
  16. # - %s gets replaced with "//www.google.com". This is useful for URL-s
  17. # like "man:printf" --> %s will get replaced with "printf"
  18. -URL_http = mozilla -remote "openURL(%u, new-window)"
  19. +URL_http = x-www-browser '%u'
  20. URL_mailto = mozilla -remote "mailto(%s)"
  21. URL_man = ${TermExec} 'man %s'
  22. URL_info = ${TermExec} 'info %s'