Reopen window throws Gtk-CRITICAL **: gtk_widget_get_window: assertion 'GTK_IS_WIDGET (widget)' failed
问题 I have simple python3 + gtk3 code, which connects to dbus and listen for all events. When user click on icon in tray, he must see window with all showed earlier events. Code(I don't know where is problem and code size > 100 lines): https://github.com/rakshazi/notify-feed/blob/master/main.py How to reproduce: Run python main.py L117 Click on app icon in tray - will be opened window, it can be empty or with some items if any notifications was shown after run. L83 Close window. L93 Retry step #2