-
-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[HELP] Pictures not Rendering on WIndows #1998
Comments
I am assuming the icons are SVG and you lack librsvg and it gdkpixbuf loader |
okay, gonna try including them as well |
Are we talking about gdk-pixbuf-querry-loaders.exe ? |
No clue why is that happening. Do you have librsvg installed there as well? |
It's one of the dlls I copied over. I guess I should try doing a gvsbuild outside msys2 and linking to that instead |
I have the same issue also in msys2 but PNG files and also the close and minimize icons are fixed and shown but the ucrt64/mingw-w64-ucrt-x86_64-jp2-pixbuf-loader 0.0.2-2 [installed]
JPEG2000 GDK Pixbuf Loader library (mingw-w64)
ucrt64/mingw-w64-ucrt-x86_64-webp-pixbuf-loader 0.2.7-1 [installed]
WebP GDK Pixbuf Loader library (mingw-w64) also i have |
I'm loading the picture like this:
The Path and files are existing, there's also no warning about any missing dependencies on Windows.
It is build in Msys2 (Quasi-Msys2)
Here is the full build peipeline:
The Libadwaita Icons are also installed as well in the build Container:
RUN cd /quasi-msys2 \ && make install \ _ntldd \ mingw-w64-x86_64-adwaita-icon-theme \ mingw-w64-x86_64-libadwaita \ mingw-w64-x86_64-gettext \ mingw-w64-x86_64-gsettings-desktop-schemas
And the whole share folder is included in the final distribution.
I think that the problem of not loading/rendering the SVG on Windows is related to the icons also partially not being loaded.
Anything That I specifically should have in my final zip as well, that I'm missing?
The text was updated successfully, but these errors were encountered: