Skip to content

native clipboard clients #258

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

Closed
3 tasks done
lunixbochs opened this issue Feb 27, 2021 · 4 comments
Closed
3 tasks done

native clipboard clients #258

lunixbochs opened this issue Feb 27, 2021 · 4 comments

Comments

@lunixbochs
Copy link

lunixbochs commented Feb 27, 2021

  • mac
  • linux
  • windows

Looks like Qt's clipboard implementation has enough quirks to be worth shipping my own cross platform clipboard client.
For example, there are complaints about Qt's clipboard sometimes stalling for several seconds on Linux during repeated access.

@lunixbochs
Copy link
Author

lunixbochs commented May 5, 2021

I believe the Linux Qt clipboard issue is mitigated in the next beta, which delays the need for this work.

@lunixbochs lunixbochs removed this from the v0.2.0 milestone May 5, 2021
@knausj85
Copy link

knausj85 commented Jul 21, 2021

I don't know if this merits a separate issue or not, but I keep running into this error on Windows:

OleSetClipboard: Failed to set mime data (text/plain) on clipboard: COM error 0xffffffff800401d0  (Unknown error 0x0800401d0) (The parameter is incorrect.)

I can't find a consistent repro, though is seems to happen pretty consistently when using user.paste in the talon repl. Usually all subsequent paste actions fail; I've seen it randomly recover, but not sure how yet.

@lunixbochs
Copy link
Author

lunixbochs commented Jul 21, 2021 via email

@lunixbochs
Copy link
Author

done in talon-rust

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

No branches or pull requests

2 participants