Bug 150675 - Warnings when inserting any image in a new document
Summary: Warnings when inserting any image in a new document
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
7.5.0.0 alpha0+
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-29 19:14 UTC by BogdanB
Modified: 2022-08-31 18:47 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description BogdanB 2022-08-29 19:14:08 UTC
Description:
Open a new document a insert any local image.
In the dbg version of LibreOffice I get this message (4 lines) each time I insert or I click on an image.

warn:vcl:22976:22976:vcl/source/image/ImplImage.cxx:82: Failed to load scaled image from cmd/lc_rotate180.png at 1
warn:vcl:22976:22976:vcl/source/image/ImplImage.cxx:105: Failed to load stock icon cmd/lc_rotate180.png
warn:vcl:22976:22976:vcl/source/image/ImplImage.cxx:82: Failed to load scaled image from cmd/lc_rotatereset.png at 1
warn:vcl:22976:22976:vcl/source/image/ImplImage.cxx:105: Failed to load stock icon cmd/lc_rotatereset.png




Steps to Reproduce:
1. See description


Actual Results:
Warning

Expected Results:
No warning


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Version: 7.5.0.0.alpha0+ / LibreOffice Community
Build ID: 4c96abd81460977d413d4d28e891bbbac5769ede
CPU threads: 16; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
Calc: threaded
Comment 1 Heiko Tietze 2022-08-31 08:32:04 UTC
Nothing to worry. It means your icon theme has no image for the UNO command rotate180, which was added for bug 87700, and rotatereset (no ticket, submitted by ALG) and it will be omitted. The functions are located on the graphics and graphicobjectbar toolbars.

=> NAB (unless Rizal wants to turn it into an icon request).