OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: [UPDATE] abiword

From: Chris Kuethe (chris.kuethegmail.com)
Date: Wed Jul 12 2006 - 11:35:25 CDT


On 7/12/06, steven mestdagh <steven.mestdaghesat.kuleuven.be> wrote:
> I'm still seeing the error "Could not load the dictionary for the
> English (US) [en-US] language" soon after I start typing.
>
> when selecting edit/preferences, the following warning appears
> (abiword:28186): libglade-WARNING **: Could not load support for
> `gnome': File not found
>
> I did some light testing on amd64, it seems to be working reasonably ok.

quoth ktrace:
  5859 AbiWord-2.4 NAMI "/home/ckuethe/.AbiSuite/dictionary/american.hash"
  5859 AbiWord-2.4 NAMI
"/usr/local/share/AbiSuite-2.4/dictionary/american.hash"

A few symlinks did the trick.
# mkdir -p ~/.AbiSuite/dictionary
# rm -f ~/.AbiSuite/dictionary/*hash
# ln -s /usr/local/lib/ispell/*hash ~/.AbiSuite/dictionary/

--
GDB has a 'break' feature; why doesn't it have 'fix' too?