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
{{ message }}
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Object .Gjs_ui_slider_Slider (0x55ebefb9ad80), has been already disposed — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs. ../glib/gobject/gsignal.c:2654: instance '0x55ebefb9ad80' has no handler with id '17472'
To reproduce:
Open a terminal window running journalctl -f to monitor errors.
Open any app and preferably play a long video or audio (just to keep the same PulseAudio sink active while reproducing this, otherwise you can't trigger it).
I noticed this behavior after a session unlock, because GNOME disables all extensions when you lock the session and re-enables them when you unlock it. So, that's why in the reproduction steps you have to disable it temporarily.
And because I have a persistent audio sink (Music Player Daemon), every time I'd move the volume slider, I'd notice a bunch of errors in the journal.
... in specific scenarios. The error:
Object .Gjs_ui_slider_Slider (0x55ebefb9ad80), has been already disposed — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
../glib/gobject/gsignal.c:2654: instance '0x55ebefb9ad80' has no handler with id '17472'
To reproduce:
journalctl -f
to monitor errors.gnome-extensions disable [email protected]
gnome-extensions enable [email protected]
Now go back to the terminal window of step 1 and notice the following errors:
The text was updated successfully, but these errors were encountered: