[Libreoffice-bugs] [Bug 81091] Images in help not visible if security option is selected ( comment 18)
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue May 23 05:29:48 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=81091
--- Comment #27 from russell <prusselltechgroup at gmail.com> ---
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)'
--
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/20170523/08eb57bd/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list