Open ptomato opened 6 years ago
I have logs like
1月 05 09:53:18 hy-sgao gnome-shell[2710]: JS ERROR: GLib.MarkupError: 1:424: Only direction 'out' is allowed for <arg> elements embedded in <signal>
_newNodeInfo@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:276:16
_wrapFunction/klass[method]@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:309:25
introspectBusObject/<@/usr/share/gnome-shell/extensions/ubuntu-appindicators@ubuntu.com/util.js:180:50
1月 05 09:53:19 hy-sgao gnome-shell[2710]: Window manager warning: last_focus_time (60132054) is greater than comparison timestamp (60124432). This most likely represents a buggy client sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW. Trying to work around...
1月 05 09:53:19 hy-sgao gnome-shell[2710]: pushModal: invocation of begin_modal failed
Could it be the reason It is very slow to unlock after resume from suspend?
As reported on https://gitlab.gnome.org/GNOME/gjs/issues/40, there seems to be DBus Introspection XML that doesn't fit the required schema:
Exception is thrown at this line: https://github.com/Ubuntu/gnome-shell-extension-appindicator/blob/master/util.js#L106
This may be crashing the original poster's gnome-shell, although it's hard to tell because there's another error in their log from a different extension that also may be the problem.