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