| Summary: | Please make this message more specific: Warning: No language dictionaries for the language | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-sonnet | Reporter: | Yuri <yuri> |
| Component: | general | Assignee: | Martin Sandsmark <martin.sandsmark> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | herrold, kdelibs-bugs-null, loh.tar |
| Priority: | NOR | ||
| Version First Reported In: | 5.57.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | FreeBSD | ||
| Latest Commit: | https://invent.kde.org/frameworks/sonnet/commit/5b4d94017ab17e45be158cdda757ffd18c62592c | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Yuri
2019-07-22 18:06:25 UTC
I see this as well Mar 20 11:22:26 centos-8 /usr/libexec/gdm-x-session[3130]: sonnet.core: No language dictionaries for the language: "C" Mar 20 11:22:26 centos-8 /usr/libexec/gdm-x-session[3130]: sonnet.core: No language dictionaries for the language: "C" Mar 20 11:22:26 centos-8 /usr/libexec/gdm-x-session[3130]: sonnet.core: No language dictionaries for the language: "C" There are two requests here, it seems: 1. a more descriptive error message to permit running down what is needed 2. suppression of repeated messaging of the same message from bug: https://github.com/qTox/qTox/issues/5741 my values are: [herrold@centos-8 pw]$ locale LANG=en_US LC_CTYPE="C" LC_NUMERIC="C" LC_TIME="C" LC_COLLATE="C" LC_MONETARY="C" LC_MESSAGES="C" LC_PAPER="C" LC_NAME="C" LC_ADDRESS="C" LC_TELEPHONE="C" LC_MEASUREMENT="C" LC_IDENTIFICATION="C" LC_ALL=C [herrold@centos-8 pw]$ locale | grep "LC_CTYPE" LC_CTYPE="C" [herrold@centos-8 pw]$ locale | grep "LANG" LANG=en_US [herrold@centos-8 pw]$ env | grep '\<C\>' LC_ALL=C [herrold@centos-8 pw]$ Git commit 5b4d94017ab17e45be158cdda757ffd18c62592c by loh tar. Committed on 15/05/2022 at 03:13. Pushed by cullmann into branch 'master'. Try to load en_US for LANG=C Don't warn about that, just debug. M +2 -2 src/core/loader.cpp https://invent.kde.org/frameworks/sonnet/commit/5b4d94017ab17e45be158cdda757ffd18c62592c |