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,716
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,901