5

Before upgrading to 14.04 when I clicked on a file in the dash, it opened the file.

This still happens on my 12.04 machine.

In 14.04 when I click on a file in dash search results, it offers me 3 options: 'Email', 'Open' and 'Show in Folder'.

How can I get back the previous behaviour - i.e. to immediately open the files on the first click?

Tim
  • 33,510
gevra
  • 265

1 Answers1

4

First install dconf:

sudo apt-get install dconf-editor

then run it by searching the dash for dconf, or with the command dconf-editor.

Navigate to Com -> Canonical -> Unity and change the double-click-activate value (untick it).

Source.

Mattijs
  • 113