]> git.decadent.org.uk Git - ion3.git/blobdiff - debian/patches/202_fix-menus.diff
Renamed patch to more accurate name.
[ion3.git] / debian / patches / 202_fix-menus.diff
index 6961ec8496f95ffe6db522195dc98e7750529af7..c762b1f13dbac140083ab1118a403a3b6843cfbc 100755 (executable)
@@ -1,29 +1,14 @@
-#! /bin/sh -e
-if [ $# -ne 1 ]; then
-    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-    exit 1
-fi
-case "$1" in
-    -patch) patch -f --no-backup-if-mismatch -p1 < $0;;
-    -unpatch) patch -f --no-backup-if-mismatch -R -p1 < $0;;
-    *)  
-        echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
-        exit 1;;
-esac 
-exit 0
-@DPATCH@
-diff -Nur ion3-20060524.orig/etc/cfg_ioncore.lua ion3-20060524/etc/cfg_ioncore.lua
---- ion3-20060524.orig/etc/cfg_ioncore.lua     2006-05-24 18:23:26.000000000 +0200
-+++ ion3-20060524/etc/cfg_ioncore.lua  2006-07-29 11:14:57.000000000 +0200
-@@ -330,11 +330,14 @@
+--- ion3.orig/etc/cfg_ioncore.lua
++++ ion3/etc/cfg_ioncore.lua
+@@ -330,11 +330,13 @@
  -- Main menu
  defmenu("mainmenu", {
      menuentry("Run...",         "mod_query.query_exec(_)"),
 -    menuentry("Terminal",       "ioncore.exec_on(_, XTERM or 'xterm')"),
 +    menuentry("Terminal",       "ioncore.exec_on(_, 'x-terminal-emulator')"),
-     menuentry("Lock screen",    "ioncore.exec_on(_, 'xlock')"),
-+    menuentry("Lock screen",                                                                                                                                  
-+              "ioncore.exec_on(_, ioncore.lookup_script('ion-lock'))"),                                                                                       
+-    menuentry("Lock screen",    "ioncore.exec_on(_, 'xlock')"),
++    menuentry("Lock screen",
++              "ioncore.exec_on(_, ioncore.lookup_script('ion-lock'))"),
      menuentry("Help",           "mod_query.query_man(_)"),
      menuentry("About Ion",      "mod_query.show_about_ion(_)"),
      submenu("Styles",           "stylemenu"),