after upgrading to gnome3 i missed my additional menu with shortcut’s to rdesktop and vnc. then i researched a little bit and found some usefull links, see below.
here you can see my first little menu, i minimized entries so that the code fit to the weblog.
- create an extension with “gnome-shell-extension-tool –create-
extension” - name: menu
- description: my first menu
- uuid: menu@localhost (you can put any name here, but remember
the name) - edit ~/.local/share/gnome-shell/extensions/menu\@localhost
/extension.js - you can find the source below
here you can see how the menu should look:
full source:
useful links:
http://www.fedorawiki.de/index.php?title=Gnome_3_Extensions&
oldid=15089
https://live.gnome.org/GnomeShell/Extensions
http://blog.fpmurphy.com/2011/04/gnome-3-shell-extensions.html
and take a look at: /usr/share/gnome-shell/js/ui