<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Wrong cursor when inserting shape"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123796#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Wrong cursor when inserting shape"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123796">bug 123796</a>
              from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>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?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>