[Spice-devel] need documents of spice

2013-05-09 Thread bigclouds
hi,all i am looking into the code,need some documents to help me understand it, or give me some advices. is there any way to debug spice including server and client? thanks___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.fr

[Spice-devel] video screen does not change when re-plug after unplug network cable

2013-05-09 Thread bigclouds
hi,all unplug network cable, wait for sevaral munites, then plug again, at first minutes the video (i play a video) screen speed up to play, but then screen will stop , remain unchanged. reopen a spicy is needed. thanks___ Spice-devel mailing list Sp

[Spice-devel] a special find. clicking of right button of mouse affect video playing

2013-05-09 Thread bigclouds
hi,all it is regular, if you put mouse not underneath media player, then click right button on desktop, video will shake. thanks centos6.3 spice-gtk-python-0.11-11.el6_3.1.x86_64 spice-protocol-0.10.1-5.el6.noarch spice-glib-0.11-11.el6_3.1.x86_64 spice-gtk-0.11-11.el6_3.1.x86_64 spice-vdag

[Spice-devel] [spice-gtk] spice-gtk 0.19 crashed (Segmentation fault) with gtk-directfb

2013-05-09 Thread jojo
Hi, It crash by now in version 0.19 with gtk-directfb, some extra information is following: I follow the track and found it crash when calling "gtk_dialog_run()" in function connect_dialog(SpiceSession *session), du to google's info about for "http://www.gtkforums.com/viewtopic.php?t=1330";, i

[Spice-devel] 回复: 回复: 回复: [spice-gtk] Does spice-gtk support gtk-directfb without x11 ?

2013-05-09 Thread jojo
Hi, It crash by now in version 0.19 with gtk-directfb, some extra information is following: I follow the track and found it crash when calling "gtk_dialog_run()" in function connect_dialog(SpiceSession *session), du to google's info about for "http://www.gtkforums.com/viewtopic.php?t=1330";, i

Re: [Spice-devel] [PATCH spice-gtk v3 1/2] spice-session: new signal for notifying on a significant change in mm-time

2013-05-09 Thread Marc-André Lureau
On Thu, May 9, 2013 at 9:10 PM, Yonit Halperin wrote: > I'll do it. Does it matter that with pulse backend, updating the mm-time > is actually done from pulse audio main loop? The pulse mainloop is registered with the glib main loop iirc (although it has internal threaded loops too iirc). spic

Re: [Spice-devel] [PATCH spice-gtk v3 1/2] spice-session: new signal for notifying on a significant change in mm-time

2013-05-09 Thread Yonit Halperin
On 05/09/2013 11:16 AM, Marc-André Lureau wrote: On Thu, May 9, 2013 at 5:06 PM, Yonit Halperin mailto:yhalp...@redhat.com>> wrote: On 05/09/2013 10:46 AM, Marc-André Lureau wrote: On Wed, May 1, 2013 at 4:19 PM, Yonit Halperin mailto:yhalp...@redhat.com>

Re: [Spice-devel] [PATCH spice-server] red_worker: don't get bit_rate from main_channel_client, if it wasn't initialized

2013-05-09 Thread Hans de Goede
Hi, On 05/09/2013 04:10 PM, Yonit Halperin wrote: Hi, On 05/09/2013 07:44 AM, Hans de Goede wrote: Hi, This patch removes the updating of dcc->streams_max_bit_rate when the new bit_rate is larger then it. I believe this is unintentional, and thus should be fixed. If it is intentional, it shou

Re: [Spice-devel] [Win vdagent V2] vdagent: protect against NULL entry in _displays

2013-05-09 Thread Marc-André Lureau
- Mensaje original - > On 05/09/2013 05:26 PM, Marc-André Lureau wrote: > > Looking at remaining usage, shouldn't it protect against delete mode in > > DesktopLayout::clean_displays() too? > > Thanks for reviewing again. > > Calling delete NULL is safe. ack then ___

Re: [Spice-devel] [Win vdagent V2] vdagent: protect against NULL entry in _displays

2013-05-09 Thread Uri Lublin
On 05/09/2013 05:26 PM, Marc-André Lureau wrote: Looking at remaining usage, shouldn't it protect against delete mode in DesktopLayout::clean_displays() too? Thanks for reviewing again. Calling delete NULL is safe. Some think that it's better not to test for NULL when calling delete. Others c

Re: [Spice-devel] [PATCH spice-gtk v3 1/2] spice-session: new signal for notifying on a significant change in mm-time

2013-05-09 Thread Marc-André Lureau
On Thu, May 9, 2013 at 5:06 PM, Yonit Halperin wrote: > On 05/09/2013 10:46 AM, Marc-André Lureau wrote: > >> >> >> >> On Wed, May 1, 2013 at 4:19 PM, Yonit Halperin > > wrote: >> >> mm-time can change after migration. This can cause video >> synchronization >>

Re: [Spice-devel] [PATCH spice-gtk v3 1/2] spice-session: new signal for notifying on a significant change in mm-time

2013-05-09 Thread Yonit Halperin
On 05/09/2013 10:46 AM, Marc-André Lureau wrote: On Wed, May 1, 2013 at 4:19 PM, Yonit Halperin mailto:yhalp...@redhat.com>> wrote: mm-time can change after migration. This can cause video synchronization problems after migration if not handled appropriately (see rhbz#951664). ---

Re: [Spice-devel] [PATCH spice-gtk v3 1/2] spice-session: new signal for notifying on a significant change in mm-time

2013-05-09 Thread Marc-André Lureau
On Wed, May 1, 2013 at 4:19 PM, Yonit Halperin wrote: > mm-time can change after migration. This can cause video synchronization > problems after migration if not handled appropriately (see rhbz#951664). > --- > gtk/spice-session.c | 39 +++ > 1 file changed,

[Spice-devel] 回复: 回复: 回复: [spice-gtk] Does spice-gtk support gtk-directfb without x11 ?

2013-05-09 Thread jojo
Hi, Thanks for your advice, i will collect the backtrace and log enough with gtk-directfb and will be back :) BTW, i need to know about Wayland (du to capability of hardware acceleration, maybe it's not much suit for me by now), thanks again. -- jojo 在 2013年5月9日星期四,下午10:20,Marc-André Lur

Re: [Spice-devel] [Win vdagent V2] vdagent: protect against NULL entry in _displays

2013-05-09 Thread Marc-André Lureau
Looking at remaining usage, shouldn't it protect against delete mode in DesktopLayout::clean_displays() too? (hopefully that's it) - Mensaje original - > rhbz#958051 > > It may be that a _displays entry will be NULL. > I encountered it when running with multiple QXL devices, for one of

Re: [Spice-devel] 回复: 回复: [spice-gtk] Does spice-gtk support gtk-directfb without x11 ?

2013-05-09 Thread Marc-André Lureau
Hi - Mensaje original - > Yes, i will use spice-gtk in embedded device with gtk-directfb for enhancing > performance of graphic render, > so….but it crash by now in version 0.19 with gtk-directfb by now, i am not > familiar with gtk and it's backend … so i think about someone may have thi

[Spice-devel] [Win vdagent V2] vdagent: protect against NULL entry in _displays

2013-05-09 Thread Uri Lublin
rhbz#958051 It may be that a _displays entry will be NULL. I encountered it when running with multiple QXL devices, for one of which the driver failed to load since it was "out of resources". Iterations over _displays should handle that case. We found four such iterations, and fixed them in this

[Spice-devel] 回复: 回复: [spice-gtk] Does spice-gtk support gtk-directfb without x11 ?

2013-05-09 Thread jojo
Yes, i will use spice-gtk in embedded device with gtk-directfb for enhancing performance of graphic render, so….but it crash by now in version 0.19 with gtk-directfb by now, i am not familiar with gtk and it's backend … so i think about someone may have this experiment(or need) same as me. wayla

Re: [Spice-devel] [PATCH spice-server] red_worker: don't get bit_rate from main_channel_client, if it wasn't initialized

2013-05-09 Thread Yonit Halperin
Hi, On 05/09/2013 07:44 AM, Hans de Goede wrote: Hi, This patch removes the updating of dcc->streams_max_bit_rate when the new bit_rate is larger then it. I believe this is unintentional, and thus should be fixed. If it is intentional, it should be documented in the commit msg. It was intention

Re: [Spice-devel] 回复: [spice-gtk] Does spice-gtk support gtk-directfb without x11 ?

2013-05-09 Thread Marc-André Lureau
- Mensaje original - > no one builds spice-gtk with gtk-directfb ? Not that I am aware of. Do you have directfb needs? The world is moving to wayland nowdays. But I have never tried spice-gtk with it either. ___ Spice-devel mailing list Spice-

Re: [Spice-devel] a stupid question, what does 'RED' word mean?

2013-05-09 Thread Yonit Halperin
On 05/09/2013 02:33 AM, bigclouds wrote: many functions start with 'red', what does it mean? thanks That is historical. It stands for Remote Desktop. ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailm

[Spice-devel] 回复: [spice-gtk] Does spice-gtk support gtk-directfb without x11 ?

2013-05-09 Thread jojo
no one builds spice-gtk with gtk-directfb ? -- jojo 在 2013年5月8日星期三,下午2:48,jojo 写道: > Hi, > > Someone know bout this backend render supporting ? > > Thanks, > - Jojo > > > > > ___ Spice-devel mailing list Spice-devel@lists.freedesktop.

Re: [Spice-devel] [PATCH spice-gtk] widget: release keys when the grab is taken elsewhere

2013-05-09 Thread Hans de Goede
Looks good, ACK. On 05/09/2013 03:26 PM, Marc-André Lureau wrote: gtk may propagate some press event up to the Spice display widget, but a widget may take focus and grab the release event, so the guest will keep seeing the key pressed. Releasing the keys when the grab is taken solves two menu-r

[Spice-devel] [PATCH spice-gtk] widget: release keys when the grab is taken elsewhere

2013-05-09 Thread Marc-André Lureau
gtk may propagate some press event up to the Spice display widget, but a widget may take focus and grab the release event, so the guest will keep seeing the key pressed. Releasing the keys when the grab is taken solves two menu-related bugs: https://bugzilla.redhat.com/show_bug.cgi?id=820829 http

Re: [Spice-devel] [PATCH spice-server] red_worker: don't get bit_rate from main_channel_client, if it wasn't initialized

2013-05-09 Thread Hans de Goede
Hi, This patch removes the updating of dcc->streams_max_bit_rate when the new bit_rate is larger then it. I believe this is unintentional, and thus should be fixed. If it is intentional, it should be documented in the commit msg. Regards, Hans On 05/08/2013 07:27 PM, Yonit Halperin wrote: W

Re: [Spice-devel] [PATCH spice-gtk] main: do not send monitors config if some are missing

2013-05-09 Thread Hans de Goede
Hi, Looks good, ack. Regards, Hans On 05/08/2013 10:22 PM, Marc-André Lureau wrote: Spice-gtk does a bit of client-side work by optionnally delaying sending the monitor configuration to the guest automatically. However, the client may be slow to set all the monitors, so teach the timer to no

Re: [Spice-devel] [PATCH spice-gtk] main: do not send monitors config if some are missing

2013-05-09 Thread Marc-André Lureau
Hi - Mensaje original - > > This avoid some configuration races when connecting to a multi-channel > > display server which is slow to set up. > > Would you mind describing the symptoms of that race? When starting a spice-gtk client with multiple display channel, some display readiness

Re: [Spice-devel] [SPICE-GTK] how to build spice-gtk in window?

2013-05-09 Thread Rozen Lin
In Windows you mean? You may compile it in Cygwin/Mingw. On Thu, 2013-05-09 at 16:21 +0800, 熊 wrote: > Hi, > > I need to build spice-gtk in window, Is there any one help me ? > > Tks. > ___ > Spice-devel mailing list > Spice-devel@lists.freede

Re: [Spice-devel] [SPICE-GTK] how to build spice-gtk in window?

2013-05-09 Thread Dunrong Huang
On Thu, May 9, 2013 at 4:21 PM, 熊 <546496...@qq.com> wrote: > Hi, > > I need to build spice-gtk in window, Is there any one help me ? > There is already a post about building virt-viewer for windows, I think it will be helpful for you. http://lists.freedesktop.org/archives/spice-devel/2012-N

[Spice-devel] 回复: [SPICE-GTK] how to build spice-gtk in window?

2013-05-09 Thread yunna . cui
you can make a mingw cross-compiler environment on linux. yunna.cui From: 熊 Date: 2013-05-09 16:21 To: spice-devel Subject: [Spice-devel] [SPICE-GTK] how to build spice-gtk in window? Hi, I need to build spice-gtk in window, Is there any one help me ? Tks.___

[Spice-devel] [SPICE-GTK] how to build spice-gtk in window?

2013-05-09 Thread ??
Hi, I need to build spice-gtk in window, Is there any one help me ? Tks.___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel