Hi Alon/Arnon,
Keyboard/Mouse lock issue is showstopper issue. Can you please provide
suggestions to proceed further investigation on this issue?
Haven't received VdAgent build.
Thanks\Mohan.
From: Naga Mohan Pothula
To: Naga Mohan Pothula ; Arnon Gilboa
Hi
- Mensaje original -
>
> > Do you have permissions to spice git?
>
> No, I don't, since I don't really do any regular work on SPICE.
We should push Daniel patches. Someone has any objection? I'll push it tomorrow
otherwise.
regards
___
Sp
I didn't see that from gnome anyway thank you and I hope that is gonna help
me only one I missing is perl-Text-CSV
On Sun, Jan 8, 2012 at 3:19 PM, Alon Levy wrote:
> On Sun, Jan 08, 2012 at 07:58:24AM -0500, Marc-André Lureau wrote:
> > Hi
> >
> > - Mensaje original -
> > >
> > > Error L
On Sun, Jan 08, 2012 at 07:58:24AM -0500, Marc-André Lureau wrote:
> Hi
>
> - Mensaje original -
> >
> > Error Log: http://pastebin.com/F0KEGLp9
>
> If you build from git, you'll also need:
>
> libtool automake pyparsing vala perl-Text-CSV
And this is even in the README :)
http://cgit
On Sun, Jan 08, 2012 at 10:53:30AM +0200, Yonit Halperin wrote:
So before this we weren't passing those at all, right? so maybe
s/correct//
ACK
> ---
> server/red_dispatcher.c | 16 +
> server/red_dispatcher.h |8 ++
> server/red_worker.c | 56 +++
On Sun, Jan 08, 2012 at 10:53:29AM +0200, Yonit Halperin wrote:
> When red_channel::red_channel_client_begin_send_message is called,
> the message that is pending in the urgent marshaller will be sent before
> the one in the main channel.
> The urgent marshaller should be used if in the middle of m
Hi
- Mensaje original -
>
> Error Log: http://pastebin.com/F0KEGLp9
If you build from git, you'll also need:
libtool automake pyparsing vala perl-Text-CSV
hope that helps
___
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://l
When compiling latest git, just noticed I'm getting (marked two issues,
in bold):
...
CC spice-widget-cairo.lo
CCLD libspice-client-glib-2.0.la
GISCAN SpiceClientGLib-2.0.gir
CCLD libspice-client-gtk-3.0.la
*spice-option.c:52: Warning: SpiceClientGLib: spice_get_option_group:
ret
On Fri, Jan 06, 2012 at 08:56:52AM -0500, Nahum Shalman wrote:
> From SHM_OPEN(3):
> For portable use, a shared memory object should be identified by a name
> of the form /somename; that is, a null-terminated string of up to
> NAME_MAX (i.e., 255) characters consisting of an initial slash,
Error Log: http://pastebin.com/F0KEGLp9
vncdisplaykeymap.c (those files doesn't exist anywhere in folder spice-gtk):
/* Xorg Linux + kbd (offset + mangled XT keycodes) */
#include "vncdisplaykeymap_xorgkbd2xtkbd.c"
/* Xorg Linux + evdev (offset evdev keycodes) */
#include "vncdisplaykeymap_xorgevd
---
NEWS |4
configure.ac |4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 2378b2c..5ef1f58 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Major changes in 0.10.0
+==
+* Add support for a header without sublist and se
-Add SpiceMiniDataHeader.
-Introduce capability SPICE_COMMON_CAP_MINI_HEADER.
-Introduce SPICE_MSG_LIST: the msg body is SpiceSubMessageList.
The advantage of using a header without sub list is to spare the 4 bytes that
were sent
for a lot of messages without sublist.
Instead, messages that previ
Hi,
The spice-protocol patches should have preceded the patches for the server and
spice-gtk, but for
some reason they didn't reach the mailing list. So read these series first.
This patch series introduces SPICE_COMMON_CAP_MINI_HEADER, in order to spare
the 12 bytes of sub_list & serial that we
Hi,
This patch series introduces SPICE_COMMON_CAP_MINI_HEADER, in order to spare
the 12 bytes of sub_list & serial that were sent for all the messages. It
replaces
the previous patch series that removed only the sub_list.
I implemented the sub_list functionality by using an additional
marshaller
Support for a header without a serial and without sub list.
red_channel: Support the two types of headers.
Keep a consistent consecutive messages serial.
red_worker: use urgent marshaller instead of sub list.
snd_worker: Sound channels need special support since they still don't use
---
server/inputs_channel.c| 10 +++---
server/main_channel.c |8 ++--
server/red_channel.c | 34 +-
server/red_channel.h | 24 ++--
server/red_tunnel_worker.c | 43 ++--
---
server/red_dispatcher.c | 16 +
server/red_dispatcher.h |8 ++
server/red_worker.c | 56 --
3 files changed, 68 insertions(+), 12 deletions(-)
diff --git a/server/red_dispatcher.c b/server/red_dispatcher.c
index 17b469e..
When red_channel::red_channel_client_begin_send_message is called,
the message that is pending in the urgent marshaller will be sent before
the one in the main channel.
The urgent marshaller should be used if in the middle of marshalling one
message,
you find out you need to send another message b
---
configure.ac |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 861e939..5c8038e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -132,7 +132,7 @@ AM_CONDITIONAL(SUPPORT_CLIENT, test "x$enable_client" =
"xyes")
dnl =
Part of adding support for SPICE_COMMON_CAP_MINI_HEADER
---
gtk/Makefile.am|2 +
gtk/spice-header.c | 208
gtk/spice-header.h | 123 +++
3 files changed, 333 insertions(+), 0 deletions(-)
create mode 100644
Don't send/receive serial and sub_list when the server supports the
above cap.
---
gtk/channel-base.c |8 ++-
gtk/spice-channel-priv.h | 12 -
gtk/spice-channel.c | 121 ++
3 files changed, 103 insertions(+), 38 deletions(-)
diff -
---
gtk/spice-channel.c |9 +
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/gtk/spice-channel.c b/gtk/spice-channel.c
index 2e33cda..4b299cb 100644
--- a/gtk/spice-channel.c
+++ b/gtk/spice-channel.c
@@ -2467,16 +2467,25 @@ void spice_channel_swap(SpiceChannel *channel
---
gtk/spice-channel.c |6 +-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/gtk/spice-channel.c b/gtk/spice-channel.c
index 079028a..c4abd7b 100644
--- a/gtk/spice-channel.c
+++ b/gtk/spice-channel.c
@@ -1632,7 +1632,7 @@ void spice_channel_recv_msg(SpiceChannel *channel,
---
configure.ac |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 5788532..8005eee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,7 +61,7 @@ AC_CHECK_HEADERS([sys/socket.h netinet/in.h arpa/inet.h])
dnl
24 matches
Mail list logo