Date: Thu, 04 Jan 2007 14:15:16 +0800 From: Yong-Jhen Hong <yongjhen@fastmailbox.net> To: Kevin Downey <redchin@gmail.com> Cc: freebsd-x11@freebsd.org Subject: Re: Error activiating XKB configuration Message-ID: <459C9B74.9070709@fastmailbox.net> In-Reply-To: <1d3ed48c0701032146w48239d0am150f01b395b4d7ad@mail.gmail.com> References: <1d3ed48c0701032146w48239d0am150f01b395b4d7ad@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] 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@freebsd ? > I think it is because setxkbmap is not updated yet. Maybe you can try the attached patch now. Regards, yongjhen [-- Attachment #2 --] --- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?459C9B74.9070709>
