[Libreoffice-bugs] [Bug 125053] UI: Calc used to store an image from copied selection
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri May 24 13:42:44 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=125053
Hans-Peter Jansen <hpj at urpla.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |NEW
--- Comment #4 from Hans-Peter Jansen <hpj at urpla.net> ---
Hi Buovjaga,
concerning this issue:
> So, this is an issue with 6.2.3.2, that was solved with 6.3.0.0.
Further investigation revealed, that 6.3.0.0 is a model student in this regard.
Make a Calc selection.
Examine the available formats:
$ xclip -selection clipboard -t TARGETS -o
text/html
application/x-qt-image
text/plain
UTF8_STRING
STRING
TEXT
application/x-libreoffice-clipboard-uuid
image/png
image/bmp
image/bw
image/cur
image/icns
image/ico
image/jp2
image/jpeg
image/jpg
image/pbm
BITMAP
image/pcx
image/pgm
image/pic
image/ppm
PIXMAP
image/rgb
image/rgba
image/sgi
image/tga
image/tif
image/tiff
image/wbmp
image/webp
image/xbm
image/xpm
TARGETS
MULTIPLE
TIMESTAMP
SAVE_TARGETS
Save html selection:
$ xclip -selection clipboard -t text/html -o > test.html
Save png selection:
$ xclip -selection clipboard -t image/png -o > test.png
Checking test.{html,png}. All is well.
6.2.3.2 isn't that perfect:
Make a Calc selection.
What's available?
$ xclip -selection clipboard -t TARGETS -o
text/html
text/plain
UTF8_STRING
STRING
TEXT
application/x-libreoffice-clipboard-uuid
TARGETS
MULTIPLE
TIMESTAMP
SAVE_TARGETS
Compare to 6.3.0.0. As said in the report, it's missing any images and much
more from the available formats of 6.3.0.0.
All tests were done with the upstream AppImages (documented in
https://bugs.documentfoundation.org/show_bug.cgi?id=125053#c2), as well as the
openSUSE Tumbleweed provided build:
Version: 6.2.3.2
Build-ID: 20(Build:2)
CPU-Threads: 8; BS: Linux 5.1; UI-Render: Standard; VCL: kde5;
Gebietsschema: de-DE (de_DE.UTF-8); UI-Sprache: de-DE
Calc: threaded
with similar results.
Should I close this bug, or is there any possibility, that somebody wants to
fix this misbehaviour in the 6.2 series (which would be great)?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190524/79907d0d/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list