Forking to background when run from a terminal not reliably working on all Linuxes #26570
Replies: 1 comment 1 reply
-
Zed has two binaries, the editor itself and a cli, what's probably happening is that on fedora the
How did you install on each system? I think the only supported installation method is
The fedora package seems to correctly use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Often I run
zed .
in my source code repositories to get where I want.On Ubuntu, this decouples the Zed process from the shell and forks it into the background/somewhere else.
On Fedora, the processe's stderr will be printed to the shell. Entering new commands is possible, but initiating Ctrl + C will stop the Zed progress.
What could I have done differently during the installation, in so these different behaviours appear?
Both were installed with the recommended installation method.
Beta Was this translation helpful? Give feedback.
All reactions