26

It looks like that nautilus have changed a lot since previous version, I hate the way it is on ubuntu 13.04 (Installed it yesterday)

First of all, a lot of features are gone, next, if I start typing sth, it will search for it which is soooo bad! is there anyway to go back to previous version? (of course I was unable to fine a way.

EDIT: looks like nemo file manager is a fork of nautilus 3.4 by linuxmint dev. they were not satisfied with nautilus 3.6 (like me) I guess that will do it ;)

Mohibeyki
  • 363

3 Answers3

13

Grab Nemo (Linux Mint team forked nautilus 3.4, because they don't like what was changed in 3.6)

sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable 
sudo apt-get update 
sudo apt-get install nemo
wim
  • 13,088
5

On 13.04 you can fairly easily downgrade to a patched version of the older Nautilus 3.4 by adding a PPA managed by the good people at webupd8.org.

Run these commands in a terminal:

sudo add-apt-repository ppa:webupd8team/experiments
sudo apt-get update
sudo apt-get dist-upgrade
killall nautilus

For a full description of the patched version (and how to remove it), see this article: http://www.webupd8.org/2013/04/get-nautilus-34-features-back-in-ubuntu.html

N.B.: If the dist-upgrade command attempts to remove packages, there is a problem and you should not continue. Otherwise things should be fine.

Fern Moss
  • 8,925
4

You can downgrade to the Nautilus version that came with Quantal (12.10).

Here you find the instruction how to do that:

  • In the Dash, type 'Software & Updates'. (Don't type the single quotes.)

  • Start the 'Software & Updates' program.

  • Choose the tab 'Other Software'.

  • Add a new software repository. If you want the Quantal repository, type

    deb http://archive.ubuntu.com/ubuntu quantal main

  • and save.

  • Open Synaptic Package Manager.

    If Synaptic Package Manager is not installed, you should type 'Ubuntu Software Center' in the dash. There you choose to install 'Synaptic Package Manager'.

  • Choose 'Reload' to update the package information.

  • In the Quick search field, type: nautilus, and select nautilus in the list.

  • In the menu choose: Package - Force version.

  • Choose the Quantal version.

  • In the menu choose: Package - Lock Version.

  • Log out, log in.