New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Secure copy dont work in opera #343

Closed
marmarek opened this Issue Mar 8, 2015 · 3 comments

Comments

Projects
None yet
1 participant
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by marmarek on 7 Sep 2011 22:48 UTC
When something is copied from opera browser (eg using "Copy link location", or simple Ctrl-C) and then copy to inter-domain clipboard, there is only two bytes, always the same: 0x3b 0x01.

Secure-paste works ok. Also secure-copy from any other application works (so workaround is to copy from opera, paste to another app and then copy + secure-copy).

From gui-agent log:
"any" app (gnome-terminal here):

selection event, target=TARGETS
target list data size 10
supported 0x13c TIMESTAMP
supported 0x13b TARGETS
supported 0x138 MULTIPLE
supported 0x13a SAVE_TARGETS
supported 0xf6 UTF8_STRING
supported 0x153 COMPOUND_TEXT
supported 0x15e TEXT
supported 0x1f STRING
supported 0x15f text/plain;charset=utf-8
supported 0x160 text/plain
selection event, target=UTF8_STRING

Opera:

selection event, target=ATOM
sending clipboard data

Migrated-From: https://wiki.qubes-os.org/ticket/343

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Modified by marmarek on 13 Sep 2011 17:15 UTC

Member

marmarek commented Mar 8, 2015

Modified by marmarek on 13 Sep 2011 17:15 UTC

@marmarek marmarek self-assigned this Mar 8, 2015

@marmarek marmarek added this to the Release 1 Beta 2 milestone Mar 8, 2015

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by marmarek on 13 Sep 2011 18:26 UTC
Found that this two bytes is code of "TARGETS" atom. Weird...

Member

marmarek commented Mar 8, 2015

Comment by marmarek on 13 Sep 2011 18:26 UTC
Found that this two bytes is code of "TARGETS" atom. Weird...

@marmarek

This comment has been minimized.

Show comment
Hide comment

@marmarek marmarek closed this Mar 8, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment