GNOME Bugzilla – Bug 666278
custom context menu in the launcher
Last modified: 2012-01-30 14:52:22 UTC
Originally reported at: https://bugs.launchpad.net/bugs/870691 It would be cool if empathy had a custom context menu in the launcher like gwibber does. New pending conversations or the account preferences could be accesses by it. using oneiric. with 3.3.1
So what does Gwibber do? Account settings are accessible via the user menu in GNOME3 and conversations are shown in the notification area.
NEEDINFO as per last comment.
The bug report was related to integration into Unity, I am not sure if it should be filed upstream. Basically, Empathy doens't implent a quicklist, like Gwibber. Gwibber has e.g. the account settings and a refresh function in its quicklist. For empathy I would propose the following items * Change Status (maybe online online<->offline) * Pending conversations/Unread Messages * Account Settings * Quit
What's the API to set such menu?
The API is exposed by libunity. See here (especially UnityLauncherEntry) http://developer.ubuntu.com/api/ubuntu-11.10/c/Unity-4.0.html There are also other stuff you could implent. Like a progress bar for file transfers..
Unity isn't part of GNOME. We'll implement such feature once it's provided by standard library like Gtk+.