From cf72e880d5e242ae4e5d7be5a77e17d55dad0f01 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Sat, 10 Apr 2021 02:13:23 -0500 Subject: [PATCH] Added Virtualbox host exception for Linux --- linux/kinto.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux/kinto.py b/linux/kinto.py index c838a0b..1091854 100755 --- a/linux/kinto.py +++ b/linux/kinto.py @@ -40,6 +40,8 @@ codeStr = "|".join(str(x) for x in mscodes) remotes = [ "org.remmina.Remmina", "xfreerdp", + "VirtualBox Machine", + "VirtualBox" ] remotes = [client.casefold() for client in remotes]