<div dir="ltr">Hi, guys!<br>i'm try to code the qt-virt-manager with SPICE.<br>For this i try to implement different spice-client properties<br>with qspice-widget library, which somebody began write<br>over spice-client-glib sometime ago.<br><br>Now i have some problems with<br>#include <channel-main.h><br>(1)<br>void spice_main_file_copy_async (...)<br>for copy files to guest<br>and<br>(2)<br>void spice_main_clipboard_selection_notify(...)<br>for copy host clipboard data to guest.<br><br>(1)<br><a href="https://github.com/F1ash/qt-virt-manager/blob/master/src/vm_viewer/qspice_widgets/qspicemainchannel.cpp#L157-L179">https://github.com/F1ash/qt-virt-manager/blob/master/src/vm_viewer/qspice_widgets/qspicemainchannel.cpp#L157-L179</a><br>after the try to execute this method application crashed:<br>(image, 0.3 MB) <a href="http://itmag.es/3aapu">http://itmag.es/3aapu</a><br><code><br>  node = lookup_type_node_I(type_instance->g_class->g_type);<br></code><br>...->g_type is broken address.<br>This occured in<br>static void file_xfer_send_start_msg_async(...) {<br>...<br>        task->channel = g_object_ref(channel);<br>        task->file = g_object_ref(files[i]);<br>...<br>}<br><br>(2)<br><a href="https://github.com/F1ash/qt-virt-manager/blob/master/src/vm_viewer/qspice_widgets/qspicemainchannel.cpp#L129-L146">https://github.com/F1ash/qt-virt-manager/blob/master/src/vm_viewer/qspice_widgets/qspicemainchannel.cpp#L129-L146</a><br>after the try to execute this method host clipboard (text)<br>data not received by guest clipboard. In virt-viewer this<br>action is successful.<br><br>I will be glad to any advice.<br>(Sorry my english).<br><br>-- <br>Fl@sh<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 27 September 2015 at 16:07,  <span dir="ltr"><<a href="mailto:spice-devel-request@lists.freedesktop.org" target="_blank">spice-devel-request@lists.freedesktop.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Welcome to the <a href="mailto:Spice-devel@lists.freedesktop.org">Spice-devel@lists.freedesktop.org</a> mailing list!<br>
<br>
To post to this list, send your message to:<br>
<br>
  <a href="mailto:spice-devel@lists.freedesktop.org">spice-devel@lists.freedesktop.org</a><br>
<br>
General information about the mailing list is at:<br>
<br>
  <a href="http://lists.freedesktop.org/mailman/listinfo/spice-devel" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/spice-devel</a><br>
<br>
If you ever want to unsubscribe or change your options (eg, switch to<br>
or from digest mode, change your password, etc.), visit your<br>
subscription page at:<br>
<br>
  <a href="http://lists.freedesktop.org/mailman/options/spice-devel/kaperang07%40gmail.com" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/options/spice-devel/kaperang07%40gmail.com</a><br>
<br>
<br>
You can also make such adjustments via email by sending a message to:<br>
<br>
  <a href="mailto:Spice-devel-request@lists.freedesktop.org">Spice-devel-request@lists.freedesktop.org</a><br>
<br>
with the word `help' in the subject or body (don't include the<br>
quotes), and you will get back a message with instructions.<br>
<br>
You must know your password to change your options (including changing<br>
the password, itself) or to unsubscribe without confirmation.  It is:<br>
<br>
  43215689<br>
<br>
Normally, Mailman will remind you of your <a href="http://lists.freedesktop.org" rel="noreferrer" target="_blank">lists.freedesktop.org</a><br>
mailing list passwords once every month, although you can disable this<br>
if you prefer.  This reminder will also include instructions on how to<br>
unsubscribe or change your account options.  There is also a button on<br>
your options page that will email your current password to you.<br>
</blockquote></div><br></div>