2

I had set Nemo as default file manager on my Unity desktop. I want return to old configurations and Nautilus be my default file manager. How can I do that?

Huseyin
  • 802

2 Answers2

3

This will reset Nautilus as the default:

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

(the last one is to refresh the desktop)

Rinzwind
  • 309,379
0

open your terminal and paste this line.

sudo mv /usr/bin/nemo /usr/bin/nemo.back && sudo ln -s /usr/bin/nautilus /usr/bin/nemo

Hope that helps.

Raja G
  • 105,327
  • 107
  • 262
  • 331