Christian Boxdörfer
Christian Boxdörfer
It's now available as a Flatpak: https://flathub.org/apps/details/io.github.cboxdoerfer.FSearch As for Debian, I'll see if I we can get it into the official repositories next.
Debian is now supported via the OpenBuildService: https://software.opensuse.org//download.html?project=home%3Acboxdoerfer&package=fsearch#manualDebian
I have to test this on KDE, on GNOME it works as expected: Using the shortcut either activates the current window if FSearch is already running or launches it otherwise.
Yes, I can confirm this behavior on KDE. It seems KDE's focus stealing mechanism gets triggered here, so setting `Settings -> Window Management -> Window Behavior -> Focus stealing prevention`...
That's something I too find useful, but it's also quite some work to get it right. Ideally FSearchs' core was written in Rust (which is something I've been thinking about...
Thanks for the request. Added to my todo list.
Awesome thank you. I'll have a look at your patches.
No, sorry I don't have such a tool at hand. But writing one shouldn't take long, I'll see if I can do that this weekend. Do you only need the...
Ok, will do. > I don't know if it matters, but I saw your other comment about having to change the database format before releasing the 0.1 stable but my...
@Copyrites, so I just quickly hacked together a small dump utility. The code can be found here: https://pastebin.com/vrUXF8SN If you're not familiar with C, you need to do the following....