On 08/15/12 01:11 PM,I wrote:
>In fact,
>
>$ mv .extensions extensions # if still disabled
>$ mv entensions.ini .extensions.ini
>$ mv extensions.sqlite .extensions.sqlite
or "cp /dev/null <file>"
>seems to do the trick - may be the last step can be omitted.
It needs both steps BUt interestingly, there are some depencies for a
restart of TB. When it hangs at startup (see original posting), it's not
sufficient to just clear the latter two files. I have to move away the
"extensions" dir, fire up TB without extensions, shut it down
immediately, do the above steps, and I'm set. This has worked reliably
up to now. So the restart procedure is something like
$ mv extensions .extension
$ thunderbird &
$ sleep 2
$ kill $!
$ mv .extensions extensions
$ cp /dev/null extensions.ini
$ cp /dev/null extensions.sqlite
$ thunderbird
Any explanations?
Regards
fw