[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: [bug #65288] Copy&Paste of tables from output view does not co
From: |
Friedrich Beckmann |
Subject: |
PSPP-BUG: [bug #65288] Copy&Paste of tables from output view does not copy graphics but text |
Date: |
Sun, 12 May 2024 02:49:15 -0400 (EDT) |
Follow-up Comment #1, bug #65288 (group pspp):
I did some further investigation and figured out that MacOS posts the html
version with the mime type "text/html" but on MacOS this requires
"public.html". With some quickfix I added "public.html" as additional
advertised type here:
https://git.savannah.gnu.org/cgit/pspp.git/tree/src/ui/gui/psppire-output-view.c#n724
and then I can paste in Libreoffice with "html" which is better rendered. When
I have both "img" and "html" in the clipboard, then Libreoffice prefers the
image as the default pasted. So the first thing would be to have text/html
advertised correctly on MacOS.
The advertised "application/vnd.oasis.opendocument.text" is not considered by
LibreOffice, not on Linux and not on MacOS.
MacOS uti <-> mimetype relation is described here:
https://developer.apple.com/library/archive/documentation/Miscellaneous/Reference/UTIRef/Articles/System-DeclaredUniformTypeIdentifiers.html
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?65288>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- PSPP-BUG: [bug #65288] Copy&Paste of tables from output view does not copy graphics but text,
Friedrich Beckmann <=