diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-15 21:05:06 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-15 21:05:06 +0100 |
commit | 1cedb78348d9e5caedab18fcdc9e2e7c8c016de3 (patch) | |
tree | b012b981505f548f2537fb1801e3893336177072 /doc/es/weechat_faq.es.adoc | |
parent | 0123abb83e0c2b0f1b3c066aef451267745aa15a (diff) | |
download | weechat-1cedb78348d9e5caedab18fcdc9e2e7c8c016de3.zip |
doc: add workaround for download of plugins.xml.gz on macOS (FAQ)
Diffstat (limited to 'doc/es/weechat_faq.es.adoc')
-rw-r--r-- | doc/es/weechat_faq.es.adoc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/es/weechat_faq.es.adoc b/doc/es/weechat_faq.es.adoc index 3e225b78e..c187dd807 100644 --- a/doc/es/weechat_faq.es.adoc +++ b/doc/es/weechat_faq.es.adoc @@ -1086,6 +1086,15 @@ $ cd ~/.cache/weechat/script $ curl -O https://weechat.org/files/plugins.xml.gz ---- +// TRANSLATION MISSING +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]] === Instalé los diccionarios aspell en mi sistema, ¿cómo puedo utilizarlos sin necesidad de reiniciar WeeChat? |