I think Nautilus is so slow, and I'd like to move to PCmanFM, but didn't find any good tips how to do this in Ubuntu 12.10.
I have PCmanFM installed already, and I even changed:
$ sudo gedit /usr/share/applications/nautilus-folder-handler.desktop
[Desktop Entry]
Name=Files
Comment=Access and organize files
Exec=pcmanfm %U
Icon=system-file-manager
Terminal=false
NoDisplay=true
Type=Application
StartupNotify=true
OnlyShowIn=GNOME;Unity;
Categories=GNOME;GTK;Utility;Core;
MimeType=inode/directory;application/x-gnome-saved-search;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=nautilus
X-GNOME-Bugzilla-Component=general
X-GNOME-Bugzilla-Version=3.2.1
X-Ubuntu-Gettext-Domain=nautilus
Still slow Nautilus is default one.
locate nautilus-autostart.desktop
in the terminal, but it really should be there (at least in 12.04 LTS). – MarkovCh1 Feb 23 '13 at 03:16sudo gedit /etc/xdg/autostart/nautilus-autostart.desktop
. – stragu Feb 23 '13 at 06:48If you only want to fix the current problem of Nautilus jumbling the desktop icons (https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1063487) it's enough to edit the autostart file and change the Exec line to
Exec=pcmanfm --desktop
– Carsten Agger Oct 08 '13 at 11:47