fix for xklavier api changes
This commit is contained in:
parent
19223a9147
commit
789d4df7c8
@ -38,6 +38,8 @@ Patch11: gnome-settings-daemon-2.26.0-support-touchpads.patch
|
|||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=483639
|
# https://bugzilla.redhat.com/show_bug.cgi?id=483639
|
||||||
Patch12: gnome-settings-daemon-2.26.1-fix-touchpad.patch
|
Patch12: gnome-settings-daemon-2.26.1-fix-touchpad.patch
|
||||||
|
|
||||||
|
Patch13: xklavier4.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A daemon to share settings from GNOME to other applications. It also
|
A daemon to share settings from GNOME to other applications. It also
|
||||||
handles global keybindings, as well as a number of desktop-wide settings.
|
handles global keybindings, as well as a number of desktop-wide settings.
|
||||||
@ -58,6 +60,7 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
%patch11 -p1 -b .support-touchpads
|
%patch11 -p1 -b .support-touchpads
|
||||||
%patch12 -p1 -b .lefthand-touchpad
|
%patch12 -p1 -b .lefthand-touchpad
|
||||||
|
%patch13 -p1 -b .xklavier4
|
||||||
|
|
||||||
autoreconf -i -f
|
autoreconf -i -f
|
||||||
|
|
||||||
|
12
xklavier4.patch
Normal file
12
xklavier4.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -up gnome-settings-daemon-2.27.3/plugins/keyboard/gsd-keyboard-xkb.c.xklavier4 gnome-settings-daemon-2.27.3/plugins/keyboard/gsd-keyboard-xkb.c
|
||||||
|
--- gnome-settings-daemon-2.27.3/plugins/keyboard/gsd-keyboard-xkb.c.xklavier4 2009-07-01 09:19:26.936571862 -0400
|
||||||
|
+++ gnome-settings-daemon-2.27.3/plugins/keyboard/gsd-keyboard-xkb.c 2009-07-01 09:32:19.620817134 -0400
|
||||||
|
@@ -168,7 +168,7 @@ filter_xkb_config (void)
|
||||||
|
xkl_debug (100, "Filtering configuration against the registry\n");
|
||||||
|
if (!xkl_registry) {
|
||||||
|
xkl_registry = xkl_config_registry_get_instance (xkl_engine);
|
||||||
|
- if (!xkl_config_registry_load (xkl_registry)) {
|
||||||
|
+ if (!xkl_config_registry_load (xkl_registry, FALSE)) {
|
||||||
|
g_object_unref (xkl_registry);
|
||||||
|
xkl_registry = NULL;
|
||||||
|
return FALSE;
|
Loading…
Reference in New Issue
Block a user