Hi,
What this actually looks like in strace is:
[pid 16204] open("/usr/lib/thunderbird/components/myspell",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOENT (No such file
or directory)
[EMAIL PROTECTED]:~$ ls -l /usr/lib/thunderbird/components/myspell
lrwxrwxrwx 1 root root 28 2006-03-18 16:32
/usr/lib/thunderbird/components/myspell -> ../../../share/myspell/dicts
[EMAIL PROTECTED]:~$ ls -l
/usr/lib/thunderbird/components/../../../share/myspell/dicts
ls: /usr/lib/thunderbird/components/../../../share/myspell/dicts: No
such file or directory
As the original bug reporter mentioned, it's impossible to compose a msg
w/out myspell installed. Once I grabbed myspell-en-us, thunderbird
appears much happier.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]