Yatima

Results 59 comments of Yatima

I think showing both the .desktop file AND its App executable double click mode is a good idea

I was actually considering the idea of adding a `regex:` token like: all files starting with myfile input box: `regex:^myfile` or all files ending with myfile input box: `regex:myfile$` exactly...

There is also the discussion to be made if Wildcard search and Regex should both be implemented, with Wildcard being enabled by default without any token, instead Regex will be...

Done

![](https://github.trello.services/images/mini-trello-icon.png) [.rpm](https://trello.com/c/KQbxhKRc/6-rpm)

![](https://github.trello.services/images/mini-trello-icon.png) [Flatpak](https://trello.com/c/T3T71A33/8-flatpak)

it's actually faster to just try to set them executable and then execute them and maybe show an error later saying they aren't executable than first checking if the execution...

Investigating a bit this seems impossible, the process needs to be spawned as a detached process so when Drill is closed the AppImage will continue to stay alive, but this...

ok for now I will consider not a fatal error when an AppImage can't be set as executable and Drill will try to run it anyway in the future I...