Sébastien Helleu

Results 152 comments of Sébastien Helleu

Hi, It could be a problem with XDG directories then, but I'm not able to reproduce on my side. Two things to test, could you please: * run `/debug dirs`...

Note: when I say I can not reproduce, I tested on Linux/Debian as I've no way to test on macOS.

Another question: you said file `plugins.xml.gz` is present, is it non-empty (ie size > 0)?

Weird, then it looks like an issue with the file, does the file has proper write permissions for your own user? Is there an error displayed when you try to...

There are automatic tests on macOS (10.15 and 11) but I think there's no way to connect interactively on such machines to test. And currently there's no test of the...

For people having this issue, please try to set the environment variable before running WeeChat, like mentioned in this comment: https://github.com/rails/rails/issues/38560#issuecomment-590236052 You can also check this page for extra info:...

I'm not sure if something can/should be fixed on WeeChat (not sure something illegal is made). I could make some tests if someone gives me a temporary access to a...

By the way I'll try to display an explicit error when trying to download the file with `/script` in case of error in the forked process.

I added the workaround in the FAQ: https://weechat.org/files/doc/devel/weechat_faq.en.html#scripts_update (commit: 1cedb78348d9e5caedab18fcdc9e2e7c8c016de3).

So with `export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES`, you managed to download list of scripts and to install a script? Unfortunately, I can not help further as I don't have access to any macOS...