abenz1267 / walker

Application launcher similar to Rofi etc. . Wayland native.
MIT License
263 stars 12 forks source link

Panic if ssh known_hosts file does not exist #20

Closed tepri-gh closed 4 months ago

tepri-gh commented 4 months ago

Walker currently panics with the following error if the ssh known_hosts file does not exist:

panic: open /home/tepri/.ssh/known_hosts: no such file or directory [recovered] panic: closure error: unexpected panic caught: open /home/tepri/.ssh/known_hosts: no such file or directory

I store my file in a different location (~/.config/ssh/known_hosts), some users may not use ssh at all.

abenz1267 commented 4 months ago

fixed by e5b5806.