GNOME Bugzilla – Bug 513433
It impossible to use gedit as EDITOR=
Last modified: 2008-02-01 09:04:33 UTC
Because if there is running copy of gedit binary will exit before editing is finished. And programs, like crontab -e will not get changed file. There is need for something like --wait option.
Seems like the default behavior should be the same regardless of whether it's launching a new process or opening a new doc in already-running process. Otherwise it's a kinda chaotic head-scratcher ("unpredictable") for the user as well as for a program that sublaunches. That is, the "gedit" should *always* wait or *never* wait, rather than doing different things based on something external to the scope of the command itself.
Agree
*** This bug has been marked as a duplicate of 112908 ***