[Bug 203593] x11/libxkbcommon: Default x-locale-root path is wrong. Needs to be set via CONFIGURE_ARGS.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Oct 6 22:55:59 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203593

            Bug ID: 203593
           Summary: x11/libxkbcommon: Default x-locale-root path is wrong.
                    Needs to be set via CONFIGURE_ARGS.
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: x11 at FreeBSD.org
          Reporter: imre at vdsz.com
          Assignee: x11 at FreeBSD.org
             Flags: maintainer-feedback?(x11 at FreeBSD.org)

Created attachment 161776
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=161776&action=edit
Proposed fix for this issue

x11/libxkbcommon currently doesn't find the key composition information in
"/usr/local/lib/X11/locale/". This makes key composition (which is used to
allow multiple keysyms to be composed e.g. for adding accents to letters) fail
to initialize in libxkbcommon, because it tries to use its default path looking
in "/usr/local/share/X11/locale/".

Adding the --with-x-locale-root=${PREFIX}/lib/X11/locale option to
CONFIGURE_ARGS fixes this problem for me (i.e. key composition works

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-x11 mailing list