Open
Description
Attempting to start a headless Kakoune session in a before_script
causes tmuxp loading to hang forever. The Kakoune session is started correctly (so the script "completed" successfully), and an empty tmux session is started, so it looks like tmuxp is somehow waiting for before_script
to complete even though it already has. This probably has something directly to do with the exact mechanism that Kakoune uses to "daemonize" itself, but nevertheless since running the command in a shell completes successfully, it should work as a before_script
.
Steps to reproduce:
- Have
before_script: kak -s -d mykaksession
in a config. - Run
tmuxp load mytmuxp.yml
Observed Results:
- One
Loading
log line is printed, and then nothing happens ever.
Expected Results:
- The tmuxp session to load correctly.