Akuli / porcupine

A decent editor written in tkinter
MIT License
162 stars 49 forks source link

Cannot run a command in an external terminal window with st #1513

Closed 8manz closed 5 months ago

8manz commented 5 months ago

st (simple terminal) immediately exits when running a command with: child exited with status 1

To reproduce:

  1. Install the latest version of simple terminal
  2. Assure it is set as your TERMINAL env variable
  3. Run a command in an external terminal window in porcupine

Expected result: runs the command in an external simple terminal window Actual result: immediately exits with status 1