Op 31-10-2015 om 14:44 schreef PhilipPirrip:
On 10/31/2015 09:27 AM, PhilipPirrip wrote:
Thanks, David. It did work with Qt 4.8.6
First thing I noticed, though, is that most icons are missing. Have to
investigate. I remember seeing a similar issue here on the list recently.

The errors reported in the message pane are of this kind
GuiApplication.cpp (635): Cannot load icon C:/LyX/lyx-install/Resources/images/thesaurus-entry.svgz please verify resource system!


Is there any special library, not mentioned in INSTALL.Win32 that needs to be copied somewhere? How can one force LyX to use png icons as a fallback?
Thnx


I'm already working on this issue.

The problem is that Qt 4.x cannot read svgz icon files where Qt 5.x can. There is some logic to fall back to png when the svgz file could not be read but this is poorly implemented and apparently untested.

Workaround would be to select classic icons in the preferences, or to change some occurences of "svgz,png" to "png" in the source code.

Vincent

Reply via email to