[Libreoffice-bugs] [Bug 123796] Wrong cursor when inserting shape

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Mar 2 23:29:21 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=123796

--- Comment #2 from Julien Nabet <serval2412 at yahoo.fr> ---
Noel: the problem is cursors aren't in colibre theme package.

Considering core/postprocess/CustomTarget_images.mk and
solenv/bin/pack_images.py, it seems the only images taken into account for zip
themes packages are either "res" (I suppose "ressource") or "cmd" ("command"),
the rest seems ignored.
So doing this fixed the pb for me:
1) move icon-themes/colibre/vcl/cursors/* to icon-themes/colibre/vcl/res
to have icon-themes/colibre/vcl/res/cursors:*

2) in vcl/inc/bitmaps.hlst, replace all vcl/cursors/<file> by
vcl/res/cursors/<file>

Any thoughts?

-- 
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/20190302/f7ebad4f/attachment.html>


More information about the Libreoffice-bugs mailing list