problem with kitty -single-instance #7788
Answered
by
kovidgoyal
yaroslavyaroslav
asked this question in
Q&A
-
I'm trying to run kitty as a single instance on my mac, but every time I call |
Beta Was this translation helpful? Give feedback.
Answered by
kovidgoyal
Aug 26, 2024
Replies: 1 comment 1 reply
-
That means the socket already exists. Presumably a stale socket file left over from a crash. Reboot your computer and you should be fine. Or manually delete the socket which on macOS you can find with something like find /private -name 'kitty-ipc*' 2>/dev/null |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yaroslavyaroslav
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That means the socket already exists. Presumably a stale socket file left over from a crash. Reboot your computer and you should be fine. Or manually delete the socket which on macOS you can find with something like