6

In GNOME panel we could add a notification indicator by doing "Add to Panel". How to do the same in Unity 2D?

Well what I mean is how to add additional indicators like Weather, RSS... that seems to be missing as I cannot right click on the panl and add one.

Jorge Castro
  • 71,754
Madhava
  • 459
  • Well what I mean is how to add additional indicators like Weather, RSS... that seems to be missing as I cannot right click on the panl and add one. – Madhava Feb 13 '11 at 11:15

2 Answers2

7

A possible alternative I found is to add a gnome panel to unity. You can experiment the solution by open a terminal and type

gnome-panel

I placed one single gnome panel at the bottom of the screen. In that panel you can place whatever you want as usual. It's also good for find resources, open windows and administrative tools (not immediate to find with unity interface).

If you like the solution you can autostart your new panel everytime you log in by adding an entry in: administration->session (or something similar, I haven't English locale set).

I hope this help

2

Neither Unity or Unity 2D will support applets, see here for more information:

Unity Lenses might be an option if you'd like to extend Unity.

Jorge Castro
  • 71,754