Ubuntu – the difference between appindicator and AppIndicator3

application-developmentindicatorpython

Ubuntu indicators written in python can be done with two APIs : appindicator and AppIndicator3. What is the difference between them and is there any advantage to using one over the other ?

Best Answer

The differences might seem subtle in actual usage, but:

There may be deeper stuff that you can look into but that should get you pointed in the right direction. Nothing to do with the version of Python. All the heavy lifting is done through GObject introspection.

Oh there does seem to be a difference in the version of libindicator each binds to too.