Skip to content
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

clipboard cant read image and file-url #232

Closed
tauri-apps bot opened this issue Oct 30, 2021 · 6 comments
Closed

clipboard cant read image and file-url #232

tauri-apps bot opened this issue Oct 30, 2021 · 6 comments

Comments

@tauri-apps
Copy link

tauri-apps bot commented Oct 30, 2021

This issue has been upstreamed from tauri-apps/tauri#2786

Is your feature request related to a problem? Please describe.
clipboard only read text. cant read image and file-url

Describe the solution you'd like
add features to read image and file-url

Describe alternatives you've considered

@wusyong
Copy link
Member

wusyong commented Nov 3, 2021

We probably should use crate like copypasta to manage clipboard instance for us.

@amrbashir
Copy link
Member

amrbashir commented Nov 4, 2021

I agree, howevercopypasta and its dependencies don't have image support but we might be able to contribute it in the future.

I think we should remove clipboard access from tao all together and let tauri use copypasta directly.

@betamos
Copy link
Contributor

betamos commented Mar 28, 2022

Also, check out https://github.com/aweinstock314/rust-clipboard which looks to be well maintained.

Unfortunately none of the options I found offer file and image support. My use case is file URLs.

@Soya-xy
Copy link

Soya-xy commented May 20, 2022

How is this issue progressing now

@Soya-xy
Copy link

Soya-xy commented May 20, 2022

i fing arboard lib Text and pictures are supported
but now not support other file type

@amrbashir
Copy link
Member

Closing as this won't be implemented in tao, and clipboard will be removed, please use arboard crate instead.

@amrbashir amrbashir closed this as not planned Won't fix, can't repro, duplicate, stale Jan 10, 2023
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

4 participants