Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zazu file finder not finding applications on ubuntu 16.04 #39

Open
prashu20 opened this issue Sep 12, 2017 · 3 comments
Open

zazu file finder not finding applications on ubuntu 16.04 #39

prashu20 opened this issue Sep 12, 2017 · 3 comments
Labels

Comments

@prashu20
Copy link

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 bayleedev added the bug label Sep 13, 2017
@bayleedev
Copy link
Member

Thank you for reporting!

@thorstenk
Copy link

Any news on this issue?

@capi1O
Copy link

capi1O commented Oct 30, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants