The dash on Ubuntu’s Unity desktop allows you to search for applications, files, music, and videos – but you’re not just limited to these. Install custom lenses and scopes to extend the dash with more features.

Most additional lenses and scopes are currently found outside the official repositories. Unfortunately, many useful lenses, including the dictionary lens, books lens, and Tomboy notes lens, aren’t yet available in PPAs for Ubuntu 12.04.

Using Lenses & Scopes

If you use Ubuntu’s default Unity desktop, you’re probably familiar with clicking the Dash icon and searching for applications. You can also click the icons at the bottom of the dash to search for files and folders, music, and video -- each of these different search panes is known as a “lens.”

image

Click the Filter results link within a lensto narrow your search. The options here depend on the lens -- for example, the video lens introduced in Ubuntu 12.04 allows you to specify the video websites you want to search. This should give you an idea of the power of lenses -- they can search both the web and your computer.

image

Scopes are search backends for the lenses. For example, the music lens has Rhythmbox and Banshee scopes, which allow it to search these two music applications. You could add a Spotify scope to search Spotify from the music lens.

Activating Lenses

Unity doesn’t automatically detect new lenses and scopes after you install them. They won’t appear until you restart Unity by logging out and logging back in.

Ask Ubuntu

The Ask Ubuntu lens searches the Ask Ubuntu website. If you have a problem with Ubuntu – or a question you want answered – you can use the lens to find information directly from the Unity dash.

image

Run the following commands in a terminal to add the appropriate PPA and install the lens:

sudo add-apt-repository ppa:markjtully/ppa

sudo apt-get update

sudo apt-get install unity-lens-askubuntu

Reddit

The Reddit lens lets you browse Reddit directly from the Dash. It also adds content to the home lens, so you’ll see new content from Reddit whenever you pull up the dash.

image

Add the personal package archive (PPA) and install the lens with these commands. Skip straight to the sudo apt-get install command if you added this PPA earlier:

sudo add-apt-repository ppa:markjtully/ppa

sudo apt-get update

sudo apt-get install unity-reddit-lens

Calculator

The Calculator scope notices when you type arithmetic into the search box in the dash and displays the result – you don’t have to do anything special. The calculator uses the same backend as the GCalctool calculator included with Ubuntu.

image

:Execute the following commands to add the appropriate PPA and install the lens:

sudo add-apt-repository ppa:scopes-packagers/ppa

sudo apt-get update

sudo apt-get install unity-lens-utilities unity-scope-calculator

City Information

The city scope detects when you enter the name of a city and displays information about that city, including its weather and time. This plugin, along with the calculator plugin, shows the potential for Unity and the dash to do more than just basic searches.

image

Use these commands to install the lens and scope. If you’ve already added this PPA, you can skip straight to the sudo apt-get install command:

sudo add-apt-repository ppa:scopes-packagers/ppa

sudo apt-get update

sudo apt-get install unity-lens-utilities unity-scope-cities

Gwibber

Search for unity-lens in the Ubuntu Software Center and the only lens you’ll find in the default repositories is the Gwibber lens.

image

Gwibber is the default social media application included with Ubuntu -- it supports Twitter, Facebook, and other services. To set it up, click the mail icon on the panel at the top right corner of the screen and select Set Up Broadcast Accounts. This lens searches your Gwibber stream for status updates, images, and other information -- use the filters to search for specific types of information.

image

Do you use another useful lens or scope? Leave a comment and let us know about it.