rpms/control-center/devel default-layout-toggle.patch, NONE, 1.1 control-center.spec, 1.399, 1.400

Matthias Clasen mclasen at fedoraproject.org
Wed Oct 8 18:47:23 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/control-center/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11587

Modified Files:
	control-center.spec 
Added Files:
	default-layout-toggle.patch 
Log Message:
fix #465403


default-layout-toggle.patch:

--- NEW FILE default-layout-toggle.patch ---
diff -up gnome-control-center-2.24.0.1/capplets/keyboard/gnome-keyboard-properties-xkbltadd.c.default-layout-toggle gnome-control-center-2.24.0.1/capplets/keyboard/gnome-keyboard-properties-xkbltadd.c
--- gnome-control-center-2.24.0.1/capplets/keyboard/gnome-keyboard-properties-xkbltadd.c.default-layout-toggle	2008-10-08 14:41:09.000000000 -0400
+++ gnome-control-center-2.24.0.1/capplets/keyboard/gnome-keyboard-properties-xkbltadd.c	2008-10-08 14:41:41.000000000 -0400
@@ -37,7 +37,7 @@
 #include "gnome-keyboard-properties-xkb.h"
 
 #define GROUP_SWITCHERS_GROUP "grp"
-#define DEFAULT_GROUP_SWITCH "grp:alts_toggle"
+#define DEFAULT_GROUP_SWITCH "grp:shift_caps_toggle"
 #define DEFAULT_VARIANT_ID "__default__"
 
 enum {


Index: control-center.spec
===================================================================
RCS file: /cvs/extras/rpms/control-center/devel/control-center.spec,v
retrieving revision 1.399
retrieving revision 1.400
diff -u -r1.399 -r1.400
--- control-center.spec	4 Oct 2008 06:12:07 -0000	1.399
+++ control-center.spec	8 Oct 2008 18:46:53 -0000	1.400
@@ -22,7 +22,7 @@
 Summary: GNOME Control Center
 Name: control-center
 Version: 2.24.0.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL
 Group: User Interface/Desktops
@@ -46,6 +46,9 @@
 # http://bugzilla.gnome.org/show_bug.cgi?id=554962
 Patch29: hv-max.patch
 
+# http://bugzilla.gnome.org/show_bug.cgi?id=555591
+Patch30: default-layout-toggle.patch
+
 # call the Fedora/RHEL graphical passwd changing apps
 Patch95: control-center-2.23.2-passwd.patch
 Patch96: control-center-2.23.2-gecos.patch
@@ -173,6 +176,7 @@
 %patch25 -p1 -b .ta-schema
 %patch28 -p1 -b .capplet-help
 %patch29 -p1 -b .hv-max
+%patch30 -p1 -b .default-layout-toggle
 
 # vendor configuration patches
 %patch95 -p1 -b .passwd
@@ -342,6 +346,10 @@
 %dir %{_datadir}/gnome-control-center/keybindings
 
 %changelog
+* Wed Oct  8 2008 Matthias Clasen <mclasen at redhat.com> - 2.24.0.1-5
+- Change the default key combination to change keyboard layouts
+  to shift-capslock, since alt-alt doesn't work (#465403)
+
 * Sat Oct  4 2008 Matthias Clasen <mclasen at redhat.com> - 2.24.0.1-4
 - Fix horizontal/vertical maximization preference
 




More information about the scm-commits mailing list