]> git.decadent.org.uk Git - ion3.git/blob - debian/patches/204_fix-bindings.diff
9678a35b1b7a97268430e5152df790a8c65de730
[ion3.git] / debian / patches / 204_fix-bindings.diff
1 #! /bin/sh -e
2 if [ $# -ne 1 ]; then 
3     echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
4     exit 1  
5 fi
6 case "$1" in 
7     -patch) patch -f --no-backup-if-mismatch -p1 < $0;;
8     -unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;;
9     *)
10         echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
11         exit 1;;
12 esac
13
14 exit 0
15
16 @DPATCH@
17 diff -Nur ion3-20061223.orig/etc/cfg_ioncore.lua ion3-20061223/etc/cfg_ioncore.lua
18 --- ion3-20061223.orig/etc/cfg_ioncore.lua      2006-12-23 15:59:43.000000000 +0100
19 +++ ion3-20061223/etc/cfg_ioncore.lua   2006-12-23 16:39:46.000000000 +0100
20 @@ -153,7 +153,7 @@
21      kpress(META.."F1", "ioncore.exec_on(_, ':man ion3')"),
22  
23      bdoc("Run a terminal emulator."),
24 -    kpress(ALTMETA.."F2", "ioncore.exec_on(_, XTERM or 'xterm')"),
25 +    kpress(ALTMETA.."F2", "ioncore.exec_on(_, XTERM or 'x-terminal-emulator')"),
26      
27      bdoc("Query for command line to execute."),
28      kpress(ALTMETA.."F3", "mod_query.query_exec(_)"),