p-e-w / argos

Create GNOME Shell extensions in seconds

Home Page:https://extensions.gnome.org/extension/1176/argos/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

object.actor is depreacted

devel0 opened this issue · comments

with ubuntu 20.04 I receive follow from log each 1 sec because I refresh my argos widgets with that interval:

May 17 14:52:23 tuf gnome-shell[134761]: Usage of object.actor is deprecated for ArgosButton#012get@resource:///org/gnome/shell/ui/environment.js:287:29#012_processOutput@/home/devel0/.local/share/gnome-shell/extensions/argos@pew.worldwidemann.com/button.js:141:9#012wrapper@resource:///org/gnome/gjs/modules/script/_legacy.js:82:27#012_update/<@/home/devel0/.local/share/gnome-shell/extensions/argos@pew.worldwidemann.com/button.js:95:16#012spawnWithCallback/<@/home/devel0/.local/share/gnome-shell/extensions/argos@pew.worldwidemann.com/utilities.js:268:7#012readStream/<@/home/devel0/.local/share/gnome-shell/extensions/argos@pew.worldwidemann.com/utilities.js:280:7

workaround

nano /etc/rsyslog.d/50-default.conf

and put in the top of the file:

:msg, contains, "Usage of object.actor is deprecated for ArgosButton" ~

then reload rsyslog sevice

service rsyslog restart