GNOME Bugzilla – Bug 774130
App menu reset on hide()/show() on main window
Last modified: 2018-03-04 11:12:34 UTC
Created attachment 339364 [details] Bug in a python example Downstream bug report: https://github.com/gnumdk/lollypop/issues/805 Lollypop uses hide_on_delete() to hide main window and continue playback. When main window is shown again, appmenu has gone. Does not happen on Xorg. Example as attachment (python): |_ Click on about in appmenu (from gnome shell) |_ Main window hidden |_ Wait 5 seconds |_ Main window shown |_ Appmenu has gone
Looks fixed.