Nautilus is really slow

7,990

Solution 1

You may try to launch nautilus from terminal, and if you would see the fallowing samba error: "net usershare info" but it failed: 'net usershare' returned error 255: net usershare: cannot open usershare directory /var/lib/samba/usershares. Error No such file or directory Please ask your system administrator to enable user sharing." Then you could just remove the ../usershare and nautilus should speed up.

Solution 2

I think you sould might install PCManFM (File Manager like Nautilus), it's the default file manager on Lubuntu, it's is "lightning fast" and it's interface looks like Nautilus.

You can install it from the Terminal with:

$ sudo apt-get install pcmanfm

Solution 3

I had this problem too. For me I solved it by removing a symbolic link on the root directory which pointed to a network mount (smbfs) that wasn't reachable at the time. It also caused other gnome applications like gedit (gnome-text-editor) to become very slow.

I guess you would have the same problem if you have an unreachable network mount directly below the root. You should see the same lag if you simply do a 'ls /' in a terminal window. Apparently some apps That triggered me to find the solution.

Removing the symbolic link solved it for me.

Share:
7,990
david
Author by

david

Updated on September 18, 2022

Comments

  • david
    david over 1 year

    Nautilus used to be lightning fast.Now it's dead slow.

    I have tried upgrading the video card but that does not seem to be the problem.

    Also I found that there was a problem with the Dropbox uninstall, finally I replace it with pcmanfm which appears to be much faster but the down side is that I no longer have the gwibber social client and a lot of stuff don't work like they use to.

    Also I completely removed nautilus and couldn't even login to ubuntu to install again nautilus.How can I remove or repair nautilus, and use pcmanfm instead?

    I have a dell inspiron 1440 3gb ram / disk 300gb /

    Additionally, why does nautilus run fast when I run it as root? There are no USB devices attached to my computer.

    Thanks in advance

    • Admin
      Admin almost 12 years
      If you remove Nautilus you're taking much of the Gnome Desktop with it, just leave it there, and keep PcmanFM and replace it as the default file manager.
    • Admin
      Admin almost 12 years
      if i run nautilus a root runs lightning fast/ why is that?
    • Admin
      Admin almost 12 years
      what do you recommend? replace config files erase them and i will auto create them? not sure about this!
    • Admin
      Admin about 11 years
      Close-voter(s): This has two helpful answers (that will likely help others with this problem even if they did not solve it for the OP here). And this doesn't even appear in the list of unanswered questions. This should not be considered "unanswered and abandoned."
  • Johan Larsson
    Johan Larsson over 11 years
    How do you find out whether you have such a symbolic link which one should remove?
  • Eliah Kagan
    Eliah Kagan about 11 years
    What do you mean when you say to "remove the ../usershare"?
  • Reza Saidafkan
    Reza Saidafkan about 11 years
    /var/lib/samba/usershares
  • Yousuf Memon
    Yousuf Memon over 10 years
    pcmanfm is awesome
  • Kaos
    Kaos over 10 years
    It working like a black jaguar which running on the plain.
  • Kaos
    Kaos over 10 years
    No, the nautilus is really slow, it has more problems.
  • Jonathan Hartley
    Jonathan Hartley over 7 years
    I do get exactly the message quoted above, about /var/lib/samba/usershares. But I don't have a /var/lib/samba/usershares directory. Only a /var/lib/samba/private.
  • João Pimentel Ferreira
    João Pimentel Ferreira about 5 years
    @Rasmus, you should do sudo ls -la / | grep "\->". But this is not the issue!