-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg. #9936
Comments
I have two question: |
Hi @krishna116 |
Please feel free to reopen this issue if it is still a problem for you. |
(English) I solved this problem in my application as follows: (PT_BR) Eu resolvi esse problema no meu aplicativo da seguinte forma: |
After adding the dll's mentioned by sousecreto1, I am still getting the same message. So I added an svg image to my program to see any further explanation. And yes, I get the message that lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-svg.dll cannot be found. There are various suspicious websites which offer to "fix" the problem. But the safe way is to install gimp for windows, then copy gimp\lib\gdk-pixbuf-2.0\2.10.0\loaders\libpixbufloader-svg.dll to where gdk can find it. Funny, this is not the directory where the program is being run. Extra bonus: apparently gimp also has a dll to render windows meta files. I guess this could work to create GtkImage from any wmf. I have not tried this, as it is of no use to me. |
Describe the bug
When build and run a gtkmm application, show error message, the full error message is here:
(002-check-button.exe:9464): Gtk-WARNING **: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg.
This may indicate that pixbuf loaders or the mime database could not be found.
Environment
To Reproduce
https://developer.gnome.org/gtkmm-tutorial/stable/sec-checkboxes.html.zh_CN
The text was updated successfully, but these errors were encountered: