Re: [Spice-devel] volume can't be set

2014-02-25 Thread Qian Peng
Yes, I have installed virt-viewer 0.6.0 Win x86 MSI from http://virt-manager.org/download/, and tried to set volume, but the volume couldn't be set too. 2014-02-25 17:53 GMT+08:00 Marc-André Lureau : > > > - Original Message - > > Thanks for your respone! > > > > It's strange that client

Re: [Spice-devel] [PATCH spice-gtk] RFC: populate all clipboards

2014-02-25 Thread Christophe Fergeau
On Tue, Feb 25, 2014 at 10:36:56AM -0500, Marc-André Lureau wrote: > > Well, this env variable really is an "unbreak my app" option, which people > > need to know about, so this needs to be documented, this can't be switched > > at runtime, ... > > I don't think it should be enabled by default. It

Re: [Spice-devel] [PATCH spice-gtk] RFC: populate all clipboards

2014-02-25 Thread Christophe Fergeau
On Tue, Feb 25, 2014 at 10:36:56AM -0500, Marc-André Lureau wrote: > > I'd just replace the if (g_getenv(...)) {} with some kind of if > > (os_is_win32()) which is probably closer to the expected behaviour as > > Windows does not have the clipboard/selection distinction. > > Please discuss your pr

Re: [Spice-devel] [PATCH spice-gtk] RFC: populate all clipboards

2014-02-25 Thread Marc-André Lureau
- Original Message - > On Mon, Feb 24, 2014 at 06:33:34AM -0500, Marc-André Lureau wrote: > > > On Thu, Feb 20, 2014 at 04:15:51PM +0100, Marc-André Lureau wrote: > > > > Nevertheless, this is a proof of concept, when setting > > > > SPICE_CLIPBOARD_FILL_ALL=1, all implemented clipboards

Re: [Spice-devel] [PATCH spice-gtk] RFC: populate all clipboards

2014-02-25 Thread Christophe Fergeau
On Mon, Feb 24, 2014 at 06:33:34AM -0500, Marc-André Lureau wrote: > > On Thu, Feb 20, 2014 at 04:15:51PM +0100, Marc-André Lureau wrote: > > > Nevertheless, this is a proof of concept, when setting > > > SPICE_CLIPBOARD_FILL_ALL=1, all implemented clipboards will be > > > populated by spice-gtk. >

Re: [Spice-devel] [PATCH spice-gtk] display: fix crash when releasing primary surface

2014-02-25 Thread Christophe Fergeau
On Tue, Feb 25, 2014 at 11:45:39AM +0100, Marc-André Lureau wrote: > Since 1fcaaa15f8aca362f9e6afc87fb43cfbccf6ff62, display_surface is > allocated using gslice. However MSG_DISPLAY_MODE handler didn't allocate > using GSlice. This can eventually lead to a crash when freeing, such as: ACK Christo

Re: [Spice-devel] [PATCH] migration: Don't assert() if MIGRATE_DATA comes before attaching the agent

2014-02-25 Thread Christophe Fergeau
Hey, On Mon, Feb 24, 2014 at 08:26:34PM +0100, Marc-André Lureau wrote: > On Mon, Feb 24, 2014 at 6:44 PM, Christophe Fergeau > wrote: > > During seamless migration, after switching host, if a client was connected > > during the migration, it will have data to send back to the new > > qemu/spice

Re: [Spice-devel] How to drag a folder from client to guest?

2014-02-25 Thread Marc-André Lureau
- Original Message - > On Tue, Feb 25, 2014 at 6:15 PM, Marc-André Lureau > wrote: > > > > > > - Original Message - > >> On Tue, Feb 25, 2014 at 6:03 AM, Marc-André Lureau > >> wrote: > >> > Hi > >> > > >> > - Original Message - > >> >> Probably the function of copying h

Re: [Spice-devel] How to drag a folder from client to guest?

2014-02-25 Thread Cody Chan
On Tue, Feb 25, 2014 at 6:15 PM, Marc-André Lureau wrote: > > > - Original Message - >> On Tue, Feb 25, 2014 at 6:03 AM, Marc-André Lureau >> wrote: >> > Hi >> > >> > - Original Message - >> >> Probably the function of copying has three defects: >> >> >> >> i)For some languages,th

[Spice-devel] [PATCH spice-gtk] display: fix crash when releasing primary surface

2014-02-25 Thread Marc-André Lureau
Since 1fcaaa15f8aca362f9e6afc87fb43cfbccf6ff62, display_surface is allocated using gslice. However MSG_DISPLAY_MODE handler didn't allocate using GSlice. This can eventually lead to a crash when freeing, such as: Thread no. 1 (6 frames) #2 g_slice_free1 at gslice.c:1097 #3 iter_remove_or_steal a

Re: [Spice-devel] How to drag a folder from client to guest?

2014-02-25 Thread Marc-André Lureau
- Original Message - > On Tue, Feb 25, 2014 at 6:03 AM, Marc-André Lureau > wrote: > > Hi > > > > - Original Message - > >> Probably the function of copying has three defects: > >> > >> i)For some languages,there is a mis-encoding of file name > >> I have solved by myself...(unde

Re: [Spice-devel] How to start with Spice Development?

2014-02-25 Thread Alon Levy
On 02/17/2014 08:14 PM, Jeremy White wrote: > On 02/17/2014 08:44 AM, Alf G. wrote: >> Hi, >> >> I am very interested to delve into spice and perhaps do some work on it. >> What is the best way to start? Can I use the documents on >> spice-space.org/documentation.html >>

Re: [Spice-devel] volume can't be set

2014-02-25 Thread Marc-André Lureau
- Original Message - > Thanks for your respone! > > It's strange that client can play audio, but can't set volume. > > I have renamed the \lib\gstreamer-0.10\libgstdirectsoundsink.dll, the result > is no audio can play. > Right, if the client can play audio, then it is very likely tha

Re: [Spice-devel] Building Spice in an IDE

2014-02-25 Thread Fedor Lyakhov
Hi, While Eclipse has support for C/C++ development, IMHO it is fairly poor compared to other IDEs designed for C/C++ only. Personally I use KDevelop, and haven't seen any issues with using it for Spice development. Probably Qt Creator will work as well... On Mon, Feb 24, 2014 at 7:06 PM, Alon Le