Skip to content

Commit

Permalink
- Added xfreerdp to Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
rbreaves committed Mar 11, 2021
1 parent 482de09 commit a34acfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/kinto.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# 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
Expand Down

0 comments on commit a34acfb

Please sign in to comment.