vagrant icon indicating copy to clipboard operation
vagrant copied to clipboard

Enhancement Request: Add extra_args to rdp config options

Open dcode opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. I'm always frustrated when I forget to add -- /cert-ignore when I run vagrant rdp and xfreerdp silently quits.

Describe the solution you'd like I understand there's different arguments for different RDP clients, but it would save me a whole lot of frustration if I could add to my local Vagrantfile something like config.rdp.extra_args = ["/cert-ignore", "/dynamic-resolution"], to allow RDP to connect and later to resize as my window resizes.

Describe alternatives you've considered I've considered making a bash function like vagrant-rdp, which is totally doable, but I'd rather just use 1st class vagrant commands.

Additional context Add any other context or screenshots about the feature request here.

dcode avatar Apr 07 '23 21:04 dcode

I agree, this would be pretty helpful. Doesn't seem to complicated to add. I might submit a PR soon when I find the time

3ximus avatar Mar 18 '24 17:03 3ximus