It's caused because libxklavier isn't prepared for modular X.org.
Libxklavier search fo xkb in /usr/X11R6/lib/X11/xkb, which has been
moved in new modular X.org to /usr/share/X11/xkb, and libxklavier,
doesn't support new layout of this
directory(https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=174361)
In appendix is two patches from Fedora, which resolve this problem.
After applying this patches, libxklavier, must be configured, witch this
switches:
-------------------------------------------------------------
./configure --prefix=/usr --with-xkb-base=/usr/share/X11/xkb
--with-xkb-bin-base=/usr/bin
-------------------------------------------------------------
Filip Bartmann

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to