For the past few months the plugin hasn't been working as installed by Fedora 13 (ver 0.5.3.3-3.fc13) I tried compiling the source code xfce4-xkb-plugin-0.5.3.3 and I'm getting this error: xkb-config.c: In function ‘xkb_config_initialize_xkb_options’: xkb-config.c:153: error: too few arguments to function ‘xkl_config_registry_load’ xkb-config.c: In function ‘xkb_config_finalize’: xkb-config.c:217: error: too few arguments to function ‘xkl_engine_stop_listen’ xkb-config.c: In function ‘xkb_config_get_xkl_registry’: xkb-config.c:550: error: too few arguments to function ‘xkl_config_registry_load’ make[2]: *** [xfce4_xkb_plugin-xkb-config.o] Error 1 make[2]: Leaving directory `/home/kostya/projects/xfce4-xkb-plugin-0.5.3.3/panel-plugin' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/kostya/projects/xfce4-xkb-plugin-0.5.3.3' make: *** [all] Error 2 Right now I can't use the keyboard layouts, it's very frustrating!
Original problem (crashing) stopped when I selected a keyboard from the list (I set it to "evdev-managed keyboard").
(In reply to comment #0) > For the past few months the plugin hasn't been working as installed by Fedora > 13 (ver 0.5.3.3-3.fc13) > > I tried compiling the source code xfce4-xkb-plugin-0.5.3.3 and I'm getting this > error: > > xkb-config.c: In function ‘xkb_config_initialize_xkb_options’: > xkb-config.c:153: error: too few arguments to function > ‘xkl_config_registry_load’ > xkb-config.c: In function ‘xkb_config_finalize’: > xkb-config.c:217: error: too few arguments to function ‘xkl_engine_stop_listen’ > xkb-config.c: In function ‘xkb_config_get_xkl_registry’: > xkb-config.c:550: error: too few arguments to function > ‘xkl_config_registry_load’ > make[2]: *** [xfce4_xkb_plugin-xkb-config.o] Error 1 > make[2]: Leaving directory > `/home/kostya/projects/xfce4-xkb-plugin-0.5.3.3/panel-plugin' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/kostya/projects/xfce4-xkb-plugin-0.5.3.3' > make: *** [all] Error 2 > libxklavier updated, so 0.5.3.3 incompatible with it. Try patch from http://bugzilla.xfce.org/show_bug.cgi?id=6221 or use rpms from fedora (they include similar patch apparently)
*** This bug has been marked as a duplicate of bug 6028 ***