Ubuntu – How to control the position of an indicator created with appindicator.Indicator

application-developmentayatanadevelopmentindicatorpython

I've created a simple indicator in python using the appindicator module. However, it always shows up to the left of the existing indicators. Is there some way to control what position the indicators appears in?

For example, it currently displays like so…

my indicator, volume indicator, messaging indicator

but I want…

volume indicator, messaging indicator, my indicator

Best Answer

It's the indicator applet's default to group application and system indicators separately, and place application indicators to the left of system indicators, so you'd probably need a modified host applet to do that.

See the specification for further information, and you can also ask for help in #ayatana on Freenode.