Sorry for hijacking this, but whats the irc server/channel name?<br><br>Cheers,<br><br>Attila<br><br><div class="gmail_quote">On Wed, Aug 18, 2010 at 2:15 PM, Alexander Larsson <span dir="ltr">&lt;<a href="mailto:alexl@redhat.com">alexl@redhat.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On Mon, 2010-08-09 at 12:58 +0300, Arnon Gilboa wrote:<br>
&gt; From: Arnon Gilboa &lt;<a href="mailto:agilboa@agilboa.usersys.redhat.com">agilboa@agilboa.usersys.redhat.com</a>&gt;<br>
&gt;<br>
&gt; -currently supports text only (UTF8)<br>
&gt; -add VDAgent::dispatch_message()<br>
&gt; -in VDAgent::read_completion() handle multi-chunk msgs<br>
&gt; -fix chunk size bug in VDService::handle_pipe_data()<br>
&gt; -add size to VDPipeMessage<br>
<br>
</div>This reads out the clipboard and writes it to the client on every<br>
change. This is bad for two reasons:<br>
<br>
1) It sends a lot of data to the client when it might not be needed<br>
2) It always forces clipboard using apps to serialize any clip board<br>
data it has to text and pass it to windows every time someone copies and<br>
pastes. This is unnecessary in most cases since cut and paste is mostly<br>
intra-application. Additionally it may be costly since if you copy<br>
something more complex like pdf or html extracting the text from it may<br>
not be trivial.<br>
<br>
I know we discussed this on irc. What is the status of that?<br>
<br>
I guess we could split out the pure bugfixes from this and commit<br>
though.<br>
<font color="#888888"><br>
--<br>
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=<br>
 Alexander Larsson                                            Red Hat, Inc<br>
       <a href="mailto:alexl@redhat.com">alexl@redhat.com</a>            <a href="mailto:alexander.larsson@gmail.com">alexander.larsson@gmail.com</a><br>
He&#39;s a globe-trotting amnesiac grifter possessed of the uncanny powers of an<br>
insect. She&#39;s a sarcastic junkie snake charmer with a birthmark shaped like<br>
Liberty&#39;s torch. They fight crime!<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
Spice-devel mailing list<br>
<a href="mailto:Spice-devel@lists.freedesktop.org">Spice-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/spice-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/spice-devel</a><br>
</div></div></blockquote></div><br>