** Changed in: unity
Status: New => Won't Fix
** Changed in: unity (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/1008431
Title:
Indicator menu items: Messaging and Sound menus
Status in Autopilot:
Fix Released
Status in Unity:
Won't Fix
Status in unity package in Ubuntu:
Invalid
Bug description:
Add support to obtain the items of Indicator menus (especially,
Messaging and Sound menu).
Something similar to this:
indicators = Indicators.get_all_instances()[0]
# Get indicator for Messaging Menu
indicator_messages =
indicators.get_indicator_by_name_hint('indicator-messages')
# Get menu items
menu_items = indicator_messages.get_children_by_type(IndicatorMenuItem)
for item in menu_items:
print item.label, item.counter
To manage notifications about this bug go to:
https://bugs.launchpad.net/autopilot/+bug/1008431/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp