No suggestions if mintInstall isn't installed
This commit is contained in:
parent
35fc24fdac
commit
91bedba29d
@ -561,7 +561,7 @@ class pluginclass( object ):
|
||||
if (shown):
|
||||
showns = True
|
||||
|
||||
if (not showns):
|
||||
if (not showns and os.path.exists("/usr/lib/linuxmint/mintInstall/icon.svg")):
|
||||
self.suggestion = text
|
||||
|
||||
self.applicationsBox.add(self.suggestSearchAppButton)
|
||||
|
Loading…
Reference in New Issue
Block a user