The command quickly add indicator creates a fle indicator.py where the
indicator is created.
self.indicator = AppIndicator3.Indicator('projectname', '',
AppIndicator3.IndicatorCategory.APPLICATION_STATUS)
change this line to:
self.indicator = AppIndicator3.Indicator.new('projectname', '',
AppIndicator3.IndicatorCategory.APPLICATION_STATUS)
and it will work
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/956382
Title:
quickly add-indicator does not create good code
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/quickly/+bug/956382/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs