[Spice-devel] unclear main-channel documentation

2016-08-18 Thread Alex Roithman
Documentation is still not clear. It is impossible to understand how to call the guest request to get the data selection from client clipboard. About: spice-client-glib, 'main-clipboard-selection-request' signal. In which cases this signal can be emitted?.. How to use the spice-client-glib for gue

Re: [Spice-devel] paste client clipboard selection to guest

2016-06-07 Thread Alex Roithman
at 10:58, Alex Roithman wrote: > > -- Forwarded message ------ > From: Alex Roithman > Date: 13 May 2016 at 22:13 > Subject: Re: [Spice-devel] paste client clipboard selection to guest > To: Christophe Fergeau > > > Yes, in remote-viewer and virt-manag

[Spice-devel] Fwd: paste client clipboard selection to guest

2016-05-14 Thread Alex Roithman
-- Forwarded message -- From: Alex Roithman Date: 13 May 2016 at 22:13 Subject: Re: [Spice-devel] paste client clipboard selection to guest To: Christophe Fergeau Yes, in remote-viewer and virt-manager copy/paste works. I try to implement spice viewer using spice-client-glib

[Spice-devel] paste client clipboard selection to guest

2016-04-17 Thread Alex Roithman
I can't implement paste data to the guest. spice_main_clipboard_selection_notify() don't send data to guest even if implement as: spice_main_clipboard_selection_notify( (SpiceMainChannel *) gobject, VD_AGENT_CLIPBOARD_SELECTION_CLIPBOARD, type,

[Spice-devel] NEED INFO: spice-record-channel testing

2015-11-20 Thread Alex Roithman
hi i try to implement this channel now in my project. How i can to initiate emitting record-start/stop signals from guest system? Which linux DE is correct for it? ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.or

Re: [Spice-devel] Fwd: libcacard: forward declaration of VReader

2015-11-19 Thread Alex Roithman
ce to `vreader_get_name(VReaderStruct*)' collect2: error: ld returned 1 exit status while libcacard and includes detected: http://fpaste.org/292227/14479278/ On 19 November 2015 at 12:03, Marc-André Lureau wrote: > hi > > On Thu, Nov 19, 2015 at 9:12 AM, Ale

[Spice-devel] Fwd: libcacard: forward declaration of VReader

2015-11-19 Thread Alex Roithman
-- Forwarded message -- From: Alex Roithman Date: 18 November 2015 at 22:17 Subject: libcacard: forward declaration of VReader To: qemu-disc...@nongnu.org hi my project not build complete, because i have: /usr/bin/c++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_SVG_LIB

Re: [Spice-devel] Display resizing question

2015-10-16 Thread Alex Roithman
This means that the application does not use the API, and resizes this picture otherwise? On 15 October 2015 at 21:09, Alex Roithman wrote: > Changes between debug-logs exist. Virt-viewer debug-log don't contains > resizing messages: > > . > > setNewSize 1228 887 >

Re: [Spice-devel] Display resizing question

2015-10-15 Thread Alex Roithman
8x887 configured true setNewSize 1229 888 (process:10292): GSpice-DEBUG: channel-main.c:1090 main-1:0: monitor config: #0 1229x888+0+0 @ 32 bpp (process:10292): GSpice-DEBUG: channel-main.c:1026 #0 +0+0-1229x888 configured true What does it mean? On 15 October 2015 at 19:25, Alex Roithman

Re: [Spice-devel] Display resizing question

2015-10-15 Thread Alex Roithman
e only desktop environment > that handles the resize hotplug events properly. > > > On Thu, 2015-10-15 at 19:03 +0300, Alex Roithman wrote: > > This is the log with more quickly resizing... > > http://fpaste.org/279609/ > > The guest OS: Fedora-22-MATE LiveCD(x86_64). >

Re: [Spice-devel] Display resizing question

2015-10-15 Thread Alex Roithman
, Jonathon Jongsma wrote: > On Thu, 2015-10-15 at 16:14 +0300, Alex Roithman wrote: > > I can not to change the size of the display, using the API: > > https://github.com/F1ash/qt-virt-manager/blob/master/src/vm_viewer/qs > > pice_widgets/qspicewidget.cpp#L607-L

[Spice-devel] Display resizing question

2015-10-15 Thread Alex Roithman
I can not to change the size of the display, using the API: https://github.com/F1ash/qt-virt-manager/blob/master/src/vm_viewer/qspice_widgets/qspicewidget.cpp#L607-L631 For debugging i use: spice_util_set_debug(true); Then i get this log: http://fpaste.org/279494/ We can see that channel-main i

Re: [Spice-devel] Welcome to the "Spice-devel" mailing list

2015-10-01 Thread Alex Roithman
On 28 September 2015 at 19:31, Jonathon Jongsma wrote: > ... > > (1) > > > https://github.com/F1ash/qt-virt-manager/blob/master/src/vm_viewer/qspice_widgets/qspicemainchannel.cpp#L157-L179 > > after the try to execute this method application crashed... > > The documentation on this method is not

Re: [Spice-devel] Welcome to the "Spice-devel" mailing list

2015-09-27 Thread Alex Roithman
Hi, guys! i'm try to code the qt-virt-manager with SPICE. For this i try to implement different spice-client properties with qspice-widget library, which somebody began write over spice-client-glib sometime ago. Now i have some problems with #include (1) void spice_main_file_copy_async (...) for