zazu-file-finder icon indicating copy to clipboard operation
zazu-file-finder copied to clipboard

zazu file finder not finding applications on ubuntu 16.04

Open prashu20 opened this issue 8 years ago • 3 comments

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

prashu20 avatar Sep 12 '17 22:09 prashu20

Thank you for reporting!

bayleedev avatar Sep 13 '17 01:09 bayleedev

Any news on this issue?

thorstenk avatar Jan 11 '18 21:01 thorstenk

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"
	]
}

capi1O avatar Oct 30 '18 09:10 capi1O