So… I finally got bored with Nautilus.
Ubuntu has been my daily driver for the last several years. I remember when Linux used to be a second-class citizen in the desktop space, only used by nerds and devs who could unravel its arcane and obscure mysteries. But it has come a long way. Not only is it a lot more user-friendly with a plethora of customisation options, but Steam, and especially Proton, has added first-class gaming support for Linux. I haven’t had a dual boot Ubuntu/Windows system in quite a while and that’s a huge win.
Nautilus seems out of place in this brave new world, like it’s still stuck in the old way of doing things. It’s become more stable, sure, but it doesn’t match up to Windows’s Explorer or Mac’s Finder. So a few days ago I just searched for “best ubuntu file manager 2022”… and that’s how I found Nemo.
Nemo (wiki, GitHub) is the file manager for the Cinnamon desktop environment. It’s beautiful, snappy, and useful. It’s beautiful, snappy, and, erm, useful. Compared to Nautilus, browsing remote networks is faster and the feature-set more comprehensive.
Feature list
These are some of the features of Nemo that I found most useful:
- Type-ahead search.
- Menu bar! Plus customizable toolbar, customizable tooltip, and customizable date format.
- You can open a separate panel to browse files, besides new tabs and windows.
- The sidebar has a tree view! Also shows filesystem free space graphically.
- Copying, moving, or extracting files shows progress in a separate mini-window (like Mac). A queue manages all file operations.
- Advanced bookmarks editor - like the one in Firefox.
- Separate view settings for separate folders.
- The status bar shows number of files and available disk space.
- File renames are in-place (like Mac) rather than in a popup.
- Trash customisation - bypass Trash on delete or add a separate button to bypass Trash.
- Built-in bulk-rename (though I haven’t used this one yet).
- Extensions!
Installing Nemo
Installing Nemo is about as easy as you would expect. Do this:
sudo apt install nemo
And voila! You should now have another “Files” app in your Applications Menu. Keep Nautilus around till you’re comfortable with Nemo, and then you can nuke Nautilus for good.
Set Nemo as the default file manager
To set Nemo as the default file manager, do this:
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
Screenshots
Enjoy your new Ubuntu :)