[Github-comments] Re: [geany/geany] replace xterm with gnome-terminal (Issue #3703)

2023-11-25 Thread elextr via Github-comments
Closed #3703 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3703#event-11060419446 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] replace xterm with gnome-terminal (Issue #3703)

2023-11-25 Thread eexpress via Github-comments
> Ok so maybe `--wait`? Thanks. --wait is works. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3703#issuecomment-1826266057 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] replace xterm with gnome-terminal (Issue #3703)

2023-11-25 Thread eexpress via Github-comments
> `-e` is also deprecated, OMG. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3703#issuecomment-1826264885 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] replace xterm with gnome-terminal (Issue #3703)

2023-11-24 Thread elextr via Github-comments
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.

[Github-comments] Re: [geany/geany] replace xterm with gnome-terminal (Issue #3703)

2023-11-24 Thread Colomban Wendling via Github-comments
Ok so maybe `--wait`? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3703#issuecomment-1825557559 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] replace xterm with gnome-terminal (Issue #3703)

2023-11-24 Thread elextr via Github-comments
[This](https://manpages.ubuntu.com/manpages/jammy/en/man1/gnome-terminal.1.html) was what google found for me, maybe a newer version has that option. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3703#issuecomment-1825542036 You are receiving this be

[Github-comments] Re: [geany/geany] replace xterm with gnome-terminal (Issue #3703)

2023-11-24 Thread Colomban Wendling via Github-comments
IIRC gnome-terminal has an option like `--disable-factory` or similar not to connect to a running instance, if that's indeed the issue. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3703#issuecomment-1825323818 You are receiving this because you are

[Github-comments] Re: [geany/geany] replace xterm with gnome-terminal (Issue #3703)

2023-11-23 Thread elextr via Github-comments
> but the RUN botton can not display as an "STOP" icon, that's say I can not > stop the running application by click the RUN button. IIUC `gnome-terminal` is a front end for `gnome-terminal-server`. The server shows the terminal screens and `gnome-terminal` just tells it what to show and exits