Christophe Fergeau wrote:
On Wed, Nov 07, 2012 at 03:19:46PM +0200, Arnon Gilboa wrote:
-move virtio-serial use from vdservice to vdagent
-remove named pipe between vdservice & vdagent
pros:
-make agent independent so it can run seperately without service
(e.g. single user, testing)
-simp
On Tue, Nov 13, 2012 at 05:26:30PM +, Jodi Curtis wrote:
> Hi to clarify, the Ubuntu apparmor.d doesn't include the default directory
> definition (/etc/pki/libvirt-spice) unlike the /etc/pki/libvirt-vnc
> directory, (which is included). S you will always need to add this
> directory as far as
On Wed, Nov 07, 2012 at 03:19:46PM +0200, Arnon Gilboa wrote:
> -move virtio-serial use from vdservice to vdagent
> -remove named pipe between vdservice & vdagent
>
> pros:
> -make agent independent so it can run seperately without service
> (e.g. single user, testing)
> -simplify service to jus
Makes sense to me, ACK
On Wed, Nov 07, 2012 at 03:20:46PM +0200, Arnon Gilboa wrote:
> currently:
> -handling client disconnect during clipboard data trasfer is buggy
> -agent also timeouts on large paste from client (>10sec)
>
> therfore:
> -reduce VD_CLIPBOARD_TIMEOUT_MS to 3sec from previous c
On Wed, Oct 31, 2012 at 04:51:04PM +0100, Marc-André Lureau wrote:
> We need current window handle for the global keyboard hook. It is not
> enough to rely on focus-in event to set it, so do it also in
> key-event. This avoids extra warnings on Windows.
Not really important, but I'm not sure why t
- Original Message -
> > +gint xr, yr;
> >
> > -gint xr = gdk_screen_get_width(screen) / 2;
> > -gint yr = gdk_screen_get_height(screen) / 2;
> > -
> > +#ifdef WIN32
> > +RECT clip;
> > +g_return_if_fail(GetClipCursor(&clip));
> > +xr = clip.left + (clip.right -
On Wed, Oct 31, 2012 at 04:51:05PM +0100, Marc-André Lureau wrote:
> Windows grab do not exist like on X11, so we need to clip the cursor
> to our client window, while making sure it doesn't overlap with
> windows statusbar. When wrapping the cursor, we need to make sure we
> also stay within the c
ACK
Christophe
On Mon, Nov 12, 2012 at 09:58:39PM +0100, Marc-André Lureau wrote:
> On Windows, we need to update the cursor clip region. Call ungrab&grab
> to update it.
> ---
> gtk/spice-widget.c | 4
> 1 file changed, 4 insertions(+)
>
> diff --git a/gtk/spice-widget.c b/gtk/spice-widg
ACK
Christophe
On Mon, Nov 12, 2012 at 09:25:30PM +0100, Marc-André Lureau wrote:
> When switching between client mode and server mode, the pointer is
> being invalidated on each display and the cursor will end up being
> drawn on both. Since there is no information on which display the
> cursor i
Hey,
On Wed, Nov 07, 2012 at 08:04:17PM +0800, Monk.liu 刘金�� wrote:
> CCLD test_just_sockets_no_ssl
>
> libtool: link: warning: library
> `/opt/eldk-5.2.1/armv6/sysroots/armv6-vfp-linux-gnueabi/usr/lib/libjpeg.la'
> was moved.
>
> libtool: link: warning: library
> `/opt/eldk-5.2.1/armv6/s
Hey Qian,
On Tue, Nov 13, 2012 at 12:27:09PM +0800, Qian Hu wrote:
> I am working on spice and try to test the QXL support. According to the
> mannual, QXL is included in the spice tools.
>
> I am using xen-4.2.0 and have successfully installed the spice package. How
> can I try the QXL?
You may
Hey,
On Wed, Oct 31, 2012 at 05:56:00PM +0800, javaon wrote:
> spicec, virt-viewer, or vinagre? does any of these plan to support mac os x?
I'm currently working on a remote-viewer osx build, but help would be very
welcome in maintaining it and moving it forward.
Christophe
pgp1nnwOXOkmh.pgp
D
On 11/05/2012 11:01 AM, Dunrong Huang wrote:
These patches simply implement file drag-and-drop from client to guest.
There are some TODOs needed to be done:
* transfer multiple files and directories
* check whether guest has enough space to store file
* a progress bar that allows user t
Oh, I am following some previous work, and it seems that there are less
problems with Fedora 14.
2012/11/13 David Jaša
> Just curious: why do you test Fedora 14 based host, that's roughly two
> years old and one year out of support?
>
> David
>
>
> Qian Hu píše v Út 13. 11. 2012 v 15:13 +0800:
>
Just curious: why do you test Fedora 14 based host, that's roughly two
years old and one year out of support?
David
Qian Hu píše v Út 13. 11. 2012 v 15:13 +0800:
> Hi, everyone!
>
>
> I am doing research on remote connect with Xen. My host is Fedora 14
> and my guest is win7.
>
>
> I have in
Hi,
thanks for your comment.
>> I am not convinced we need to limit file size now and especially at
>> spice-gtk level. However, I think it would be useful to announce the
>> file size to the guest agent. (in the future, the guest could ask or
>> cancel operation, during negotiation or later), a
Thank you for your detailed comment!
2012/11/12 Marc-André Lureau :
> Hi!
>
>
> On Mon, Nov 5, 2012 at 10:01 AM, Dunrong Huang wrote:
>>
>> These patches simply implement file drag-and-drop from client to guest.
>>
>
> nice!
>
>>
>> There are some TODOs needed to be done:
>> * transfer multiple
Hi, everyone!
I am doing research on remote connect with Xen. My host is Fedora 14 and my
guest is win7.
I have installed spice package and now I can connect to my guest by spice
client.
Now I want to use QXL, but I don't know if it is supported by the spice in
xen-4.2.0.
Could anyone help me?
18 matches
Mail list logo