[Bug 199740] New: allow xklavier-4.0 support in kcontrol/kxkb/xklavier_adaptor.cpp
John Stanley
jpsinthemix at verizon.net
Sat Jul 11 01:07:59 BST 2009
https://bugs.kde.org/show_bug.cgi?id=199740
Summary: allow xklavier-4.0 support in
kcontrol/kxkb/xklavier_adaptor.cpp
Product: kde
Version: 4.2.4
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: general
AssignedTo: unassigned-bugs at kde.org
ReportedBy: jpsinthemix at verizon.net
Version: (using KDE 4.2.4)
Compiler: gcc-4.4.0 linux-2.6.30.1 glibc-2.10.1
OS: Linux
Installed from: Compiled From Sources
I am unable to build kdebase-workspace-4.2.95/6 with xklavier-4.0 without the
following simple modification:
--- kdebase-workspace-4.2.96.old/kcontrol/kxkb/xklavier_adaptor.cpp
2008-05-15 14:37:15.000000000 -0400
+++ kdebase-workspace-4.2.96.new/kcontrol/kxkb/xklavier_adaptor.cpp
2009-07-09 20:22:31.619453110 -0400
@@ -222,7 +222,10 @@
kDebug() << "Xklavier initialized";
priv->config = xkl_config_registry_get_instance(priv->engine);
- xkl_config_registry_load(priv->config);
+ // For libxklavier-4.0:
+ xkl_config_registry_load(priv->config, false);
+ // For libxklavier-3.x:
+ //xkl_config_registry_load(priv->config);
void *userData = priv;
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list