]> git.decadent.org.uk Git - ion3.git/blob - debian/patches/206_use-x-terminal-emulator.diff
Updated debian/copyright file for ion-3rc-20080103.
[ion3.git] / debian / patches / 206_use-x-terminal-emulator.diff
1 --- ion3.orig/etc/cfg_ioncore.lua
2 +++ ion3/etc/cfg_ioncore.lua
3 @@ -143,7 +143,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(_)"),
12 @@ -329,7 +329,7 @@
13  -- Main menu
14  defmenu("mainmenu", {
15      menuentry("Run...",         "mod_query.query_exec(_)"),
16 -    menuentry("Terminal",       "ioncore.exec_on(_, XTERM or 'xterm')"),
17 +    menuentry("Terminal",       "ioncore.exec_on(_, XTERM or 'x-terminal-emulator')"),
18      menuentry("Lock screen",
19                "ioncore.exec_on(_, ioncore.lookup_script('ion-lock'))"),
20      menuentry("Help",           "mod_query.query_man(_)"),
21 --- ion3.orig/utils/ion-runinxterm
22 +++ ion3/utils/ion-runinxterm
23 @@ -1,6 +1,6 @@
24  #!/bin/sh
25  
26 -test "$XTERMCMD" || XTERMCMD="xterm"
27 +test "$XTERMCMD" || XTERMCMD="x-terminal-emulator"
28  
29  title=""
30  wait=""