fix(linux): fix regex to detect running ibus-daemon
On Ubuntu 20.04 Focal ibus gets started by a shell command so that we end up with two processes mentioning `ibus-daemon`. This change limits the search to processes that specify with full path to `ibus-daemon` or without path, but `ibus-daemon` has to be the command, not a parameter.
parent
d396a397
Please register or sign in to comment