[Bug 276211] x11-wm/xfce4 shows garbled text for non-UTF8 users
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 276211] xfce4 shows garbled text for non-UTF8 users"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Jan 2024 23:23:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276211 --- Comment #10 from commit-hook@FreeBSD.org --- A commit in branch 2024Q1 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=aaddd26ab326f3a721d1e5b1f4542e12dee9cb7b commit aaddd26ab326f3a721d1e5b1f4542e12dee9cb7b Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2024-01-09 22:44:19 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2024-01-09 23:22:04 +0000 x11/libxfce4util: Workaround gettext library detection issue Due to an issue in the configure script gettext functions are not detected properly t configure time. This is causing display issues with non-UTF8 locales. This commit implements a workaround by passing some extra env to configure to successfully detect the library. A proper fix is proposed upstream at [1]. [1] https://gitlab.xfce.org/xfce/libxfce4util/-/merge_requests/41 PR: 276211 (cherry picked from commit 1c3d203e8a5476b616fd82adb7b5f98274ef89db) x11/libxfce4util/Makefile | 2 ++ 1 file changed, 2 insertions(+) -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.