diff options
Diffstat (limited to 'doc/de/weechat_faq.de.adoc')
-rw-r--r-- | doc/de/weechat_faq.de.adoc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/de/weechat_faq.de.adoc b/doc/de/weechat_faq.de.adoc index 1dcff57f6..38f8b8b5b 100644 --- a/doc/de/weechat_faq.de.adoc +++ b/doc/de/weechat_faq.de.adoc @@ -1174,6 +1174,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]] === Ich habe aspell Wörterbücher auf mein System installiert. Wie kann ich diese nutzen, ohne WeeChat neu starten zu müssen? |