[Fontconfig-bugs] [Bug 104023] fontconfig warning if no locales installed

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Dec 4 06:50:16 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=104023

Akira TAGOH <akira at tagoh.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |akira at tagoh.org
         Resolution|---                         |NOTABUG

--- Comment #1 from Akira TAGOH <akira at tagoh.org> ---
fontconfig warns because you set the invalid locale at the env var. not 
because it isn't installed on the system. see:

$ LANG=xyz.UTF-8 locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=xyz.UTF-8
LC_CTYPE="xyz.UTF-8"
LC_NUMERIC=ja_JP.UTF-8
LC_TIME=ja_JP.UTF-8
LC_COLLATE="xyz.UTF-8"
LC_MONETARY=ja_JP.UTF-8
LC_MESSAGES="xyz.UTF-8"
LC_PAPER=ja_JP.UTF-8
LC_NAME="xyz.UTF-8"
LC_ADDRESS="xyz.UTF-8"
LC_TELEPHONE="xyz.UTF-8"
LC_MEASUREMENT=ja_JP.UTF-8
LC_IDENTIFICATION="xyz.UTF-8"
LC_ALL=
$ LANG=xyz.UTF-8 fc-match
DejaVuSans.ttf: "DejaVu Sans" "Book"

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/fontconfig-bugs/attachments/20171204/2c2c1361/attachment.html>


More information about the Fontconfig-bugs mailing list