gnome-shell-extension-appindicator icon indicating copy to clipboard operation
gnome-shell-extension-appindicator copied to clipboard

Gio.DBusError

Open fpauser opened this issue 1 year ago • 4 comments

Have this in my journal (Fedora 40) once a second:

Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.Failed: error occurred in Get

                                               Stack trace:
                                                 _promisify/proto[asyncFunc]/</<@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:453:45
                                                 @resource:///org/gnome/shell/ui/init.js:21:20
                                                 ### Promise created here: ###
                                                 getProperty@file:///home/fpauser/.local/share/gnome-shell/extensions/[email protected]/dbusProxy.js:89:33
                                                 refreshProperty@file:///home/fpauser/.local/share/gnome-shell/extensions/[email protected]/appIndicator.js:306:48
                                                 _refreshOwnProperties/<@file:///home/fpauser/.local/share/gnome-shell/extensions/[email protected]/appIndicator.js:192:32
                                                 _refreshOwnProperties@file:///home/fpauser/.local/share/gnome-shell/extensions/[email protected]/appIndicator.js:190:51
                                                 _onSignalAsync/refreshPropertiesPromises<@file:///home/fpauser/.local/share/gnome-shell/extensions/[email protected]/appIndicator.js:246:26
                                                 _onSignalAsync@file:///home/fpauser/.local/share/gnome-shell/extensions/[email protected]/appIndicator.js:245:50
                                                 async*_onSignal@file:///home/fpauser/.local/share/gnome-shell/extensions/[email protected]/appIndicator.js:204:14
                                                 _init/<@file:///home/fpauser/.local/share/gnome-shell/extensions/[email protected]/dbusProxy.js:40:43
                                                 @resource:///org/gnome/shell/ui/init.js:21:20

fpauser avatar Sep 23 '24 20:09 fpauser

Same issue here ! It fills my log files.

benito103e avatar Oct 08 '24 12:10 benito103e

I see this as well on Fedora 40, but not every second. Usually this stack trace is surrounded with many (tens/hundreds) messages like:

Oct 28 10:35:55 nyx kernel: [drm] scheduler comp_1.0.1 is not ready, skipping
Oct 28 10:35:55 nyx kernel: [drm] scheduler comp_1.0.2 is not ready, skipping
Oct 28 10:35:55 nyx kernel: [drm] scheduler comp_1.0.3 is not ready, skipping
Oct 28 10:35:55 nyx kernel: [drm] scheduler comp_1.0.4 is not ready, skipping

As an example:

Oct 28 10:35:55 nyx kernel: [drm] scheduler comp_1.0.1 is not ready, skipping
Oct 28 10:35:55 nyx kernel: [drm] scheduler comp_1.0.2 is not ready, skipping
Oct 28 10:35:55 nyx kernel: [drm] scheduler comp_1.0.3 is not ready, skipping
Oct 28 10:35:55 nyx kernel: [drm] scheduler comp_1.0.4 is not ready, skipping
Oct 28 10:36:56 nyx gnome-shell[2239037]: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.Failed: error occurred in Get
                                          
                                          Stack trace:
                                            _promisify/proto[asyncFunc]/</<@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:453:45
                                            @resource:///org/gnome/shell/ui/init.js:21:20
                                            ### Promise created here: ###
                                            getProperty@file:///home/jan/.local/share/gnome-shell/extensions/[email protected]/dbusProxy.js:89:33
                                            refreshProperty@file:///home/jan/.local/share/gnome-shell/extensions/[email protected]/appIndicator.js:306:48
                                            _refreshOwnProperties/<@file:///home/jan/.local/share/gnome-shell/extensions/[email protected]/appIndicator.js:192:32
                                            _refreshOwnProperties@file:///home/jan/.local/share/gnome-shell/extensions/[email protected]/appIndicator.js:190:51
                                            _onSignalAsync/refreshPropertiesPromises<@file:///home/jan/.local/share/gnome-shell/extensions/[email protected]/appIndicator.js:246:26
                                            _onSignalAsync@file:///home/jan/.local/share/gnome-shell/extensions/[email protected]/appIndicator.js:245:50
                                            async*_onSignal@file:///home/jan/.local/share/gnome-shell/extensions/[email protected]/appIndicator.js:204:14
                                            _init/<@file:///home/jan/.local/share/gnome-shell/extensions/[email protected]/dbusProxy.js:40:43
                                            @resource:///org/gnome/shell/ui/init.js:21:20

janvlug avatar Oct 28 '24 09:10 janvlug

Is this a duplicate of #534 ?

It would be really handy to have a release with this bug fixed...

amorsen avatar Dec 10 '24 09:12 amorsen

Same issue on Arch Linux GNOME Wayland, it floods the journal with these logs 😭😭😭

mar 10 22:53:22 Arch gnome-shell[1001]: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.Failed: error occurred in Get Stack trace: _promisify/proto[asyncFunc]/</<@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:453:45 @resource:///org/gnome/shell/ui/init.js:21:20 ### Promise created here: ### getProperty@file:///home/cperon/.local/share/gnome-shell/extensions/[email protected]/dbusProxy.js:89:33 refreshProperty@file:///home/cperon/.local/share/gnome-shell/extensions/[email protected]/appIndicator.js:306:48 _refreshOwnProperties/<@file:///home/cperon/.local/share/gnome-shell/extensions/[email protected]/appIndicator.js:192:32 _refreshOwnProperties@file:///home/cperon/.local/share/gnome-shell/extensions/[email protected]/appIndicator.js:190:51 _onSignalAsync/refreshPropertiesPromises<@file:///home/cperon/.local/share/gnome-shell/extensions/[email protected]/appIndicator.js:246:26 _onSignalAsync@file:///home/cperon/.local/share/gnome-shell/extensions/[email protected]/appIndicator.js:245:50 async*_onSignal@file:///home/cperon/.local/share/gnome-shell/extensions/[email protected]/appIndicator.js:204:14 _init/<@file:///home/cperon/.local/share/gnome-shell/extensions/[email protected]/dbusProxy.js:40:43 @resource:///org/gnome/shell/ui/init.js:21:20

Cabus1982 avatar Mar 11 '25 01:03 Cabus1982