terminal icon indicating copy to clipboard operation
terminal copied to clipboard

Close terminal after external call and cmd execution

Open thalesmaoa opened this issue 4 years ago • 0 comments

Problem

I don't wanna install xterm to run scripts with .desktop (Terminal=true). In order to fix that, I'm using io.elementary.terminal -x run_script.sh. The problem is that, after execution, the terminal doesn't close. I've tried many workarounds using exit without luck. It only worked using:

Exec=io.elementary.terminal -e bash run_script.sh;exit

With gnome-terminal and xterm, it exists after cmd execution.

Proposal

Close terminal after cmd execution.

thalesmaoa avatar Sep 28 '21 03:09 thalesmaoa