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.

@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