From 5cbe611f19c2d7dbea3351bfd0e51f959ed8f9d7 Mon Sep 17 00:00:00 2001 From: Artem Anufrij Date: Tue, 17 Nov 2020 14:54:53 +0100 Subject: [PATCH] use .set_wmclass again --- src/Windows/WebApp.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Windows/WebApp.vala b/src/Windows/WebApp.vala index af978d7..1b8a3d5 100644 --- a/src/Windows/WebApp.vala +++ b/src/Windows/WebApp.vala @@ -40,7 +40,7 @@ namespace Webpin.Windows { public WebApp (DesktopFile desktop_file) { this.desktop_file = desktop_file; - this.set_role (desktop_file.url); + this.set_wmclass (desktop_file.url, desktop_file.url); this.events |= Gdk.EventMask.STRUCTURE_MASK; var color = desktop_file.color;