[Spice-devel] Bug in spice-guest-tools-0.74.exe installer

2014-10-09 Thread ToddAndMargo
Dear Spice Developers, I can't figure out where to report this bug on Red Hat's Bugzilla, so if you will forgive me, I will report it here. On Windows XP-Pro SP3, I just upgraded upgraded old: spice-guest-tools-0.52.exe new: spice-guest-tools-0.74.exe And promptly lost my clipboard betw

[Spice-devel] fast typing breaks audio on windows7 guest

2014-10-09 Thread Daniel Sanabria
Hi All, Using remote-viewer to access a windows 7 kvm guest, the audio (i.e. itunes) breaks up when typing at moderate speed. What settings can be tuned to improve on this particular performance issue. Every other action on the guest (i.e. scrolling, mouse movement, video playback) performs pretty

Re: [Spice-devel] [PATCH xf86-qxl] Fix crash when calling CrtcRotate()

2014-10-09 Thread Marc-André Lureau
Hi Rob and Dave, I hope you can shed some light here. On Thu, Sep 18, 2014 at 1:26 PM, Christophe Fergeau wrote: > A bit confused that we try to call something that cannot work in our > code. Can drmmode_set_mode_major report an error rather than attempting > to rotate? > It seems src/qxl_drmm

[Spice-devel] [PATCH spice] server: fix crash when restarting VM with old client

2014-10-09 Thread Marc-André Lureau
The server will reset the vdagent char device when the client does not implement SPICE_MAIN_CAP_AGENT_CONNECTED_TOKENS. This will nullify dev->sin and the following crash will be reached on restart: #0 0x7fb05aa264a1 in spice_char_device_write_to_device (dev=dev@entry=0x7fb066ae5d30) at cha

Re: [Spice-devel] [spice-gtk PATCH v2] Ability to release the cursor with a keyboard shortcut

2014-10-09 Thread Pavel Grunt
Hi, yes, it ungrabs both the keyboard and the pointer. I was inaccurate in the commit log. Pavel - Original Message - > > Hey, > > On Thu, Oct 09, 2014 at 08:52:21AM -0400, Pavel Grunt wrote: > > Hi, > > > > I don't have any issues. I was just thinking that it can be useful > > to >

Re: [Spice-devel] [spice-gtk PATCH v2] Ability to release the cursor with a keyboard shortcut

2014-10-09 Thread Christophe Fergeau
Hey, On Thu, Oct 09, 2014 at 08:52:21AM -0400, Pavel Grunt wrote: > Hi, > > I don't have any issues. I was just thinking that it can be useful to > avoid automatic pointer and keyboard grabbing. > > This patch enables keyboard and pointer ungrabbing in both modes. The commit log only mentions m

Re: [Spice-devel] [spice-gtk PATCH v2] Ability to release the cursor with a keyboard shortcut

2014-10-09 Thread Marc-André Lureau
Hi - Original Message - > Hi, > > I don't have any issues. I was just thinking that it can be useful to avoid > automatic pointer and keyboard grabbing. > I would rather not change the code if it doesn't solve an issue or improve the experience. thanks

Re: [Spice-devel] [spice-gtk PATCH v2] Ability to release the cursor with a keyboard shortcut

2014-10-09 Thread Pavel Grunt
Hi, I don't have any issues. I was just thinking that it can be useful to avoid automatic pointer and keyboard grabbing. This patch enables keyboard and pointer ungrabbing in both modes. Pavel - Original Message - > From: "Marc-André Lureau" > > > > Hi > > > > On Thu, Oct 9, 201

Re: [Spice-devel] [spice-gtk PATCH v2] Ability to release the cursor with a keyboard shortcut

2014-10-09 Thread Marc-André Lureau
Hi On Thu, Oct 9, 2014 at 12:35 PM, Pavel Grunt wrote: > I don't know why it is possible to release the cursor in the server mouse > mode and not in the client mouse mode. > iirc, only the keyboard should be grabbed in client mode. Sorry to ask again, please describe the issue or the use case

Re: [Spice-devel] [spice-gtk PATCH v2] Ability to release the cursor with a keyboard shortcut

2014-10-09 Thread Pavel Grunt
Hi, I don't know why it is possible to release the cursor in the server mouse mode and not in the client mouse mode. Also it can help with issues related to https://bugzilla.redhat.com/show_bug.cgi?id=1121446 - Original Message - > > Hi, > > - Original Message - > > The curso

Re: [Spice-devel] [spice-gtk PATCH v2] Ability to release the cursor with a keyboard shortcut

2014-10-09 Thread Marc-André Lureau
Hi, - Original Message - > The cursor is grabbed/ungrabbed automatically by spice-gtk, > this patch allows releasing the cursor in the client mouse mode > with a keyboard shortcut. Could you describe the issue you have with the current behaviour, or the use case? thanks > --- > v2: >

[Spice-devel] [spice-gtk PATCH v2] Ability to release the cursor with a keyboard shortcut

2014-10-09 Thread Pavel Grunt
The cursor is grabbed/ungrabbed automatically by spice-gtk, this patch allows releasing the cursor in the client mouse mode with a keyboard shortcut. --- v2: - fix crash on vm shutdown gtk/spice-widget-priv.h | 1 + gtk/spice-widget.c | 68 +