Comment 6 for bug 1367814

Revision history for this message
Daniel d'Andrada (dandrader) wrote :

> @dandrader is this a matter of comparing the qtmir to qt pluging for x ?

Actually there seems to be something odd happening in the google protobuf communication (which is what mir uses). The very first time the client requests for the clipboard content unity8 returns the correct content but the client gets nothing on the other side (or so says google protobuf). So it thinks the clipboard is empty. But if it requests again later on the content arrives as expected. Notes app works because it queries the clipboard content at different moments.

Also if you just ignore canPaste() (wich was set according to the very first clipboard request that's done early on) and don't grey out the component it pastes fine as well (as later clipboard requests return the content normally).