10

In Ubuntu 12.10 (Gnome3) they've removed the "go to parent directory" using Backspace. I was very used to it...

I've seen in source code comments that they've removed this support and there are at least 3 other ways of achieving the same. I wonder - what are other ways besides the Alt + up?

Basically, I'd like to find out how to enable the Backspace key to go to the parent directory or at least know the shortcut for doing it with one hand (Alt + up is useless).

1 Answers1

2

From this answer : Nautilus stopped working after update to 3.6.1

Both Ubuntu versions 12.04 and 12.10 use the nautilus 3.4.2. Therefore this (nautilus 3.6.1) can be considered as an "unsupported" version.

Some PPAs updates-upgrades essential system packages and this can result in a very frustrating experience.

To solve your problem open a terminal and remove the ppa with bellow commands

sudo apt-get install ppa-purge
sudo ppa-purge ppa:gnome3-team/gnome3
sudo apt-get update
sudo apt-get dist-upgrade
NickTux
  • 17,539