Changes between Initial Version and Version 1 of Ticket #2312, comment 20
- Timestamp:
- 10/31/19 11:35:24 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2312, comment 20
initial v1 22 22 23 23 Note: your browser is likely to ask you about allowing xpra to access the clipboard. If you somehow refuse, it won't ask again and things just won't work from then on... I'm not saying that this is the case here, just something to be aware of. 24 25 26 You can verify that the client's browser has support for copying images on the server using: 27 {{{ 28 $ xpra info | grep clipboard.preferred-targets 29 features.clipboard.preferred-targets=('UTF8_STRING', 'TEXT', 'STRING', 'text/plain', 'image/png') 30 }}} 31 {{{image/png}}} should be in that list.