From a34acfb0b595751d88ca80bf45366bd968a2cc82 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Wed, 10 Mar 2021 23:59:34 -0600 Subject: [PATCH] - Added xfreerdp to Linux --- linux/kinto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/kinto.py b/linux/kinto.py index acf6504..89e87f8 100755 --- a/linux/kinto.py +++ b/linux/kinto.py @@ -17,7 +17,7 @@ codeStr = "|".join(str(x) for x in mscodes) # Add remote desktop clients & VM software here # Ideally we'd only exclude the client window, # but that may not be easily done. -remotes = ["org.remmina.Remmina"] +remotes = ["org.remmina.Remmina","xfreerdp"] remotes = [client.casefold() for client in remotes] # Add remote desktop clients & VMs for no remapping