reassign 382988 kdebase thanks On Mon, Aug 21, 2006 at 09:58:39PM +0000, David Nusinow wrote: > Hi all, > > Could someone give me some clue as to what programs in xbase-config are > segfaulting in this case? I'm digging in to the libxkb* code now, but my > guess is that this is a server configuration issue, in which case I need > your xorg.conf. Thanks!
kxkb has to be updated to look for files in /usr/share/X11/xkb, here is a patch (untested). Denis
diff -ur kxkb.orig/x11helper.cpp kxkb/x11helper.cpp --- kxkb.orig/x11helper.cpp 2006-05-22 20:13:00.000000000 +0200 +++ kxkb/x11helper.cpp 2006-08-22 22:32:40.000000000 +0200 @@ -23,8 +23,8 @@ static const char* X11DirList[] = { XLIBDIR, - "/etc/X11/", "/usr/share/X11/", + "/etc/X11/", "/usr/local/share/X11/", "/usr/X11R6/lib/X11/", "/usr/X11R6/lib64/X11/",