<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Images in help not visible if security option is selected (comment 18)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=81091#c27">Comment # 27</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Images in help not visible if security option is selected (comment 18)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=81091">bug 81091</a>
              from <span class="vcard"><a class="email" href="mailto:prusselltechgroup@gmail.com" title="russell <prusselltechgroup@gmail.com>"> <span class="fn">russell</span></a>
</span></b>
        <pre>Version: LibreOffice 5.3.3 on Linux
Icon Style: Galaxy

Following #6:

In Calc - Icon that displays:
1. Click File -> Help
2. I see the "LibreOffic Help" icon. I select, copy and paste it in writer.
3. I right-click the image -> Properties

   File Name: vnd.libreoffice.image://galaxy/cmd/sc_helpindex.png

===> unzip -l /usr/share/libreoffice/share/config/images_galaxy.zip|grep
sc_helpindex.png

      715  2017-05-03 18:58   cmd/sc_helpindex.png

In Calc - Icon that does not display:
1. Click File -> Help
2. I search for "functions" and select "Date & Time Functions"
3. I see the "Note icon". I select, copy and paste it in writer.
4. I right-click the image -> Properties

   File Name: vnd.libreoffice.image://galaxy/res/helpimg/note.png

===> unzip -l /usr/share/libreoffice/share/config/images_galaxy.zip|grep
note.png

      992  2017-05-03 18:58   cmd/lc_insertfootnote.png
      553  2017-05-03 18:58   cmd/sc_insertfootnote.png
     1067  2017-05-03 18:58   cmd/lc_insertendnote.png
      508  2017-05-03 18:58   cmd/sc_insertendnote.png

5. Tried another icon:

   File Name: vnd.libreoffice.image://galaxy/res/helpimg/warning.png

===> unzip -l /usr/share/libreoffice/share/config/images_galaxy.zip|grep
warning.png

      523  2017-05-03 18:58   dbaccess/res/exwarning.png

I went through all zip files using command below and the results were the same
as above for all files.

for f in *.zip; do unzip -l $f; done | grep '(note.png|warning.png)'</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>