Skip to content
New issue

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

kime.pid has a newline #685

Open
elbaro opened this issue Sep 14, 2024 · 0 comments
Open

kime.pid has a newline #685

elbaro opened this issue Sep 14, 2024 · 0 comments
Labels
bug Something isn't working D-Easy EASY

Comments

@elbaro
Copy link

elbaro commented Sep 14, 2024

❯ 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.

@Riey Riey added bug Something isn't working D-Easy EASY labels Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working D-Easy EASY
Projects
None yet
Development

No branches or pull requests

2 participants