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

JS ERROR: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Remote peer disconnected

Open stuarthayhurst opened this issue 2 years ago • 0 comments

Extension version 57, Debian Sid / Experimental

If I have the indicator's menu open when it closes, I get the error below in the logs. The easiest way to reproduce this was with Steam, as there's a delay between closing the program completely, and the background process ending, allowing time to open the menu.

Oct 21 19:53:22 snakeroot gnome-shell[2430]: JS ERROR: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Remote peer disconnected
                                             _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: ###
                                             sendAboutToShow@file:///home/ratus5/.local/share/gnome-shell/extensions/[email protected]/dbusMenu.js:501:48
                                             sendAboutToShow@file:///home/ratus5/.local/share/gnome-shell/extensions/[email protected]/dbusMenu.js:198:22
                                             _onMenuOpened@file:///home/ratus5/.local/share/gnome-shell/extensions/[email protected]/dbusMenu.js:932:28
                                             _callHandlers@resource:///org/gnome/gjs/modules/core/_signals.js:130:42
                                             _emit@resource:///org/gnome/gjs/modules/core/_signals.js:119:10
                                             open@resource:///org/gnome/shell/ui/popupMenu.js:937:14
                                             toggle@resource:///org/gnome/shell/ui/popupMenu.js:810:18
                                             _waitForDoubleClick@file:///home/ratus5/.local/share/gnome-shell/extensions/[email protected]/indicatorStatusIcon.js:377:23
                                             async*vfunc_button_press_event@file:///home/ratus5/.local/share/gnome-shell/extensions/[email protected]/indicatorStatusIcon.js:415:22
                                             @resource:///org/gnome/shell/ui/init.js:21:20
Oct 21 19:53:22 snakeroot gnome-shell[2430]: JS ERROR: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Remote peer disconnected
                                             asyncCallback@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:114:23
                                             @resource:///org/gnome/shell/ui/init.js:21:20
Oct 21 19:53:22 snakeroot gnome-shell[2430]: JS ERROR: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Remote peer disconnected
                                             asyncCallback@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:114:23

stuarthayhurst avatar Oct 21 '23 18:10 stuarthayhurst