kitty command never returns on macOS #7979
Replies: 2 comments
-
… On Thu, Oct 17, 2024 at 08:39:50AM -0700, Milad Alizadeh wrote:
I'm trying to spawn a new kitty instance and run something from an existing kitty terminal. e.g:
```
kitty -- sh --noprofile --norc -c 'sleep 5'
```
I can see the new terminal window, it runs the command and the window disappears, however the `kitty` command hangs and never returns. This doesn't happen on Linux but happens on macOS.
--
Reply to this email directly or view it on GitHub:
#7979
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
--
_____________________________________
Dr. Kovid Goyal
https://www.kovidgoyal.net
https://calibre-ebook.com
_____________________________________
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mil-ad
-
Nice! I saw a reference to
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to spawn a new kitty instance and run something from an existing kitty terminal. e.g:
I can see the new terminal window, it runs the command and the window disappears, however the
kitty
command hangs and never returns. This doesn't happen on Linux but happens on macOS.Beta Was this translation helpful? Give feedback.
All reactions