Christian Boxdörfer
Christian Boxdörfer
Hm, I'm out of ideas for now. The fact that `gio` from within the Flatpak can't open folders tells me that there's likely some issue at the system level (maybe...
> Here are a few observations and suggestions "settings in the UI that don't really need to exist", to simplify your code paths and testing matrix (in line with [this...
> Though I guess if you mainly use shift-clicking, there's some bug happening there if there was no existing selection before initiating the first shift-click, so I can understand how...
> Funnily, every time the user deletes a file, there's another warning dialog stating that the database needs to be updated for FSearch to become aware of the change. I...
> If the app needs to update the DB, just do it, remove the relevant entry from the DB in the background (or if it's too expensive, queue all the...
> As for other applications that follow the same principle: Nautilus, DevHelp, Yelp, GTG, GNote, Gedit, Builder, Epiphany, Firefox, LibreOffice, Shortwave, etc. all clear the search on Esc (and since...
> Oh yeah, you could indeed use [GtkOverlay](https://docs.gtk.org/gtk4/class.Overlay.html) for that; there's even a simple proof-of-concept python app [over there](https://github.com/gaphor/in-app-notification-demo) you can draw code inspiration from ;) Thanks, that looks like...
This sounds like an icon theme issue, because fb2 files on my system show an icon. What icon theme are you using?
@enthus1ast, that will be part of the next release. The basic file system monitoring is already working (progress of that work is in the [fs_monitoring](https://github.com/cboxdoerfer/fsearch/tree/wip/fs_monitoring) branch) and I'm currently working...
@phil294, thanks, I tried `linuxdeploy` as well and it did work, but unfortunately it's still in an alpha state, so I don't feel comfortable yet to create official builds with...