From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: How to add spell checking dictionaries to Icecat Date: Sun, 03 Sep 2017 22:17:19 +0200 Message-ID: <87d177sfjk.fsf@gnu.org> References: <87pobef033.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58750) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dobKh-0000z5-0m for help-guix@gnu.org; Sun, 03 Sep 2017 16:17:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dobKc-0007Vz-66 for help-guix@gnu.org; Sun, 03 Sep 2017 16:17:27 -0400 In-Reply-To: <87pobef033.fsf@gmail.com> (Maxim Cournoyer's message of "Tue, 29 Aug 2017 19:03:44 -0400") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Maxim Cournoyer Cc: help-guix Hi Maxim, Maxim Cournoyer skribis: > I asked this question on the freenode #icecat channel yesterday, but > didn't get a response, so I'm forwarding it here. > > Is there a way to install dictionaries for IceCat? When I right-click in > a text box and choose 'Add Dictionaries', it brings me here: > http://dictionaries.mozdev.org/. If I then go to the installation page > and try to install the French (France) dictionary, I get: The add-on > downloaded from this site could not be installed because it appears to > be corrupt. > > IIUC, the spell checker used by Icecat is Hunspell. We don't seem to > have any hunspell dictionary packaged in Guix. Has anyone got a hold of > this? That=E2=80=99s a very good question. I=E2=80=99ve noticed before that that spell-checking in IceCat didn=E2=80=99t work and that=E2=80=99s a serious p= roblem from a UX viewpoint. Looking at Hunspell=E2=80=99s home page, it looks like we should build dictionary packages from what=E2=80=99s at , no? Ludo=E2=80=99.