Error activiating XKB configuration

Yong-Jhen Hong yongjhen at fastmailbox.net
Wed Jan 3 22:34:31 PST 2007


Kevin Downey wrote:
> After installing modular Xorg I have started to get error messages
> from gnome when I start X
> http://thelastcitadel.com/images/Screenshot-gnome-settings-daemon.png
> I have reinstalled libxklavier,xkbcomp,xmodmap and libxkbfile. Error
> is still with me. I pulled down un update of  the tree and upgrade
> xorg-servers and xorg-drivers, still here.  Should I take this to
> gnome at freebsd ?
> 

I think it is because setxkbmap is not updated yet.
Maybe you can try the attached patch now.

Regards,
yongjhen
-------------- next part --------------
--- setxkbmap.c.orig	Thu Jan  4 14:08:55 2007
+++ setxkbmap.c	Thu Jan  4 14:09:07 2007
@@ -46,9 +46,9 @@
 #endif
 #endif
 
 #ifndef DFLT_XKB_CONFIG_ROOT
-#define	DFLT_XKB_CONFIG_ROOT "/usr/X11R6/lib/X11/xkb"
+#define	DFLT_XKB_CONFIG_ROOT "/usr/X11R6/share/X11/xkb"
 #endif
 #ifndef DFLT_XKB_RULES_FILE
 #define	DFLT_XKB_RULES_FILE __XKBDEFRULES__
 #endif


More information about the freebsd-x11 mailing list