Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xfreerdp method: use new command line interface #11

Merged
merged 4 commits into from Jan 17, 2017

Conversation

hador
Copy link
Contributor

@hador hador commented Apr 13, 2016

Use the new command line interface instead of the old, deprecated one for xfreerdp.
For more information refer to FreeRDP#CommandLineInterface.

@bogbert
Copy link

bogbert commented Sep 11, 2016

Hi hador,
your changes contain a small bug regarding the sound option.
The problem is line 257 of lib/method/PACMethod_xfreerdp.pm
It should be:
$txt .= ' **/sound:sys:alsa' if $$hash{redirSound};
instead of
$txt .= '
+**sound:sys:alsa' if $$hash{redirSound};

@hador
Copy link
Contributor Author

hador commented Oct 9, 2016

fixed, thanks!

@figue
Copy link

figue commented Jan 17, 2017

Why this merge isn't done yet? Is there any particular reason to keep using and old version of freerdp?

@perseo22 perseo22 merged commit cf30ab0 into perseo22:master Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants