Summary: | fontconfig warning if no locales installed | ||
---|---|---|---|
Product: | fontconfig | Reporter: | Phil Race <philip.race> |
Component: | library | Assignee: | fontconfig-bugs |
Status: | RESOLVED NOTABUG | QA Contact: | Behdad Esfahbod <freedesktop> |
Severity: | minor | ||
Priority: | medium | CC: | akira |
Version: | 2.11 | ||
Hardware: | All | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Phil Race
2017-12-01 21:32:59 UTC
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" |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.