After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 723639 - GtkApplication: add a way to disable automatic startup notification
GtkApplication: add a way to disable automatic startup notification
Status: RESOLVED DUPLICATE of bug 690791
Product: gtk+
Classification: Platform
Component: Class: GtkApplication
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2014-02-04 23:32 UTC by Giovanni Campagna
Modified: 2014-02-05 00:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GtkApplication: add a way to disable automatic startup notification (3.03 KB, patch)
2014-02-04 23:32 UTC, Giovanni Campagna
none Details | Review

Description Giovanni Campagna 2014-02-04 23:32:17 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.
Comment 1 Giovanni Campagna 2014-02-04 23:32:21 UTC
Created attachment 268114 [details] [review]
GtkApplication: add a way to disable automatic startup notification
Comment 2 Allison Karlitskaya (desrt) 2014-02-05 00:58:04 UTC
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 ***