[Pkg-e-commits] [SCM] Enlightenment 17 branch, master, updated. debian/0.16.999.050+svn20081207-1-7938-gd7cbfde

Albin Tonnerre albin.tonnerre at gmail.com
Thu Nov 12 15:22:36 UTC 2009


The following commit has been merged in the master branch:
commit a8765b306d6d896dd6c977b915eb2f8f822b7038
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date:   Mon Aug 3 19:29:27 2009 +0200

    Bind XF86PowerOff instead of Eexecute in the default illume config

diff --git a/debian/changelog b/debian/changelog
index 794cdf1..7c4c1fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ e17 (0.16.999.062-1) unstable; urgency=low
   * New upstream snapshot
   * Remove the 'System tools' entry in enlightenment-applications.menu, it's a
     duplicate of the 'Settings' entry
+  * New patch 03_bind_XF86PowerOff_instead_of_Execute_in_illume.diff
+    - In illume, the poweroff action is bound to the Execute key. As there's
+      no such key in Debian, use XF86PowerOff instead (Closes: #538186)
 
  -- Albin Tonnerre <albin.tonnerre at gmail.com>  Sun, 02 Aug 2009 19:48:52 +0200
 
diff --git a/debian/patches/03_bind_XF86PowerOff_instead_of_Execute_in_illume.diff b/debian/patches/03_bind_XF86PowerOff_instead_of_Execute_in_illume.diff
new file mode 100644
index 0000000..dc2a466
--- /dev/null
+++ b/debian/patches/03_bind_XF86PowerOff_instead_of_Execute_in_illume.diff
@@ -0,0 +1,13 @@
+diff --git a/config/illume/e.src b/config/illume/e.src
+index f0d577a..e1073d4 100644
+--- a/config/illume/e.src
++++ b/config/illume/e.src
+@@ -257,7 +257,7 @@ group "E_Config" struct {
+     group "E_Config_Binding_Key" struct {
+       value "context" int: 9;
+       value "modifiers" int: 0;
+-      value "key" string: "Execute";
++      value "key" string: "XF86PowerOff";
+       value "action" string: "delayed_action";
+       value "params" string: "[0.0 syscon] [2.0 halt_now]";
+       value "any_mod" uchar: 1;

-- 
Enlightenment 17



More information about the Pkg-e-commits mailing list