4

I can't put icons on my GNOME-panel (I mean the right click on the panel doesn't works, and I can drag&drop icons from my Desktop to my gnome-panel):

$ dpkg -l | grep -i gnome-panel
ii  gnome-panel     1:3.2.0-0ubuntu1    launcher and docking facility for GNOME
ii  gnome-panel-data    1:3.2.0-0ubuntu1    common files for the GNOME Panel 

Why? What can disable it?? How can I enable this standard feature? I'm using Ubuntu 11.10

3 Answers3

2

Ubuntu uses the Unity interface on top of Gnome 3 by default.

Whether you are using Unity or you have switched to gnome-shell, the launcher icons on your old gnome-panel have now been replaced by icons on a panel along the left hand side, known as the "launcher".

You can drag application icons onto there from within the dock (ie, searching for an application, then dragging the found icon onto the left panel). In addition, launchers you had on your panel back in Gnome 2 should have been migrated to Unity's new launcher if you had set them up manually.

Unfortunately, it is not possible to add application launcher icons to the top panel, nor is it possible to change the position or appearance of the launcher panel that appears on the left (or, at least, not much).

If you don't like the Unity interface, there are others. I would encourage you to get used to it, because it should be well-supported by Ubuntu people. However, 11.10 allows you to install the gnome-session-fallback package, which gives you an alternative login option that allows you to have the old gnome-panel back.

These similar solutions may help

thomasrutter
  • 36,774
2

You need to hold ALT and then right click to add applets to the panel. This became the default for gnome-panel as of gnome 3.

Mark Paskal
  • 2,900
2

For me it's Super + Alt + right-click... (Sony Vaio VPCCB laptop)

Eliah Kagan
  • 117,780
Tinellus
  • 533