]> git.decadent.org.uk Git - ion3.git/blob - debian/patches/204_fix-bindings.diff
Switched patch system from dpatch to quilt.
[ion3.git] / debian / patches / 204_fix-bindings.diff
1 --- ion3.orig/etc/cfg_ioncore.lua
2 +++ ion3/etc/cfg_ioncore.lua
3 @@ -153,7 +153,7 @@
4      kpress(META.."F1", "ioncore.exec_on(_, ':man ion3')"),
5  
6      bdoc("Run a terminal emulator."),
7 -    kpress(ALTMETA.."F2", "ioncore.exec_on(_, XTERM or 'xterm')"),
8 +    kpress(ALTMETA.."F2", "ioncore.exec_on(_, XTERM or 'x-terminal-emulator')"),
9      
10      bdoc("Query for command line to execute."),
11      kpress(ALTMETA.."F3", "mod_query.query_exec(_)"),