In the current Ubuntu we have a Unity Dash to search for an app and launch it. Or — to make it quicker — you can also add your frequently-used apps on the dock launcher that is located at the left side of you desktop by default.
However, some people feel unsatisfied with anything default. If you want to launch a Ubuntu app quicker than before, you can install additional launcher to speed things up. There are so many options that you can choose, but I personally prefer to Ulauncher.
Ulauncher is really a great app when it comes to launching app quickly. It’s not only run on Ubuntu but also nearly all distros.
Ulauncher comes with a CTRL+Space default shortcut. Once pressed the shortcut, a pop-up containing a search bar will suddenly appear, even if you are working with Writer, Gimp, Chrome or any app. In other words, you don’t have to return to the main desktop to launch Ulauncher. In order to make it more convenient you can set Ulauncher to be launched every time you login to your Ubuntu desktop.
Apart from launching app, you can also use Ulauncher for quickly searching a query on Google and Wikipedia. Just type “g” followed by your search term to search Google, and use “w” to conduct a Wikipedia search.
Ulauncher is written in Python. It’s really light and uses minimal resources. Ulauncher requires some libraries to run. Including:
- python-levenshtein
- gir1.2-keybinder-3.0
- libkeybinder-3.0-0
- python-pyinotify
I will demonstrate how to install Ulauncher on Ubuntu 16.04. If you are on other distros you can get the Ulauncher at its GitHub page.
Installing Ulauncher in Ubuntu
- First, you need to download the DEB package of Ulauncher. You can get it here.
- Open your terminal and type the following command to install the required libraries.
sudo apt-get install python-levenshtein gir1.2-keybinder-3.0 libkeybinder-3.0-0 python-pyinotify
- Â Go to the folder where the DEB package of Ulauncher is located using cd command and type the following command to install it.
sudo dpkg -i ulauncher_1.0.0_all.deb
Here is the demo of Ulauncher in my desktop.