PDA

View Full Version : [ubuntu] [SOLVED] Problem with Nautilus



MojoMax
August 30th, 2008, 02:58 PM
I tried to have Thunar as the default file manager so I put this in the terminal


sudo mv /usr/bin/nautilus /usr/bin/nautilus.real
sudo gedit /usr/bin/nautilus

But now my files won open how do I change this back

thanks :)

suffe
August 30th, 2008, 04:38 PM
I would guess

sudo mv /usr/bin/nautilus.real /usr/bin/nautilus

would do the trick. That is, unless you've done other things too in your attempt at installing Thunar.

gmxgeek
August 30th, 2008, 04:42 PM
I would guess

sudo mv /usr/bin/nautilus.real /usr/bin/nautilus

would do the trick. That is, unless you've done other things too in your attempt at installing Thunar.

That should do the trick

MojoMax
August 30th, 2008, 04:49 PM
I would guess

sudo mv /usr/bin/nautilus.real /usr/bin/nautilus

would do the trick. That is, unless you've done other things too in your attempt at installing Thunar.

Thanks that worked