Skip to content

Instantly share code, notes, and snippets.

@brenopolanski
Last active June 14, 2019 04:02
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save brenopolanski/cb56125da4fede7a8abf to your computer and use it in GitHub Desktop.
Save brenopolanski/cb56125da4fede7a8abf to your computer and use it in GitHub Desktop.
How to Install Indicator Synapse (Spotlight Alternative) on Ubuntu 14.04 LTS or Linux Mint 17

Indicator Synapse is a Spotlight Alternative, developed by Tom Beckmann.

spotlight-alternative

How to Install Indicator Synapse (Spotlight Alternative) on Ubuntu 14.04 LTS or Linux Mint 17 run this commands in terminal:

$ [sudo] add-apt-repository ppa:noobslab/apps
$ [sudo] apt-get update
$ [sudo] apt-get install indicator-synapse

After installation once you log out and log in then you can see indicator tool.

This also having a shortcut to use Alt+Super+Space it is not working with this shortcut you can go with Alt+F10.

@filippov70
Copy link

how run on Mate 1.8 ubuntu 14.04?

@andrematias
Copy link

Tank's

@rands0n
Copy link

rands0n commented Oct 18, 2015

no shortcut works with me :(

@umpirsky
Copy link

@ivanpetrov16130
Copy link

It also runs on 16.04.
System Settings > Software&Updates > Other Software > find and click noobslab/apps repository > Edit > change Distrbution value to "trusty".
Then sudo apt-get update and sudo apt-get install indicator-synapse. That's all.

@VitorDiToro
Copy link

VitorDiToro commented Sep 5, 2016

Can anybody help me with this problem?
"indicator-synapse : Depends: libgee2 (>= 0.5.0) which is a virtual package and is not provided by any available package."

On Ubuntu 16.04

@RedLann
Copy link

RedLann commented Sep 14, 2016

Can anybody help me with this problem?
"indicator-synapse : Depends: libgee2 (>= 0.5.0) which is a virtual package and is not provided by any available package."

Similiar problem here:
The following packages have umet dependencies: indicator-synapse:
Depends: libgee2 (>= 0.5.0) but it is not installable
Depends: libgranite1 (>= 0.2.0~) but it is not going to be installed

Ubuntu 16.04

@Lampwick
Copy link

Lampwick commented Nov 4, 2016

The following packages have unmet dependencies: indicator-synapse:
Depends: libgee2 (>= 0.5.0) but it is not installable
Depends: libgranite1 (>= 0.2.0~) but it is not going to be installed

Ubuntu 16.04

Anyone find a solution for this?

@Lampwick
Copy link

Lampwick commented Nov 4, 2016

The following packages have unmet dependencies: indicator-synapse:
Depends: libgee2 (>= 0.5.0) but it is not installable
Depends: libgranite1 (>= 0.2.0~) but it is not going to be installed

Ubuntu 16.04

Anyone find a solution for this?

@GalvDev
Copy link

GalvDev commented Jan 7, 2017

I'm having the same problem with unmet dependencies the previous posters have reported. Does anyone know of a solution?

The following packages have unmet dependencies:
indicator-synapse : Depends: libgee2 (>= 0.5.0) but it is not installable
Depends: libgranite1 (>= 0.2.0~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

@jea-park
Copy link

The following worked for me on Ubuntu 16.04.

Add the elementary OS daily PPA, required for the dependencies:

sudo add-apt-repository ppa:elementary-os/daily

Add the unstable-upstream PPA for indicator synapse:

sudo add-apt-repository ppa:elementary-os/unstable-upstream

Then follow the following instruction:

System Settings > Software & Updates > Other Software > find and click elementary-os/daily repository > Edit > change Distrbution value to "trusty". Do the same for the ppa:elementary-os/unstable-upstream repository. Then sudo apt-get update and sudo apt-get install indicator-synapse. That's all.

You can remove the PPA after installing Synapse Indicator if you want.

Source:
http://www.webupd8.org/2013/06/synapse-indicator-new-search.html
http://askubuntu.com/questions/776797/how-do-i-install-indicator-synapse-in-ubuntu-16-04

@VishwaPrabhakar
Copy link

Repo updated for ubuntu and Debian based distro use following commands;-

$ sudo add-apt-repository ppa:noobslab/apps
$ sudo apt-get update
$ sudo apt-get install synapse

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment