Set Nautilus as default file manager in Xubuntu

How do I set Nautilus to be the default file manager in Xubuntu?
Should I expect any trouble with this choice compared to normal gnome nautilus setup?


Solution 1:

Install the package called exo-utils. Then press Alt+F2 and run the command exo-preferred-applications. In Preferred Applications, click on the Utilities tab, and under File Manager, select Nautilus. (You must install Nautilus first, if you haven't already.)

Solution 2:

I see these are all for older versions, but here is the answer for 12.04+

In menu/settings/preferred applictions (In 12.04) or, I think, in menu/system settings, preferred applications in 12.10+ there is a tab "utilities." Change the preferred file manager to any in the list you have installed, or type one in (this works for say, Marlin.) If you get an error and are using a non-native file manager such as Dolphin (KDE) or Nautilus (Gnome) make sure you have "start gnome services" and/or "start KDE services" in the session and startup part of system settings manager, it's in the advanced tab on the far right. Be aware this will start ALL Gnome and/or KDE services so marked for startup.

Solution 3:

You can also find a good how-to on the wiki page (changing to thunar for example):

  • https://help.ubuntu.com/community/DefaultFileManager

Where you can change the /usr/share/applications/defaults.list or better ~/.local/share/applications/defaults.list. You can even modify your .desktop files if you want.

Solution 4:

I've used Nautilus safely in Xubuntu under the 11.04 release. Bare in mind however that by default, launching Nautilus may also load several Gnome desktop features.

At the time I used gconf-editor to modify the variable /apps/nautilus/preferences/show_desktop to "false" and /desktop/gnome/background/draw_background to "false". This stopped the desktop showing.

I haven't played with Xubuntu 11.10 yet so I cannot confirm what the experience is like there. I imagine that given the Gnome stack has been bumped to 3.x there will be differences.

I hope this at least has given you an idea of what you might encounter and how to deal with it.