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

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

Closed
binarykitchen opened this issue Jun 28, 2024 · 3 comments · Fixed by #541
Closed

Comments

@binarykitchen
Copy link

Just spotted this error in the journalctl logs

Jun 28 17:49:20 M1 gnome-shell[2316]: 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/michael-heuberger/.local/share/gnome-shell/extensions/[email protected]/dbusProxy.js:89:33
                                        refreshProperty@file:///home/michael-heuberger/.local/share/gnome-shell/extensions/[email protected]/appIndicator.js:306:48
                                        _refreshOwnProperties/<@file:///home/michael-heuberger/.local/share/gnome-shell/extensions/[email protected]/appIndicator.js:192:32
                                        _refreshOwnProperties@file:///home/michael-heuberger/.local/share/gnome-shell/extensions/[email protected]/appIndicator.js:190:51
                                        _onSignalAsync/refreshPropertiesPromises<@file:///home/michael-heuberger/.local/share/gnome-shell/extensions/[email protected]/appIndicator.js:246:26
                                        _onSignalAsync@file:///home/michael-heuberger/.local/share/gnome-shell/extensions/[email protected]/appIndicator.js:245:50
                                        async*_onSignal@file:///home/michael-heuberger/.local/share/gnome-shell/extensions/[email protected]/appIndicator.js:204:14
                                        _init/<@file:///home/michael-heuberger/.local/share/gnome-shell/extensions/[email protected]/dbusProxy.js:40:43
                                        @resource:///org/gnome/shell/ui/init.js:21:20

I am not sure how to reproduce it. Just reporting for now. Hope it will help somehow.

@lyp1noff
Copy link

lyp1noff commented Jul 1, 2024

Same here

Arch + Gnome, Appindicator from extensions.gnome.org

@binarykitchen
Copy link
Author

Right. Happens again and again. Happy to help.

For a starter, I'm on Arch Linux, using Gnome and this repository is under Ubuntu. Shouldn't it be under Gnome?

aleasto added a commit to aleasto/gnome-shell-extension-appindicator that referenced this issue Aug 6, 2024
Chromium and Electron apps do not implement the IconAccessibleDesc
and reply to the Get() method with a generic
  org.freedesktop.DBus.Error.Failed

Rather than adding the generic error to the list of allowed errors,
remove the filtering on the error type altogether.

Fixes: ubuntu#534
LP: #2064698
aleasto added a commit to aleasto/gnome-shell-extension-appindicator that referenced this issue Aug 6, 2024
Chromium and Electron apps do not implement the IconAccessibleDesc
property and reply to the Get() method with a generic
  org.freedesktop.DBus.Error.Failed

Rather than adding the generic error to the list of allowed errors,
remove the filtering on the error type altogether.

Fixes: ubuntu#534
LP: #2064698
aleasto added a commit to aleasto/gnome-shell-extension-appindicator that referenced this issue Aug 7, 2024
Chromium and Electron apps do not implement the IconAccessibleDesc
property and reply to the Get() method with a generic
  org.freedesktop.DBus.Error.Failed

Ignore all DBus errors for optional properties.

Fixes: ubuntu#534
LP: #2064698
3v1n0 pushed a commit that referenced this issue Aug 13, 2024
Chromium and Electron apps do not implement the IconAccessibleDesc
property and reply to the Get() method with a generic
  org.freedesktop.DBus.Error.Failed

Ignore all DBus errors for optional properties.

Fixes: #534
LP: #2064698
@Cabus1982
Copy link

Same here 🖐️

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

Successfully merging a pull request may close this issue.

3 participants