Re: [Spice-devel] Native USB redirection does not work - (remote-viewer) did not claim interface 0 before use

2012-12-03 Thread Alon Levy
> On 12/02/2012 11:58 AM, Hans de Goede wrote: > > Hi, > > > > On 11/30/2012 03:40 PM, Sigbjorn Lie wrote: > >> Hi, > >> > >> I have disabled pcscd with chkconfig and rebooted. After the > >> reboot I > >> attempted to connect to the > >> VDI and share my smart card reader again. The same issue occ

Re: [Spice-devel] Native USB redirection does not work - (remote-viewer) did not claim interface 0 before use

2012-12-03 Thread Alon Levy
> On 12/02/2012 11:58 AM, Hans de Goede wrote: > > Hi, > > > > On 11/30/2012 03:40 PM, Sigbjorn Lie wrote: > >> Hi, > >> > >> I have disabled pcscd with chkconfig and rebooted. After the > >> reboot I > >> attempted to connect to the > >> VDI and share my smart card reader again. The same issue occ

Re: [Spice-devel] Windows USB-Redirection support

2012-12-03 Thread mzawdx wang
maybe the usbredir for windows now is only support USB1.1, but not USB 2.0 yet, right ? 2012/11/28 Goktug YILDIRIM > Thanks for the information. > > On Wed, Nov 28, 2012 at 10:44 AM, Uri Lublin wrote: > >> par > > > > ___ > Spice-devel mailing list

Re: [Spice-devel] Native USB redirection does not work - (remote-viewer) did not claim interface 0 before use

2012-12-03 Thread Sigbjorn Lie
On 12/02/2012 11:58 AM, Hans de Goede wrote: Hi, On 11/30/2012 03:40 PM, Sigbjorn Lie wrote: Hi, I have disabled pcscd with chkconfig and rebooted. After the reboot I attempted to connect to the VDI and share my smart card reader again. The same issue occured. ifdhandler is still messing

Re: [Spice-devel] [PATCH spice 2/2] server: add "port" channel support

2012-12-03 Thread Marc-André Lureau
Hi Hans, On Sun, Dec 2, 2012 at 12:26 PM, Hans de Goede wrote: > I think that you also need to change > spicevmc_red_channel_alloc_msg_rcv_buf, > because now it will allocate a spice_char_device_write_buffer to hold the > event message, which seems the wrong thing to do, and since when handling

Re: [Spice-devel] Spice-xpi questions

2012-12-03 Thread David Jaša
Erfane Arwani píše v Po 03. 12. 2012 v 15:01 +0100: > Hi, > > I'm pretty new to Spice. > Could you please tell me what's spice-xpi made for? It's a launcher that allows the standalone client binary to be launched from web browser. OTOH html5 client is self-contained client. David > What does

Re: [Spice-devel] Adding the support for chromium to spice-xpi

2012-12-03 Thread Jason Brooks
> > Are you referring to oVirt? For oVirt you also need the following > patch: > > http://gerrit.ovirt.org/#/c/9679/ Thanks, that's what I'm looking for. Jason > > -- > Federico > ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org htt

Re: [Spice-devel] Adding the support for chromium to spice-xpi

2012-12-03 Thread Federico Simoncelli
- Original Message - > From: "Jason Brooks" > To: "Federico Simoncelli" > Cc: spice-devel@lists.freedesktop.org > Sent: Monday, December 3, 2012 5:39:50 PM > Subject: Re: [Spice-devel] Adding the support for chromium to spice-xpi > > - Original Message - > > From: "Federico Simon

Re: [Spice-devel] Adding the support for chromium to spice-xpi

2012-12-03 Thread Jason Brooks
- Original Message - > From: "Federico Simoncelli" > To: spice-devel@lists.freedesktop.org > Sent: Monday, December 3, 2012 3:04:39 AM > Subject: [Spice-devel] Adding the support for chromium to spice-xpi > > The goal of the following patches is to add the support for the > chromium > b

[Spice-devel] Spice-xpi questions

2012-12-03 Thread Erfane Arwani
Hi, I'm pretty new to Spice. Could you please tell me what's spice-xpi made for? What does it add to the client compared to HTML5 one? Does it work outside Linux world? Many thanks for you answer. Erfane ___ Spice-devel mailing list Spice-devel@lists.f

Re: [Spice-devel] Adding the support for chromium to spice-xpi

2012-12-03 Thread Federico Simoncelli
- Original Message - > From: "Alon Levy" > To: "Federico Simoncelli" > Cc: spice-devel@lists.freedesktop.org > Sent: Monday, December 3, 2012 1:32:43 PM > Subject: Re: [Spice-devel] Adding the support for chromium to spice-xpi > > > The goal of the following patches is to add the support

Re: [Spice-devel] Adding the support for chromium to spice-xpi

2012-12-03 Thread David Jaša
CCing Peter. Federico Simoncelli píše v Po 03. 12. 2012 v 06:04 -0500: > The goal of the following patches is to add the support for the chromium > browser. Along the way small issues has been fixed. > > The resulting build for fedora 17 can be found here: > > http://fsimonce.fedorapeople.org/sp

Re: [Spice-devel] Adding the support for chromium to spice-xpi

2012-12-03 Thread Alon Levy
> The goal of the following patches is to add the support for the > chromium > browser. Along the way small issues has been fixed. > > The resulting build for fedora 17 can be found here: > > http://fsimonce.fedorapeople.org/spice-xpi-chromium-f17/ > > And it has been succesfully tested with chr

[Spice-devel] [PATCH spice-xpi 2/2] ScriptablePluginObject: fix issues in SetProperty

2012-12-03 Thread Federico Simoncelli
NPVARIANT_TO_STRING doesn't guarantee to have a null-terminated string, the provided length should be taken in account to assign the value to other objects. Some browsers (e.g.: chromium) pass numeric properties as double instead of int32, in order to use the specified values the support for double

[Spice-devel] [PATCH spice-xpi 1/2] np_entry: support smaller NPNetscapeFuncs tables

2012-12-03 Thread Federico Simoncelli
Some browsers (e.g.: chromium) pass a smaller NPNetscapeFuncs table during initialization. At the moment of this writing the additional fields (implicitly required by the table size check) are not used. In any case it's not possible to make any general assumption on the table received by the browse

[Spice-devel] Adding the support for chromium to spice-xpi

2012-12-03 Thread Federico Simoncelli
The goal of the following patches is to add the support for the chromium browser. Along the way small issues has been fixed. The resulting build for fedora 17 can be found here: http://fsimonce.fedorapeople.org/spice-xpi-chromium-f17/ And it has been succesfully tested with chromium-21.0.1180.89

Re: [Spice-devel] cut/paste failure on Windows 7 guest

2012-12-03 Thread Christophe Fergeau
Hi, On Sun, Dec 02, 2012 at 09:23:56AM +0200, Arnon Gilboa wrote: > Lots of virtio-serial driver bugs, which are very relevant to > cut/paste, were recently fixed. > The driver on the above link seem to be outdated. I'll try to find a > link for an updated upstream version. I'm unfortunately not