You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most difficult part is to make the data fit in the clipboard-token packet, which has been overloaded too many times already.
The correct way to handle this is to use the new packet format: #1942 so that we can just send a dictionary of targets + values.
The text was updated successfully, but these errors were encountered:
This is needed to be able to provide both
text/html
andtext/plain
targets to the html5 client: Xpra-org/xpra-html5#283At the moment, we just choose the first match from the preferred order list:
xpra/xpra/x11/gtk/clipboard.py
Lines 436 to 442 in 9db2102
The most difficult part is to make the data fit in the
clipboard-token
packet, which has been overloaded too many times already.The correct way to handle this is to use the new packet format: #1942 so that we can just send a dictionary of targets + values.
The text was updated successfully, but these errors were encountered: