Closed nekohayo closed 8 months ago
I paste the reason here: https://github.com/fthx/dock-from-dash/issues/56#issuecomment-1138420600
Oh, I thought your extension was meant to catch and hide those errors... Currently it does not happen only "when the extension gets disabled", it happens everytime you launch an app from it, unlike that comment says on the other ticket. That's why I opened a new one.
But if it needs signals work in GNOME Shell to fix it too, the the upstream ticket could benefit from an actionable todo description more precise than "The GS dash's signals need to be cleaned up, as it was not built to be reused elsewhere"... and a patch over there, I guess. Unfortunately I'm not in a position to be able to contribute a patch.
I'll have a deep look about this.
I must confess I do use a modified version of panel-free extension that shows overview hovering the bottom. Simpler, GNOME-styled and efficient.
Wayland session, I do not experience any log message when launching/closing an app.
Ok: I have to disable extension, then reenable it, then this "bug" occurs.
So that's happening when coming back from sleep, eg.
Done: https://github.com/fthx/dock-from-dash/commit/6c907d32f9f518d59f678e9a152a568152beb9e8
Could you test this AND PLEASE test the dock for some time (just a session of 10 minutes of usual use), because there are some other changes I made in Bottom Overview extension (that works well)?
Feeel free to reopen if needed. Thanks!
This breaks the app icons dnd...
Every time the extension is disabled, the _dock._workId is increased by 1. So the recorded previous workId leads to a void data that causes this message: https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/js/ui/main.js#L971
Finally I found a way. https://github.com/fthx/dock-from-dash/commit/8160240a19d771711f8e6d53e60ae65ef4e3e710 Thanks to myself. It was so easy. After – hem – many unsuccessful tries!!
Thank you! Even though I have no clue about the code, I appreciate your attention to quality. Let's hope it solves some heisenbugs :)
I saw issue #56, #71, the attempted mitigation here in commit 6247f9f5f, but to this day, with GNOME Shell 45.1 and the latest stable version of this extension, I still get this while looking at
journalctl -f
, only after having enabled this extension during the current session (a fresh GNOME Shell session without ever enabling the extension does not cause the issue to happen):It's visibly harmless, but filing it here in case someone figures out the cause, and/or if you want to do additional error catching.