Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log spam: org.kde.StatusNotifierItem.IconAccessibleDesc missing? #380

Closed
hunger opened this issue Nov 10, 2022 · 6 comments
Closed

Log spam: org.kde.StatusNotifierItem.IconAccessibleDesc missing? #380

hunger opened this issue Nov 10, 2022 · 6 comments

Comments

@hunger
Copy link

hunger commented Nov 10, 2022

I get two or three of these messages in journalctl --user per second while this extension is active:

Nov 10 10:26:05 computer gnome-shell[1809]: JS ERROR: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.InvalidArgs: Property org.kde.StatusNotifierItem.IconAccessibleDesc was not found in object /org/kde/statusnotifieritem/6_promisify/proto[asyncFunc]/</<@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:446:45
    ### Promise created here: ###
    getProxyProperty@/home/user/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/util.js:55:31
    refreshPropertyOnProxy@/home/user/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/util.js:73:39
    _translateNewSignals/<@/home/user/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/appIndicator.js:268:18
    _translateNewSignals@/home/user/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/appIndicator.js:267:50
    _onProxySignal/<@/home/user/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/appIndicator.js:294:56
     _onProxySignal@/home/user/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/appIndicator.js:294:38
     async*AppIndicatorsAppIndicator/<@/home/user/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/appIndicator.js:105:76

This is using version 46 of the extension on gnome 43.

Any idea how I can quieten this down a bit?

@DomiStyle
Copy link

Same issue here on Fedora 37 with Gnome 43 (happened in 42 as well).

The cause of it for me is the Nextcloud Flatpak: https://flathub.org/apps/details/com.nextcloud.desktopclient.nextcloud

JS ERROR: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: Property org.kde.StatusNotifierItem.IconAccessibleDesc was not found in object /StatusNotifierItem
                                           _promisify/proto[asyncFunc]/</<@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:446:45
                                           ### Promise created here: ###
                                           getProxyProperty@/usr/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/util.js:55:31
                                           refreshPropertyOnProxy@/usr/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/util.js:73:39
                                           _translateNewSignals/<@/usr/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/appIndicator.js:265:18
                                           _translateNewSignals@/usr/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/appIndicator.js:264:50
                                           _onProxySignal/<@/usr/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/appIndicator.js:291:56
                                           _onProxySignal@/usr/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/appIndicator.js:291:38
                                           async*AppIndicatorsAppIndicator/<@/usr/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/appIndicator.js:102:76

@ttys3
Copy link

ttys3 commented Nov 21, 2022

I got this too.

 gnome-shell[2271]: JS ERROR: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.UnknownProperty: Unknown interface org.kde.StatusNotifierItem or property IconAccessibleDesc.
                                        _promisify/proto[asyncFunc]/</<@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:446:45
                                        ### Promise created here: ###
                                        getProxyProperty@/home/ttys3/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/util.js:55:31
                                        refreshPropertyOnProxy@/home/ttys3/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/util.js:73:39
                                        _translateNewSignals/<@/home/ttys3/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/appIndicator.js:268:18
                                        _translateNewSignals@/home/ttys3/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/appIndicator.js:267:50
                                        _onProxySignal/<@/home/ttys3/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/appIndicator.js:294:56
                                        _onProxySignal@/home/ttys3/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/appIndicator.js:294:38
                                        async*AppIndicatorsAppIndicator/<@/home/ttys3/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/appIndicator.js:105:76

@rmader
Copy link
Contributor

rmader commented Nov 26, 2022

I see this as well on Fedora 37 with Gnome 43 with the Nextcloud indicator.

@darkblaze69
Copy link

Have this issue with telegram installed.

@darkblaze69
Copy link

Seems duplicate of this issue #370 which is fixed.
Just upgrade to latest master version, and spamming is gone.

@aljazzair
Copy link

aljazzair commented Feb 18, 2023

Here I have the same log spam about StatusNotifierItem.IconAccessibleDesc.

I use qjackctl, this error appears each time qjackctl reports an XRUN - sometimes there can be thousands. I think it may have to do with the icon for this app flashing red when Xruns occur.

@3v1n0 3v1n0 closed this as completed Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants