From 92349a46683f2bce65d528d5fef6de087ff1ce52 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Thu, 23 Aug 2018 00:33:34 +0200 Subject: [PATCH] wayland: Complete the startup sequence as given from gtk-shell --- src/wayland/meta-wayland-gtk-shell.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wayland/meta-wayland-gtk-shell.c b/src/wayland/meta-wayland-gtk-shell.c index 772198a7b..e050b89f9 100644 --- a/src/wayland/meta-wayland-gtk-shell.c +++ b/src/wayland/meta-wayland-gtk-shell.c @@ -320,6 +320,7 @@ gtk_shell_set_startup_id (struct wl_client *client, startup_id); if (sequence) { + meta_startup_sequence_complete (sequence); meta_startup_notification_remove_sequence (display->startup_notification, sequence); }