Tips Prevent Your Laptop From Overheating With Thermald And Intel P-State Install Oracle Java 7 in Ubuntu via PPA Repository 10 Things To Do After Installing Ubuntu 14.04 Trusty Tahr To Get A Near Perfect Desktop Mount Google Drive In Li
- Extra Pane feature (can be enabled via View menu or using the F3 key) as well as an option to always start in split-pane mode;
- Unified, configurable toolbar: you can add/remove the following: up icon, refresh icon, toggle button for the location bar / path bar, home icon, computer icon and search icon;
- Treeview sidebar option;
- Detachable tabs;
- Re-worked statusbar with zoom controls as well as options to toggle displaying the places sidebar, treeview or completely hide the sidebar;
- The main toolbar, menubar and statusbar can be hidden;
- Option to show the full path in the titlebar and tab bars;
- Displays an „elevated privileges“ banner when running as root;
- Built in „Open as root“ context menu item which uses pkexec instead of gksu;
- Built in „Open in terminal“ context menu item;
- Added GTK bookmarks to the MoveTo/CopyTo context menus;
- Added „Set as Wallpaper“ to the context menu;
- Switch view buttons on the toolbar (Grid, List and Compact views);
- Drag and drop support for the bookmarks in the sidebar;
- Sidebar: indicators under each drive, displaying the free/used space;
- Type-ahead find feature similar to the one removed from Nautilus starting with version 3.6;
- Collapsable sidebar categories;
- List view:
- columns are now re-orderable by drag and drop;
- you can now right-click a column heading to add or remove visible columns quickly;
- Improved the Open With dialog – you can now add custom mime-type handlers on the fly;
- Much more!
![]() |
| Nemo dual pane and an „elevated privileges“ banner displayed when running Nemo as root |
![]() |
| Toolbar options |
![]() |
| Nemo Unity integration |
![]() |
| Nemo Media Columns extension adds new audio and image tags to the List View |
Install Nemo file manager in Ubuntu (Unity)
1. Install Nemo
Update: the PPA now provides Nemo 2.6 for Ubuntu 14.04, 14.10 and 15.04!
sudo add-apt-repository ppa:webupd8team/nemo sudo apt-get update sudo apt-get install nemo nemo-fileroller2. Optional: Enable thumbnails for files larger than 1 MB.
By default, Nemo only displays thumbnails for files smaller than 1 MB. To change this, from the Nemo menu select Edit > Preferences and on the „Preview“ tab, under „Other Previewable Files“, set „Only for files smaller than“ to the size you want.
Optional: install Nemo extensions
sudo apt-get install nemo-compare nemo-dropbox nemo-media-columns nemo-pastebin nemo-seahorse nemo-share nemo-emblems nemo-image-converterIf you’re having a problem installing nemo-dropbox, see THIS fix.
sudo apt-get install nemo-rabbitvcs![]() |
| Nemo Terminal extension |
You can also install Nemo Terminal, an extension new, unreleased extension ported from Nautilus-Terminal that embeds a terminal into the Nautilus window:
sudo apt-get install nemo-terminalIf you want an embedded terminal for Nautilus, see: Nautilus Terminal 1.0 Released With Support For Nautilus 3.x
Update: 4 new extensions were added to the PPA: Nemo Emblems, Folder Color, Image Converter and Filename Repairer
killall nemo nemo2. Fix issue with python-nemo, required by some extensions such as Nemo Terminal, Nemo Media Columns, Nemo RabbitVCS, etc. (Most probably, this isn’t required for recent Nemo versions, only use it if certain extensions don’t work for you)
– 32bit:
sudo ln -s /usr/lib/i386-linux-gnu/libpython2.7.so.1 /usr/lib/libpython2.7.so.1 sudo ln -s /usr/lib/libpython2.7.so.1 /usr/lib/libpython2.7.so.1.0– 64bit:
sudo ln -s /usr/lib/x86_64-linux-gnu/libpython2.7.so.1 /usr/lib/libpython2.7.so.1 sudo ln -s /usr/lib/libpython2.7.so.1 /usr/lib/libpython2.7.so.1.0If you’re still having issues, also try this (64bit):
sudo ln -s /usr/lib/x86_64-linux-gnu/libpython2.7.so.1 /usr/lib/libpython2.7.so.1 sudo ln -s /usr/lib/libpython2.7.so.1.0 /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0sudo apt-get install git automake sudo apt-get build-dep nautilus git clone https://github.com/daschuer/nemo.git cd nemo git checkout generic ./autogen.sh make sudo make installOptional: Set Nemo as the default file manager
– install dconf-tools:
sudo apt-get install dconf-tools– disable Nautilus from drawing the desktop icons:
gsettings set org.gnome.desktop.background show-desktop-icons false (Nemo is enabled by default to draw the desktop icons so there’s no need to change anything else)
Then, start Nemo (or log out and log back in) and it should draw the desktop icons instead of Nautilus.
xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-searchRevert the changes
gsettings set org.gnome.desktop.background show-desktop-icons trueThen, set Nautilus as the default file manager:
xdg-mime default nautilus.desktop inode/directory application/x-gnome-saved-searchsudo apt-get remove nemo nemo-* sudo rm /etc/apt/sources.list.d/webupd8team-nemo-*.list




