https://bugs.kde.org/show_bug.cgi?id=434619

vanyossi <ghe...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ghe...@gmail.com

--- Comment #5 from vanyossi <ghe...@gmail.com> ---
This has never worked, there is no code in krita for it. (at least not as old
as I could look). KisClipboardUtil.cpp manages the clipboard pasting. And the
supported mimetypes does not include text/uri-list.

Below are the mimetypes reported from clipboard when copying from Finder

"text/uri-list"
"text-plain"
"application/x-qt-image"

When the image is not generated from clipboard we fallback to the default
"QApplication::clipboard()->image() contents which are the mimetype icons.

Clipboard expects image data to return, in case of a text/uri-list mimetype the
most we can do whitout refactoring is to take the first element in the list and
load the image from file. ??

BTW: Copying and pasting between programs works perfectly fine.

1. From finder open document in "Preview"
2. Cmd + C
3. Paste in krita (or open from clipboard)

can we change the title and move this to a wish maybe?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to