diff options
Diffstat (limited to 'doc/en/weechat_faq.en.adoc')
-rw-r--r-- | doc/en/weechat_faq.en.adoc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/en/weechat_faq.en.adoc b/doc/en/weechat_faq.en.adoc index 2ba4a8fde..596aa017f 100644 --- a/doc/en/weechat_faq.en.adoc +++ b/doc/en/weechat_faq.en.adoc @@ -1083,6 +1083,14 @@ $ cd ~/.cache/weechat/script $ curl -O https://weechat.org/files/plugins.xml.gz ---- +If you're running macOS and the downloaded file has a size of 0 bytes, +try to set this variable in your shell initialization file or on command line, +before starting WeeChat: + +---- +export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES +---- + [[spell_dictionaries]] === I installed aspell dictionaries on my system, how can I use them without restarting WeeChat? |