Thread overview
GtkD icon theme issue
Dec 29, 2013
Benjamin Thaut
Dec 29, 2013
Mike Wey
Dec 30, 2013
Benjamin Thaut
December 29, 2013
I'm currently working with a file chooser. Whenever I open a folder that actually contains file I get the following error message:

Assertion file 'gtk' line 0: Could not find the icon 'gtk-file'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from:
	http://icon-theme.freedesktop.org/releases

Do I need a special version of these icon themes for windows, or will the normal version just work?  Is there something special I need to do for installation?

Kind Regards
Benjamin Thaut

December 29, 2013
On 12/29/2013 06:26 PM, Benjamin Thaut wrote:
> I'm currently working with a file chooser. Whenever I open a folder that
> actually contains file I get the following error message:
>
> Assertion file 'gtk' line 0: Could not find the icon 'gtk-file'. The
> 'hicolor' theme
> was not found either, perhaps you need to install it.
> You can get a copy from:
>      http://icon-theme.freedesktop.org/releases
>
> Do I need a special version of these icon themes for windows, or will
> the normal version just work?  Is there something special I need to do
> for installation?
>
> Kind Regards
> Benjamin Thaut

The normal version works on Windows, i'll include these in the installer.

As for installing the themes separately you'll need auomake and GnuMake.
I don't know if you have these installed, but i've created a zip http://gtkd.org/Downloads/gtk-icon-theme.zip which you can extract in: C:\Program Files\Gtk Runtime\share\

That should be enough to get rid of the errors.

-- 
Mike Wey
December 30, 2013
Am 30.12.2013 00:24, schrieb Mike Wey:
>
> The normal version works on Windows, i'll include these in the installer.
>
> As for installing the themes separately you'll need auomake and GnuMake.
> I don't know if you have these installed, but i've created a zip
> http://gtkd.org/Downloads/gtk-icon-theme.zip which you can extract in:
> C:\Program Files\Gtk Runtime\share\
>
> That should be enough to get rid of the errors.
>

Thank you very much. That worked.

Kind Regards
Benjamin Thaut