bayleeadamoss / zazu-file-finder

A file finder for Zazu.
18 stars 11 forks source link

zazu file finder not finding applications on ubuntu 16.04 #39

Open prashu20 opened 6 years ago

prashu20 commented 6 years ago

app file finder find files is working fine for me but it cannot find applications binaries in /usr/bin or /opt or from any other directory. For example, if I run chrome no results found.

I am running Ubuntu 16.04

bayleedev commented 6 years ago

Thank you for reporting!

thorstenk commented 6 years ago

Any news on this issue?

capi1O commented 5 years ago

Same issue on ubuntu 18.04 zazu-file-finder 0.0.1 zazu 0.5.2

`~/.zazurc.json`

```json { "hotkey": "alt+space", "theme": "singuerinc/zazu-clean-dark-theme", "displayOn": "detect", "plugins": [ "tinytacoteam/zazu-calculator", { "name": "tinytacoteam/zazu-file-finder", "directories": { "filePath": [ "~/Documents", "/mnt/data" ], "appPath": [ "/usr/share/applications", "~/.local/share/applications" ], "excludeName": [ "node_modules", ".git/objects/**", ".git/subtree-cache/**", "node_modules/*/**", ".meteor/local" ], "excludePath": [ "~/Library" ] }}, "tinytacoteam/zazu-template", "tinytacoteam/zazu-system", "tinytacoteam/zazu-package-manager", { "name": "tinytacoteam/zazu-fallback", "variables": { "rootSearches": [ "google" ] } }, { "name": "tinytacoteam/zazu-clipboard", "variables": { "ClipboardKey": "cmd+shift+v" } }, "sagold/zazu-dict" ] } ```