Comment 21 for bug 619897

Revision history for this message
Nikke (nmellegard) wrote :

Hi all

I've fixed the issue with the menu popping up at the mouse pointer (attaching the patch).

@Dennis
About your app-indicator patch, the setting of the icon needs to be:

       ind = appindicator.Indicator ("disper",
              self.__PATH_TO_ICON,
              appindicator.CATEGORY_HARDWARE)

Second parameter need to be set to the path to the icon (just stating "disper" would refer to a stock icon, which doesn't exist). And also, you had chosen CATEGORY_APPLICATION_STATUS, but I was wondering if CATEGORY_HARDWARE wouldn't make more sense?