9

I currently have the latest Ubuntu 12.10 installed on my laptop. Usually I use Launchy application to have a quick access to any app/config/file etc. Now I'm trying to get used to Dash, which is supposed to be default way to do such things in recent Ubuntu versions. The difference between the usage of Launchy and Dash is following:

Launchy: Alt+Space -> Launchy shell shown instantly -> type your request -> open the target

Dash: SuperKey -> PERIOD -> Dash is shown -> type your request -> PERIOD -> navigate with arrow buttons between the results -> open the desired result

Another problem. When I type the term "ryth" (which is incorrectly spelled part of "Rhythmbox") what is shown in these 2 shells:

Launchy: 1 result, which is Rhythmbox. The letters 'r', 'y', 't' and 'h' are highlighted.

Dash: 2 results, which are MP3s from Amazon and are completely irrelevant to my request

So is there any way to tweak the Dash to allow me to use it as I use Launchy with the same performance and results?

afrish
  • 560

4 Answers4

7

You can use a 'low graphics mode' that Ubuntu 12.10 has. This mode disables some dash and launcher effects like active blur and transparency, this make Unity more responsive with a no powerful graphic card.

For activate this mode, you must add following line to ~/.xprofile (if the file doesn't exist, create it):

export UNITY_LOW_GFX_MODE=1

Logout, and come back for the effect to take place. This really works for me :-)

And for stop dash show you Amazon results, you can unistall the lens with:

sudo apt-get remove unity-lens-shopping

And of course, logout and come back. Grettings!

FelGutiCo
  • 1,311
3

To have launchy behaviour with the power of unity dash I recommend you use synapse. synapse uses the same backend zeitgeist engine to crawl all your activity plus application and commandline run. easy to use ans super fast "low on resources" + themeable.

Open a terminal and copy past the PPA:

sudo apt-add-repository ppa:synapse-core/ppa
sudo apt-get update
sudo apt-get install synapse

After installation start a gnome classic session and look for the synapse under accessories, configure from the tray icon to auto start and your set with a full replacement of 95% of unity dash functions. add a dock launcher like Cairo-dock or AWN and your set to go with 50% faster experience.

jokerdino
  • 41,732
1

The very bad performance of the Dash is a bug that appears to have a fix incoming (or already uploaded?). The bug report is at https://bugs.launchpad.net/unity/+bug/1064834 and your question sounds just like you experience this problem. Try to install nux 3.1 and see if it helps.

Like others already pointed out, the irrelevant results from Amazon can be eliminated using

sudo apt-get remove unity-lens-shopping

and logging out + in again.

0

Try to disable 'Record Activity' options in the 'Privacy' settings.

Suwandi
  • 11