[Pkg-xfce-commits] r6238 - in desktop/trunk/libxfce4ui/debian: . patches
Yves-Alexis Perez
corsac at alioth.debian.org
Mon Nov 28 03:05:37 UTC 2011
Author: corsac
Date: 2011-11-28 15:05:36 +0000 (Mon, 28 Nov 2011)
New Revision: 6238
Added:
desktop/trunk/libxfce4ui/debian/patches/
desktop/trunk/libxfce4ui/debian/patches/01_replace-ctrl-primary-gtk-shortcuts.patch
desktop/trunk/libxfce4ui/debian/patches/series
Modified:
desktop/trunk/libxfce4ui/debian/changelog
Log:
* debian/patches:
- 01_replace-ctrl-primary-gtk-shortcuts added, replace Control by Primary
in keyboard shortcuts since Gtk+ switch broke current shortcuts.
Modified: desktop/trunk/libxfce4ui/debian/changelog
===================================================================
--- desktop/trunk/libxfce4ui/debian/changelog 2011-11-26 08:54:57 UTC (rev 6237)
+++ desktop/trunk/libxfce4ui/debian/changelog 2011-11-28 15:05:36 UTC (rev 6238)
@@ -2,6 +2,9 @@
* debian/control:
- fix glade-xfce Recommends on libxfce4ui-1-dev.
+ * debian/patches:
+ - 01_replace-ctrl-primary-gtk-shortcuts added, replace Control by Primary
+ in keyboard shortcuts since Gtk+ switch broke current shortcuts.
-- Yves-Alexis Perez <corsac at debian.org> Thu, 06 Oct 2011 13:23:38 +0200
Added: desktop/trunk/libxfce4ui/debian/patches/01_replace-ctrl-primary-gtk-shortcuts.patch
===================================================================
--- desktop/trunk/libxfce4ui/debian/patches/01_replace-ctrl-primary-gtk-shortcuts.patch (rev 0)
+++ desktop/trunk/libxfce4ui/debian/patches/01_replace-ctrl-primary-gtk-shortcuts.patch 2011-11-28 15:05:36 UTC (rev 6238)
@@ -0,0 +1,17 @@
+Index: libxfce4ui-4.8.0/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
+===================================================================
+--- libxfce4ui-4.8.0.orig/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml 2011-01-16 16:01:09.000000000 +0100
++++ libxfce4ui-4.8.0/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml 2011-11-28 16:04:43.777907660 +0100
+@@ -4,10 +4,10 @@
+ <property name="commands" type="empty">
+ <property name="default" type="empty">
+ <property name="<Alt>F2" type="string" value="xfrun4"/>
+- <property name="<Control><Alt>Delete" type="string" value="xflock4"/>
++ <property name="<Primary><Alt>Delete" type="string" value="xflock4"/>
+ <property name="XF86Display" type="string" value="xfce4-display-settings --minimal"/>
+ <property name="<Super>p" type="string" value="xfce4-display-settings --minimal"/>
+- <property name="<Control>Escape" type="string" value="xfdesktop --menu"/>
++ <property name="<Primary>Escape" type="string" value="xfdesktop --menu"/>
+ </property>
+ </property>
+ <property name="xfwm4" type="empty">
Added: desktop/trunk/libxfce4ui/debian/patches/series
===================================================================
--- desktop/trunk/libxfce4ui/debian/patches/series (rev 0)
+++ desktop/trunk/libxfce4ui/debian/patches/series 2011-11-28 15:05:36 UTC (rev 6238)
@@ -0,0 +1 @@
+01_replace-ctrl-primary-gtk-shortcuts.patch
More information about the Pkg-xfce-commits
mailing list