We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
❯ ps -ef | rg kime user 2266 1882 0 05:24 ? 00:00:00 kime #@ user 2268 2266 0 05:24 ? 00:00:00 kime-xim user 2271 2266 0 05:24 ? 00:00:00 kime-indicator user 7153 3109 0 05:29 pts/0 00:00:00 rg kime ~ ❯ kime -k kill: cannot find process "2266 " [ERROR] kill return: exit status: 1 [ERROR] Can't kill daemon: kill command failed Error: ()
kime.pid has a newline, let pid = std::fs::read_to_string(pid)?; is 2266\n.
let pid = std::fs::read_to_string(pid)?;
2266\n
The text was updated successfully, but these errors were encountered:
No branches or pull requests
kime.pid has a newline,
let pid = std::fs::read_to_string(pid)?;
is2266\n
.The text was updated successfully, but these errors were encountered: