Works for me gnome-terminal -e python3 returns immediately and a window with python REPL pops up, but gnome-terminal --wait -e python3 does not return until after the Python REPL is exited.

Note -e is also deprecated, @eexpress use -- and look at how the arguments need to be structured.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/issues/3703/1825583492@github.com>