Hi Christophe,
Does the OvirtProxy object always need to authenticate by emitting the
"authenticate" signal?
It seems to still emit the signal even though I set its username and
password properties a priori with known good values. Am I doing something
wrong, or is it meant to behave this way?
Th
ACK
On Tue, Nov 12, 2013 at 03:53:02PM -0600, Jeremy White wrote:
> Signed-off-by: Jeremy White
> ---
> client/platform.h |4 ++--
> client/windows/platform.cpp |8
> client/windows/playback.cpp | 14 +++---
> client/windows/playback.h |4 ++--
> client/
ACK
On Tue, Nov 12, 2013 at 03:52:36PM -0600, Jeremy White wrote:
> Signed-off-by: Jeremy White
> ---
> common/Makefile.am |2 +
> common/snd_codec.c | 136
> +---
> common/snd_codec.h | 20 ++--
> configure.ac |4 ++
> spice.
ACK
On Tue, Nov 12, 2013 at 03:52:28PM -0600, Jeremy White wrote:
> Signed-off-by: Jeremy White
> ---
> spice/enums.h|1 +
> spice/protocol.h |2 ++
> 2 files changed, 3 insertions(+)
>
> diff --git a/spice/enums.h b/spice/enums.h
> index f192e43..fdcffa8 100644
> --- a/spice/enums.
On Tue, Nov 19, 2013 at 10:23:00PM +0100, Marc-André Lureau wrote:
> Make the coroutine code more glib-like, by aborting on OOM or unhandled
> conditions.
Once again, 'glib-like' is vague enough that it does not mean much, glib is
not aborting on all system errors. Let's just say for coroutines we
On Tue, Nov 19, 2013 at 10:23:00PM +0100, Marc-André Lureau wrote:
> diff --git a/spice-common b/spice-common
> index 1450bb4..261d270 16
> --- a/spice-common
> +++ b/spice-common
> @@ -1 +1 @@
> -Subproject commit 1450bb4ddbd8ceab9192e4f84606aa5ae54c5ea6
> +Subproject commit 261d270cc8e9af0915
On Tue, Nov 19, 2013 at 10:23:00PM +0100, Marc-André Lureau wrote:
> @@ -76,20 +74,13 @@ int coroutine_init(struct coroutine *co)
> MAP_PRIVATE | MAP_ANONYMOUS,
> -1, 0);
> if (co->cc.stack == MAP_FAILED)
> - g_error("Failed to a
ack
- Original Message -
> This function has an early return where we fail to unref the 'monitors'
> array.
> ---
> gtk/spice-widget.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/gtk/spice-widget.c b/gtk/spice-widget.c
> index 0447dda..4e76648 100644
> --- a/gtk/spice-widget
This function has an early return where we fail to unref the 'monitors'
array.
---
gtk/spice-widget.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/gtk/spice-widget.c b/gtk/spice-widget.c
index 0447dda..4e76648 100644
--- a/gtk/spice-widget.c
+++ b/gtk/spice-widget.c
@@ -302,6 +302,7 @@ stat
ACK
On Wed, Nov 20, 2013 at 12:28:49PM +0100, Marc-André Lureau wrote:
> Fix wrong warning added in 0704147d.
>
> (lt-spicy:17511):
> GSpice-WARNING **: (channel-main.c:415):spice_main_channel_reset:
> runtime check failed: (c->agent_connected == FALSE)
> ---
> gtk/channel-main.c | 17 --
Fix wrong warning added in 0704147d.
(lt-spicy:17511):
GSpice-WARNING **: (channel-main.c:415):spice_main_channel_reset:
runtime check failed: (c->agent_connected == FALSE)
---
gtk/channel-main.c | 17 -
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/gtk/channel-mai
Hello Christophe,
After several tests, I finally found that the problem is due to some
network settings.
Although I have not understood everything (I don't know much about
networking), I now have a way that works fine:
- I start virt-manager from a shell with the correct network config
(incl. p
- Original Message -
> Old spicec can use canvas type "gl_fbo and gl_pbuff" . But when i connect to
> spice server , spicec core dumped and print "Spice-Warning **:
> ../spice-common/common/canvas_base.c:1145:canvas_get_image_internal: should
> not be reached".
How did you compile spice,
On Tue, Nov 19, 2013 at 10:23 PM, Marc-André Lureau
wrote:
> Make the coroutine code more glib-like, by aborting on OOM or unhandled
> conditions.
> ---
> gtk/continuation.c| 9 -
> gtk/continuation.h| 2 +-
> gtk/coroutine.h | 3 ++-
> gtk/coroutine_gthread.c
Old spicec can use canvas type "gl_fbo and gl_pbuff" . But when i
connect to spice server , spicec core dumped and print "Spice-Warning **:
../spice-common/common/canvas_base.c:1145:canvas_get_image_internal: should not
be reached".
In addition, spice gtk can't choose canvas type
Old spicec can use canvas type "gl_fbo and gl_pbuff" . But when i
connect to spice server , spicec core dumped and print "Spice-Warning **:
../spice-common/common/canvas_base.c:1145:canvas_get_image_internal: should not
be reached".
In addition, spice gtk can't choose canvas type
16 matches
Mail list logo