You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not the most familiar with GJS, but how are we supposed to track down the source file for which an error originates assuming it started after modifying one of my own custom widgets? I don't recall which file it was and now have no idea where to go to resolve whatever is triggering the following...
(com.github.Aylur.ags:140015): Gjs-Console-WARNING **: 13:09:30.535: Error: expected Pixbuf or string for icon, but got boolean set icon@resource:///com/github/Aylur/ags/widgets/icon.js:53:26 bind/callback<@resource:///com/github/Aylur/ags/widgets/widget.js:53:30 hook/<@resource:///com/github/Aylur/ags/widgets/widget.js:43:25 _init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:266:34
(com.github.Aylur.ags:141835): Gjs-CRITICAL **: 13:14:17.879: Attempting to call back into JSAPI during the sweeping phase of GC. This is most likely caused by not destroying a Clutter actor or Gtk+ widget with ::destroy signals connected, but can also be caused by using the destroy(), dispose(), or remove() vfuncs. Because it would crash the application, it has been blocked and the JS callback not invoked. The offending signal was destroy on Ags_Label 0x55e9c0224050. == Stack trace for context 0x55e9bfafd210 == #0 55e9bfbc9058 i resource:///org/gnome/gjs/modules/core/overrides/GLib.js:266 (28f2f1f7d560 @ 139)
The text was updated successfully, but these errors were encountered:
Hello All.
I'm not the most familiar with GJS, but how are we supposed to track down the source file for which an error originates assuming it started after modifying one of my own custom widgets? I don't recall which file it was and now have no idea where to go to resolve whatever is triggering the following...
(com.github.Aylur.ags:140015): Gjs-Console-WARNING **: 13:09:30.535: Error: expected Pixbuf or string for icon, but got boolean set icon@resource:///com/github/Aylur/ags/widgets/icon.js:53:26 bind/callback<@resource:///com/github/Aylur/ags/widgets/widget.js:53:30 hook/<@resource:///com/github/Aylur/ags/widgets/widget.js:43:25 _init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:266:34
(com.github.Aylur.ags:141835): Gjs-CRITICAL **: 13:14:17.879: Attempting to call back into JSAPI during the sweeping phase of GC. This is most likely caused by not destroying a Clutter actor or Gtk+ widget with ::destroy signals connected, but can also be caused by using the destroy(), dispose(), or remove() vfuncs. Because it would crash the application, it has been blocked and the JS callback not invoked. The offending signal was destroy on Ags_Label 0x55e9c0224050. == Stack trace for context 0x55e9bfafd210 == #0 55e9bfbc9058 i resource:///org/gnome/gjs/modules/core/overrides/GLib.js:266 (28f2f1f7d560 @ 139)
The text was updated successfully, but these errors were encountered: