Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37913758
en ru br
ALT Linux repos
S:0.8.3-alt1
5.0: 0.5.3.3-alt1
4.1: 0.4.3-alt2.M41.1
4.0: 0.4.1-alt1
3.0: 0.3.2-alt2

Group :: Graphical desktop/XFce
RPM: xfce4-xkb-plugin

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: 01_xklavier_4.0.patch
Download


Description: port to libxklavier 4.0 API
From: Emilio Pozuelo Monfort
Bug: http://bugzilla.xfce.org/show_bug.cgi?id=6944 
Index: xfce4-xkb-plugin-0.5.3.3/panel-plugin/xkb-config.c
===================================================================
--- xfce4-xkb-plugin-0.5.3.3.orig/panel-plugin/xkb-config.c	2009-03-06 14:16:03.000000000 +0100
+++ xfce4-xkb-plugin-0.5.3.3/panel-plugin/xkb-config.c	2010-11-05 20:18:12.000000000 +0100
@@ -150,7 +150,7 @@ xkb_config_initialize_xkb_options (t_xkb
     config->application_map = g_hash_table_new (g_direct_hash, NULL);
 
     registry = xkl_config_registry_get_instance (config->engine);
-    xkl_config_registry_load (registry);
+    xkl_config_registry_load (registry, FALSE);
     
     config_item = xkl_config_item_new ();
 
@@ -547,7 +547,7 @@ xkb_config_get_xkl_registry ()
     if (!config) return NULL;
 
     registry = xkl_config_registry_get_instance (config->engine);
-    xkl_config_registry_load (registry);
+    xkl_config_registry_load (registry, FALSE);
 
     return registry;
 }
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin