Ubuntu – Popping up the folder when clicking “Show in Folder”

filesnautilus

Using Ubuntu 13.04, whenever I downloaded something using Google Chrome, I can click on the downloaded file, and click "Show in Folder". Currently it does not also pop up the window (nautilus) that shows the file, nor does it highlight the file in the "just-opened" folder.

EDIT: The same also happens in a similar situation using Dropbox find in folder.

Are there settings to get this done which I can't find?

Best Answer

Focus Prevention Level of compiz prevents active windows from getting on top.

You'll need to turn Focus Prevention Off. To do that follow instructions below

Install CompizConfig Settings Manager

sudo apt-get update
sudo apt-get install compizconfig-settings-manager

Then run CompizConfig Settings Manager.

Go to -> General > General Options > Focus & Raise Behaviour -> You will find: "Focus Prevention Level" set it to "Off"

Related Question