GNOME Bugzilla – Bug 723639
GtkApplication: add a way to disable automatic startup notification
Last modified: 2014-02-05 00:58:04 UTC
Calling gdk_notify_startup_complete() after every action is emission is not desirable, in case the application wants to map a window, but wants to do it at a later time (for example when some background IO finishes), as in that case the WM manager will clear the startup sequence before the window is mapped and ignore the startup attributes such as the workspace.
Created attachment 268114 [details] [review] GtkApplication: add a way to disable automatic startup notification
I totally agree with the premise here but the proposed solution is not good. Bug 690791 discusses the core issue here and the proper way forward. *** This bug has been marked as a duplicate of bug 690791 ***