www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - GtkD icon theme issue

reply Benjamin Thaut <code benjamin-thaut.de> writes:
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
Dec 29 2013
parent reply Mike Wey <mike-wey example.com> writes:
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
Dec 29 2013
parent Benjamin Thaut <code benjamin-thaut.de> writes:
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
Dec 29 2013