[virt-tools-list] [PATCH virt-viewer v2 0/2] Add file transfer dialog to virt-viewer

Jonathon Jongsma jjongsma at redhat.com
Mon Apr 11 20:45:40 UTC 2016


On Fri, 2016-04-08 at 10:26 -0500, Jonathon Jongsma wrote:
> Updated since v1:
>  - removed spice-gtk version checks
>  - remove conditional gtk2 code
>  - use g_clear_pointer to free the hash table in dispose
>  - changed copyright date to 2016
> 
> Jonathon Jongsma (2):
>   Add file transfer dialog
>   Add some timeouts to file transfer dialog
> 
>  src/Makefile.am                        |   2 +
>  src/virt-viewer-file-transfer-dialog.c | 280
> +++++++++++++++++++++++++++++++++
>  src/virt-viewer-file-transfer-dialog.h |  61 +++++++
>  src/virt-viewer-session-spice.c        |  23 ++-
>  4 files changed, 365 insertions(+), 1 deletion(-)
>  create mode 100644 src/virt-viewer-file-transfer-dialog.c
>  create mode 100644 src/virt-viewer-file-transfer-dialog.h
> 


Hmm, I was doing a little more testing after I sent this out, and I noticed a
possible bug that I'm having a hard time reproducing. I started transferring 3
files, and cancelled all of them. Then I started another transfer, but the
dialog didn't show up. It didn't show up on any future transfer attempts until I
restarted virt-viewer. I haven't been able to reproduce this since then. If
anybody else runs into this, please let me know.




More information about the virt-tools-list mailing list