From 50b31abba9a4e64c646293650afef1515b0912fd Mon Sep 17 00:00:00 2001 From: RedBearAK <64876997+RedBearAK@users.noreply.github.com> Date: Thu, 2 Dec 2021 20:40:09 -0900 Subject: [PATCH] Add WM_CLASS for Spicy to remotes list Playing with QuickEMU. It uses QEMU but the main window has a WM_CLASS of "Spicy" so isn't caught by the "qemu" entry. Adding it to the list of VM-type software. --- linux/kinto.py | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/kinto.py b/linux/kinto.py index b16001d..4c1d086 100755 --- a/linux/kinto.py +++ b/linux/kinto.py @@ -46,6 +46,7 @@ remotes = [ "org.remmina.Remmina", "remmina", "qemu-system-.*", + "Spicy", "Virt-manager", "VirtualBox", "VirtualBox Machine",