0

Possible Duplicate:
How to revert to GNOME Classic?

I'm not sure what this new desktop is called. But things I dislike:

  1. When I hover my mouse on the top of the screen, a menu shows. In the past, the menu is always there.
  2. The new panel on the left. I dislike such style...
  3. Where's the bar at the bottom? The one that shows the windows currently opened, etc.

I did some google work and found this. But the command sudo apt-get install gnome-panel only gives the error: E: Package 'gnome-panel' has no installation candidate.

Please help. Thanks!

Covi
  • 171
  • 1
  • 2
  • 2

4 Answers4

1

It is almost impossible to add the 'old' desktop, but you do have quite a few options.

  1. Install Xubuntu or Lubuntu to get that old desktop feel again. Not exactly the same but darn close.

  2. Install LXDE, or XFCE, which will allow you to select those DE's at login to have that old style desktop.

  3. Install a distro that still uses Gnome 2.x << Not many left that do.

  4. Look in to cinnamon, which is a gnome shell that is being written by the LinuxMint team. It is supposed to have that same old style feel with some new and enhanced tweaks.

Good luck and let us know how it goes.

dtigue
  • 89
0

gnome-panel was a part of Gnome 2, and since Ubuntu no packs Gnome 3 it's no longer available. Have a look at cinnamon which is a fork of gnome-shell with a more classic look and feel and see what you think.

Zoke
  • 9,836
0

you may wish to try sudo apt-get install gnome-shell as i believe it is asking you to use its fallback mode labelled gnome classic

although if you're going for the classic feel i recommend cinnamon linked above in another answer although this has issues unless you are using the open source ATI driver

0

You may use cinnamon or:

Install Gnome 3: sudo apt-get install gnome-shell

And then use it as Gnome Classic. It's the most "close" you can get.

Nick Oh
  • 515
  • 1
  • 5
  • 7