pop-os / launcher

Modular IPC-based desktop launcher service
Mozilla Public License 2.0
228 stars 47 forks source link

check for both fdfind and fd #53

Closed carlwgeorge closed 2 years ago

carlwgeorge commented 2 years ago

Based on my reading of the below code, the launcher currently checks for an fdfind executable.

https://github.com/pop-os/launcher/blob/83839f4a31843e60b4cc1c24d248f18917048eca/plugins/src/find/mod.rs#L212

Both Fedora and Arch provide this as fd, not fdfind. Could the code be updated to fall back to fd if fdfind is not found?