lanoxx / tilda

A Gtk based drop down terminal for Linux and Unix
GNU General Public License v2.0
1.28k stars 161 forks source link

tilda stubles over ps command options on busybox distro #313

Closed cypa closed 6 years ago

cypa commented 7 years ago

in fact, busybox's ps has only one option which is no "-C", so when tilda tries "ps -C tilda" on startup it get error should we use "ps | grep tilda" instead of ps -C?

cypa commented 7 years ago

or, maybe pgrep?

lanoxx commented 6 years ago

Duplicate of #282