argos icon indicating copy to clipboard operation
argos copied to clipboard

remove redeclaration of _onDestroy()

Open Valent-in opened this issue 4 years ago • 0 comments

_onDestroy() is already present in panelMenu.Button.

https://github.com/GNOME/gnome-shell/blob/e6089c83e2993098814b7056e1c7f54e5dc06820/js/ui/panelMenu.js#L187

So this function is called twice. Put log("### something") into it to check. And proper Button._onDestroy() is not called at all. This leads to shell crash on screen lock (issue #79).

removed this.menu.removeAll() - fix errors in journal because menu is already destroyed.

Valent-in avatar May 23 '21 14:05 Valent-in