Hello, Scott.
On my Mint 13 I have de-activated Nemo and re-activated Nautilus, because currently most of the Nautilus extensions do not support Nemo, yet.
Here is how to do it:
- Make sure that all currently existing autostart entries will be visible. In a terminal window execute
- Code: Select all
sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop
- Now we are ready to prevent Nemo from handling the desktop and to give desktop control back to Nautilus.
Click on Menu => Preferences => Startup Applications.
Go through the list of autostart items carefully.
There should be 2 items labelled "Files." One of the "Files" items will launch the command - Code: Select all
nemo -n
The other one will launch - Code: Select all
nautilus -n
Untick the "Files" item which launches Nemo. And tick the "Files" item which launches "Nautilus".
If in doubt which commandline an item will launch click the [Edit] button.
Once Nemo has been de-activated and Nautilus re-activated close the Startup Applications. - Log off and log back in in order to make your change take effect.
- Locate the 3 little icons right of the Mint [Menu] button.
- Right-click on the folder icon and select "Properties". Change the command this icon will launch from
- Code: Select all
nemo %U
to - Code: Select all
nautilus %U
This will make sure that where ever you click on the "Folders" icon, Nautilus will be launched, not Nemo.
Finished.
How long will Nemo be broken in regards to extensions?
It looks as if work on these tasks has already started. At least inofficially. Cf. e.g. here:
RabbitVcs not working in Cinnamon 1.6.1Why didn't Mint use the same interface so all the current extensions would work with Nemo, that decision seems really stupid.
Who said that it is not the other way round? The Nautilus extensions identify Nautilus by checking for the name "Nautilus" and therefore do not realize "Nemo" is actually "Nautilus in disguise"? In this case you might blame the developers of the Nautilus extensions for not having implemented support for Nemo.
Personally, I would be amazed if the Mint makers had created their Nautilus clone in such a way that its interfaces were not Nautilus compatible. And I would also be amazed if the Nautilus extension makers would not start releasing updated editions of their Nautilus extensions which will support Nemo as well. Keep my fingers crossed.
Kind regards,
Karl