pop-os / launcher

Modular IPC-based desktop launcher service
Mozilla Public License 2.0
228 stars 45 forks source link

fix(terminal): Do not invoke read command on shell execution #80

Closed mmstick closed 2 years ago

mmstick commented 2 years ago

This will prevent a lingering process when executing :command in the launcher

jacobgkau commented 2 years ago

On 60a4e2a, I'm still seeing an extra process show up and remain in the list every time I run a command with the : prefix. (I'm reading the list with px aux | grep launcher.) Is it still expected for these processes to keep showing up after this fix?

mmstick commented 2 years ago

That should be fixed now