user202729 / plover_run_shell

Run a shell command from Plover.
GNU General Public License v3.0
5 stars 0 forks source link

Subprocess is exited when Plover exits if run from a independent console #1

Open user202729 opened 3 years ago

user202729 commented 3 years ago

xterm -T 'Plover' -e bash -ic 'plover --gui console'

{plover:shell: qutebrowser --temp-basedir --debug > /tmp/log1 2>&1 & }

Does not happen with xterm. Does not happen when plover (qt or console) is started from an interactive terminal.

user202729 commented 3 years ago

Workaround: xterm -T 'Plover' -e bash -ic 'plover --gui console; bash'

user202729 commented 3 years ago

That workaround doesn't actually work. The browser exits immediately when its console is closed. (weird?)