0

Possible Duplicate:
How to access “Applications” menu in Ubuntu Unity Desktop (Ubuntu 11.10)

How can I have menus as it was before unity?

enter image description here

Probably not on the desktop as was before but can I have those menus under dash? a lense maybe?

sterz
  • 556

2 Answers2

0

The feature not available with unity launcher.

Update: You can have this feature almost same with unity desktop but not exact. It will look like below

appmenu

To do so: run following commands,

sudo apt-add-repository ppa:diesch/testing
sudo apt-get update
sudo apt-get install classicmenu-indicator

Alternatives:

  1. Install cairo-dock Install cairo-dock and use it. Optionally hide the unity launcher.

    cairodock

  2. Install gnome-shell Install gnome-shell and choose gnome classic at login screen. But you will loose unity

    enter image description here

Web-E
  • 21,418
  • gnome-shell is the most popular interface for Gnome 3, cairo-dock is just a dock, this has nothing to do with this topic. – user827992 Jul 15 '12 at 10:30
  • 1
    is it so? you should look once more in the screen shot. using cairo-dock you got the grouping and the unity too.(The most relevant solution as per topic ) gnome-shell also include gnome2 classic. – Web-E Jul 15 '12 at 10:35
  • yes, but not "as it was pre-11.04" – user827992 Jul 15 '12 at 10:36
  • I said alternative/ most relevant not exact :) – Web-E Jul 15 '12 at 10:38
0

It's available and can be installed with the command

sudo apt-get install gnome-panel

remember to choose your desktop environment at the login prompt.

user827992
  • 2,851