16

What are some alternative launchers that can be used to launch programs in Ubuntu's default Unity desktop?

Muzaffar
  • 5,597
  • You can get many such as Docky, however they will not properly integrate with Unity and you won't be able to get rid of the default Unity Launcher. –  Nov 07 '15 at 12:08
  • It doesn't have to replace the default launcher. Just want to know if any other ways to launch programs, even from the Launcher itself, like Gnome DO. – Muzaffar Nov 07 '15 at 12:19
  • 1
    just to mention: http://askubuntu.com/a/606252/72216 with specific functionality :) Should work not only on Unity. – Jacob Vlijm Nov 08 '15 at 11:12
  • @JacobVlijm already mentioned that question in my answer bellow ^_0 – Sergiy Kolodyazhnyy Nov 09 '15 at 04:20
  • 1
    This Q&A would be more readable and friendly to users, if rewritten into "one application launcher per answer" style and likely more easier to update as "Community Wiki". This way, we can avoid duplicates also. Good example is this related post. –  Nov 09 '15 at 08:14

10 Answers10

12

One that I use and like is Albert.

It's very similar to OS X's Spotlight Search, especially in how it looks, but I've found it to be invaluable if you're a keyboard-heavy power user.

enter image description here

You have to install it via a PPA (not in the official repos yet):

sudo apt-add-repository ppa:flexiondotorg/albert
sudo apt-get update
sudo apt-get install albert

On the first launch you will have to set the hotkey to launch Albert, but that's fairly easy:

enter image description here

I've set it to Ctrl-Space.

10

Docky is a great app, you can install it with:

sudo apt-get install docky

Docky


GNOME Pie is another great one that can be installed with:

sudo apt-get install gnome-pie

enter image description here

(Launch with CTRL + ALT + A - this hot key is customizable.)


Cairo-Dock is also good, and can be installed with:

sudo apt-get install cairo-dock

Cairo-Dock


Plank is another good one that can be installed with:

sudo apt-get install plank

Plank

9

Here are some more ways to launch and organize applications:

GnomeDO

sudo apt-get install gnome-do gnome-do-plugins

enter image description here

Duck Launcher

sudo add-apt-repository ppa:the-duck/launcher
sudo apt-get update
sudo apt-get install duck-launcher

enter image description here

Launcher Folders:

sudo add-apt-repository ppa:asukhovatkin/unity-launcher-folders
sudo apt-get update
sudo apt-get install unity-launcher-folders

enter image description here

Slingscold Launcher

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

enter image description here

Muzaffar
  • 5,597
5

You also have dockbarx. You can install it with:

sudo add-apt-repository ppa:dockbar-main/ppa 
sudo apt-get update 
sudo apt-get install dockbarx

enter image description here

More info here.

Muzaffar
  • 5,597
iamatrain
  • 536
3

My personal favorite is the Classic Menu Indicator

enter image description here

In addition to other answers, me and @JacobVlijm have tried to script launchers as an answer to Launch app only if not already open question

Sergiy Kolodyazhnyy
  • 105,154
  • 20
  • 279
  • 497
2

Gnome-Do works with the keyboard as Unity. Press Super + Space and then you type the name of the program you want to run. Don't know about the project status and haven't used it since 2009. Hope this can help.

userDepth
  • 2,010
2

Consider Synapse:

enter image description here

Just start typing the program, file or directory you're looking for.

Installation:

sudo apt install synapse
1

lxqt-runner is an option:

enter image description here

Installation: sudo apt install lxqt-runner

0

My recent favorite: the very very lightweight dmenu

Installation:

sudo apt install dmenu

Improve that tool with dmenu-extended to be able to find files and directories from dmenu, too. Very useful.

sudo apt install suckless-tools xfonts-terminus
git clone git@github.com:MarkHedleyJones/dmenu-extended.git
cd dmenu-extended
sudo python setup.py install
0

Cairo Dock has launchers too.

To install it click below

Cairo Dock Install banshee

I use Compiz with Cairo dock so I use it in fall back mode. It adds a session for cairo only environment if you don't want to use Unity

userDepth
  • 2,010