-
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
Gtk-WARNING **: Could not find the icon #4417
Comments
I encountered this problem on windows 10 as well, the fix is fairly simple. |
Thanks for posting this issue. Please open a new issue if this is still a problem for you. |
Just to confirm, is this a symptom of #6554? |
my share/icons folder has Adwaita and hicolor icons folder.when I run gtk app, there is no warning message display , but icons doesn't showed correctly on titlebar, same as "ishaantantra" report |
Are you sure msys2 is installed via gtkmm? I just tried |
Where exactly is your |
You install mingw-w64-x86_64-adwaita-icon-theme using Find the share folder in msys2 All warnings regarding could not icon are resolved from this. |
@ishaantantra Thank you! Figured that out myself though. vcpkg does not have msys2 package (understandable). But it's a shame that icons and themes are N/A with vcpkg out of the box. |
@kakyoism I completely agree with you. If Gtk needs the icons, then icons therefore are a dependency, and something vcpkg should handle automatically. |
So are their any plans to include the icons? Or do we have to manually install them? |
Easy solution --
Now, run your code to find the path on the console:
Copy the icons from: C:\msys64\mingw64\share\icons ICONS FIXED! |
Gtk-WARNING **: Could not find the icon 'window-minimize-symbolic-ltr'. The 'hicolor' theme
![gtkmm theme error](https://user-images.githubusercontent.com/40491518/46567837-4cf17e00-c958-11e8-84e2-6bc688362c01.png)
was not found either, perhaps you need to install it.
You can get a copy from:
http://icon-theme.freedesktop.org/releases
The text was updated successfully, but these errors were encountered: