zazu-file-finder
zazu-file-finder copied to clipboard
zazu file finder not finding applications on ubuntu 16.04
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
Thank you for reporting!
Any news on this issue?
Same issue on ubuntu 18.04 zazu-file-finder 0.0.1 zazu 0.5.2
`~/.zazurc.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"
]
}