When I right click on a folder - I see double element "file" - open in Nautilus (installed on my Lubuntu).
Asked
Active
Viewed 1,747 times
2 Answers
5
Open a terminal window (Ctrl+Alt+T) and type
cd /usr/share/applications
sudo mv nautilus.desktop nautilus.disabled
Afterwards restart PCManFM
What you are doing here is renaming the file /usr/share/applications/nautilus.desktop
- you could also delete it, the name you use doesn't matter at all.

guntbert
- 13,134
1
Try this, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
cd /usr/share/nautilus/ui
sudo cp nautilus-directory-view-ui.xml nautilus-directory-view-ui.xml.bak
sudo gedit nautilus-directory-view-ui.xml
Remove duplicates, and then
nautilus -q

Mitch
- 107,631
sudo mv pcmanfm.desktop pcmanfm.disabled
(like above) will get rid of it. – guntbert Jul 15 '13 at 11:22