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

SPICE plugin: USB redirection support + minor fixes #881

Merged
merged 4 commits into from
May 27, 2016
Merged

SPICE plugin: USB redirection support + minor fixes #881

merged 4 commits into from
May 27, 2016

Conversation

larchunix
Copy link
Contributor

The implementation has been taken from spicy.

Testing it on ArchLinux requires this workaround due to a bug in the latest version of the package spice-gtk3.

Could you test it on other distributions ?

larchunix added 4 commits May 27, 2016 16:49
`sftp_client_confirm_resume` structure declaration is surrounded by
`#if defined (HAVE_LIBSSH) && defined (HAVE_LIBVTE)` in the file
`remmina_masterthread_exec.h`. However, its usage in the function
`remmina_masterthread_exec_callback()` is only surrounded by
`#ifdef HAVE_LIBSSH` in the file remmina_masterthread_exec.c.

As the `remmina_sftp_client_confirm_resume()` function does not
requires VTE, the test on `HAVE_LIBVTE` can be removed.

Bug introduced in f765bbf.
Viewing this commit with --ignore-space-change helps a lot.
Taken from spicy's implementation.
@antenore antenore merged commit 506c323 into FreeRDP:next May 27, 2016
@antenore
Copy link
Member

Tested on Ubuntu 16.04, Fedora 23, AntergOS (arch linux), FreeBSD 10.3.

Good job, thanks

@larchunix larchunix deleted the spice-usb branch May 28, 2016 07:07
@antenore antenore added this to the v1.2.1 milestone Aug 25, 2016
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.

2 participants