pulb / mailnag

An extensible mail notification daemon
GNU General Public License v2.0
254 stars 32 forks source link

Shell 3.34 logs lots of `Usage of object.actor is deprecated for MailnagIndicator` errors #193

Closed ronjouch closed 5 years ago

ronjouch commented 5 years ago

For example,

gnome-shell[2030]: Usage of object.actor is deprecated for MailnagIndicator
                   get@resource:///org/gnome/shell/ui/environment.js:242:29
                   vfunc_allocate@/usr/share/gnome-shell/extensions/mailnag@pulb.github.com/indicator.js:204:7
                   vfunc_allocate@resource:///org/gnome/shell/ui/panel.js:894:9

The culprit line is let direction = this.actor.get_text_direction();

ronjouch commented 5 years ago

Whoopsie, wrong repo. Re-opened as https://github.com/pulb/mailnag-gnome-shell/issues/61