Carlos E. R. wrote: >> What's the output of >> rpm -qa | grep myspell >> rpm -q --whatprovides myspell-dictionary >> ls -l /usr/lib/thunderbird/dictionaries >> running /usr/lib/thunderbird/add-plugins.sh as root >> >> ? > > Here goes: > > minas-morgul:~ # rpm -qa | grep myspell > myspell-american-20060207-13 > myspell-british-20050526-85 > myspell-spanish-20051029-83 > minas-morgul:~ # rpm -q --whatprovides myspell-dictionary > myspell-american-20060207-13 > myspell-british-20050526-85 > myspell-spanish-20051029-83
ok > minas-morgul:~ # ls -l /usr/lib/thunderbird/dictionaries > total 685 > -rw-r--r-- 1 root root 2731 Sep 22 08:36 en-US.aff > -rw-r--r-- 1 root root 696138 Sep 22 08:36 en-US.dic > minas-morgul:~ # > minas-morgul:~ # /usr/lib/thunderbird/add-plugins.sh > minas-morgul:~ # ls -l /usr/lib/thunderbird/dictionaries > total 685 > -rw-r--r-- 1 root root 2731 Sep 22 08:36 en-US.aff > -rw-r--r-- 1 root root 696138 Sep 22 08:36 en-US.dic > minas-morgul:~ # That's quite weird. The add-plugins.sh script should just check for all *.aff *.dic files in /usr/share/myspell and link to them from the /usr/lib/thunderbird/dictionaries directory. That works on my ancient 10.2 system w/o issues and I don't see any changes which should break that. /me needs a recent 10.3 media Wolfgang -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
