GNOME Bugzilla – Bug 666383
British English spellings always marked as incorrect
Last modified: 2018-05-22 15:17:03 UTC
Originally reported at: https://bugs.launchpad.net/bugs/860096 This is apparently the exact opposite of Bug 445863. My system is set to en_GB yet Empathy continually underlines words that are not spelled the American English way. ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: empathy 2.34.0-0ubuntu3.1 ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8 Uname: Linux 2.6.38-11-generic x86_64 NonfreeKernelModules: wl fglrx Architecture: amd64 Date: Mon Sep 26 23:13:32 2011 ExecutablePath: /usr/bin/empathy InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1) ProcEnviron: LANGUAGE=en_GB:en LANG=en_GB.UTF-8 SHELL=/bin/bash SourcePackage: empathy UpgradeStatus: No upgrade log present (probably fresh install) XsessionErrors: (process:2961): Gtk-WARNING **: Locale not supported by C library.
How is this related to bug #445863 ? Does it work with gedit?
Created attachment 206408 [details] test app Here is a small test script. Please build it using: gcc $(pkg-config --cflags --libs enchant) test-enchant.c and run it using: ./a.out $LANG $WORD where $LANG is the code of the lang you want to use and $WORD the word you want is spelling to be checked. Running the app without any argument will just display all the dictionnaries installed on your system. You may have to install libenchant-dev in order to build it.
Guillaume, the "exact opposite bug" that Bilal referred to is a Launchpad bug. The related GNOME bug is: https://bugzilla.gnome.org/598958 But it works for me with current Git master.
I had this problem. I noticed just now that I had both myspell-en-gb and myspell-en-us installed; removing the latter made Empathy stop telling me "favourite" is wrong. Perhaps this is related to how Empathy only showed one "English" entry in the list of available dictionaries?
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/empathy/issues/483.