mikelindner.com

powering the Internet since 1995

| Photography | Computing | Cooking |

Swap Nautilus to Nemo as Ubuntu 14.04 File Manager

December 18th, 2014

Some people (like me) prefer the old school file manager look to the new Gnome/Ubuntu look. I like having a folder tree in the left pane rather than a bunch of Windows like “Libraries”
It’s a simple set of commands to achieve this.
First make sure you have nemo installed

sudo apt-get install nemo

Then change the defaults to nemo:

xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-search
gsettings set org.gnome.desktop.background show-desktop-icons false

gsettings set org.nemo.desktop show-desktop-icons true

Test it with this, it should answer “nemo.desktop”

xdg-mime query default inode/directory

Easy!