I have a xfreerdp connection file like:
xfreerdp /v:10.1.60.151 -sec-nla /cert-ignore
The file name is test.rdp and I can run it with bash in a terminal with the command bash test.rdp
But I need to run this file from GUI with double click.
I'm tryng to set bash as default to open *.rdp files but I couldn't figure out I can do that.
I don't mind changing the filename extension
I also want to know if I can run this file directly when I download with Chrome.