Kitsu

Results 70 comments of Kitsu

Cursor is forced to be in a range `0..`. So after the number of displayed entries are reduced the cursor is decreased to maintain this invariant. And if you clear...

Uh, yeah. I remembered why it has so weird listing. It matches name with keywords so at least for LibreOffice there should be pretty high score (it has a lot...

Are you using a wayland compositor (wlroots-based to be precised)? What's the output of `ldconfig -p | grep wayland`?

According to [this](https://github.com/Smithay/wayland-rs/blob/cd1c67e2064b2875e58761399a14c6eea0a8860e/wayland-client/src/conn.rs#L64-L73) the problem is with connection to the `$XDG_RUNTIME_DIR/$WAYLAND_DISPLAY`. Maybe some permission missing? You may find the issue with ```strace -e openat `which yofi` 2>&1 | grep $XDG_RUNTIME_DIR...

Ah, not really. The problem is actually that the app cannot find `libwayland-client.so` library.

I consider this one as unrelated to yofi directly so closing this. Feel free to add some details and reopen

To be honest I would love to. But the problem is that some of the dependencies has my own patches (raqote, freedesktop_entry_parser, fzyr, systemd-journal-logger) and crates.io doesn't really allow that....

Published :tada: https://crates.io/crates/yofi Linked PR: #127

Yeah, that's right, thanks for noticing. It seems there's one: https://github.com/yory8/clipman

If default font (`DejaVu Sans Mono`) is not installed/found then yofi will panic with the corresponding message. The issue seems rendering related (perhaps related #46 & #82). Do you use...