summaryrefslogtreecommitdiff
path: root/doc/ja
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-12-15 21:05:06 +0100
committerSébastien Helleu <flashcode@flashtux.org>2021-12-15 21:05:06 +0100
commit1cedb78348d9e5caedab18fcdc9e2e7c8c016de3 (patch)
treeb012b981505f548f2537fb1801e3893336177072 /doc/ja
parent0123abb83e0c2b0f1b3c066aef451267745aa15a (diff)
downloadweechat-1cedb78348d9e5caedab18fcdc9e2e7c8c016de3.zip
doc: add workaround for download of plugins.xml.gz on macOS (FAQ)
Diffstat (limited to 'doc/ja')
-rw-r--r--doc/ja/weechat_faq.ja.adoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ja/weechat_faq.ja.adoc b/doc/ja/weechat_faq.ja.adoc
index 1273bd2b4..f058dbc13 100644
--- a/doc/ja/weechat_faq.ja.adoc
+++ b/doc/ja/weechat_faq.ja.adoc
@@ -1089,6 +1089,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]]
=== システムに aspell 辞書をインストールした後、WeeChat を再起動せずにそれを使う方法を教えてください。