sublime_terminal icon indicating copy to clipboard operation
sublime_terminal copied to clipboard

Popen causes <defunct>

Open jackyspy opened this issue 12 years ago • 2 comments

Popen call without wait() or commuciate() causes processes after terminal quit.

BTW: gnome-terminal does not show anyway when configured as terminal.

jackyspy avatar May 29 '13 02:05 jackyspy

Opened a pull request. Migrated to subprocess.call() instead of popen

silentmoose avatar Apr 15 '15 16:04 silentmoose

Thanks for the bug report. As @silentmoose noted, we are attempting to address this in #78.

twolfson avatar Jun 13 '15 12:06 twolfson