Re: win32 (via Wine): 'image-missing' not present in theme Adwaita

2017-03-04 Thread Norbert de Jonge
Hi Emmanuele, Thanks for your feedback. > You need to generate the icon cache on the > target machine. Assuming "target machine" in this context is the target operating system, how do I generate icon cache on Windows (Wine on Linux, in my case)? >> Note that I don't want to move the executable

Re: win32 (via Wine): 'image-missing' not present in theme Adwaita

2017-03-04 Thread Emmanuele Bassi
On 4 March 2017 at 21:01, Norbert de Jonge wrote: >> I'm running my ported GTK+ application via Wine, and it keeps >> throwing: >> - >> Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: >> Icon 'image-missing' not present in theme Adwaita >> - >>

Re: win32 (via Wine): 'image-missing' not present in theme Adwaita

2017-03-04 Thread Norbert de Jonge
Hi all, Recently, I wrote: = > I'm running my ported GTK+ application via Wine, and it keeps > throwing: > - > Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: > Icon 'image-missing' not present in theme Adwaita > - > > How can I get rid of this? > > I've already

Re: win32 (via Wine): 'image-missing' not present in theme Adwaita

2017-03-02 Thread Norbert de Jonge
> Also the all the *-from-stock (e.g. gtk_button_new_from_stock) > functions have been deprecated in GTK 3.10 so maybe that’s the issue? Ah, that must be it, yes. I use gtk_image_new_from_icon_name() for menu icons, and now that you mention it these indeed do not show up. So, that must be where

Re: win32 (via Wine): 'image-missing' not present in theme Adwaita

2017-03-02 Thread Code Musings
Hello Norbert, which GTK version are you porting to and what is the call you’re using that causes the GTK Warning about the missing icon? I don’t have a Windows machine but the 'image-missing' icon is definitely present on my machine (I checked using gtk3-icon-browser). Also the all the

win32 (via Wine): 'image-missing' not present in theme Adwaita

2017-02-28 Thread Norbert de Jonge
Hi, I'm running my ported GTK+ application via Wine, and it keeps throwing: - Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Icon 'image-missing' not present in theme Adwaita - How can I get rid of this? I've already tried adding