gtk-shell: Work around non-working startup notifications
authorFlorian Müllner <fmuellner@gnome.org>
Thu, 20 Oct 2016 16:00:04 +0000 (18:00 +0200)
committerAndreas Henriksson <andreas@fatal.se>
Sun, 8 Jan 2017 02:12:13 +0000 (02:12 +0000)
commitfdd3f1a2555b9eab94c9719f1583c11e48146555
treeb3e4e54dd389511a72f5776b90e56bb5c87b2644
parent11e1cc7c605bb977a6446c0ead51a7015afbd71f
gtk-shell: Work around non-working startup notifications

GNOME Shell relies on the MetaScreen::startup-sequence-changed signal,
which is tied to (lib)startup-notification and therefore X11. As a result,
when we remove the startup sequence of a wayland client, GNOME Shell will
not be notified about this until startup-notification's timeout is hit.
As a temporary stop-gap, go through XWayland even for wayland clients,
so that the signal is emitted when expected.

https://bugzilla.gnome.org/show_bug.cgi?id=768531

Gbp-Pq: Name bgo768531_workaround-startup-notifications.patch
src/wayland/meta-wayland-gtk-shell.c