FileChooserDialog raising warnings on Windows

Microsoft Windows [version 6.1.7601]
ruby 1.9.3p0 (2011-10-30) [i386-mingw32]
gtk2-1.0.3-x86-mingw32

FileChooserDialog complains. It does not find the gtk-file icon nor the
hicolor theme : “impossible de trouver l’ic�ne ��gtk-file��. Le th�me
��hicolor�� n’a pas non plus �t� trouv�.”

I do not know about the ‘hicolor’ theme, but the ‘gtk-file’ icon is
available as Gtk::Stock::FILE and I use it elsewhere in the same
program.

Ideas ?

_md

On Tue, Dec 20, 2011 at 11:42, Michel D.
[email protected] wrote:

FileChooserDialog complains. It does not find the gtk-file icon nor the
hicolor theme : “impossible de trouver l’ic�ne ��gtk-file��. Le th�me
��hicolor�� n’a pas non plus �t� trouv�.”

I do not know about the ‘hicolor’ theme, but the ‘gtk-file’ icon is
available as Gtk::Stock::FILE and I use it elsewhere in the same
program.

Ideas ?

As I mentioned on ruby-talk, perhaps hicolor-icon-theme should be
included with the Windows gem. Kouhei, what do you think?

Nikolai W. wrote in post #1037523:

On Tue, Dec 20, 2011 at 11:42, Michel D.
[email protected] wrote:

FileChooserDialog complains. It does not find the gtk-file icon nor the
hicolor theme : “impossible de trouver l’ic�ne ��gtk-file��. Le th�me
��hicolor�� n’a pas non plus �t� trouv�.”

I do not know about the ‘hicolor’ theme, but the ‘gtk-file’ icon is
available as Gtk::Stock::FILE and I use it elsewhere in the same
program.

Ideas ?

As I mentioned on ruby-talk, perhaps hicolor-icon-theme should be
included with the Windows gem. Kouhei, what do you think?

Nikolai, as you suggested, I added a feature request in this direction.

_md

Hi,

In CADdV=MsRUb5gQNEEAYC+_be47V=xwuW1EmDYrC0xV_c=removed_email_address@domain.invalid
“Re: [ruby-gnome2-devel-en] FileChooserDialog raising warnings on
Windows” on Tue, 20 Dec 2011 12:11:47 +0100,
Nikolai W. [email protected] wrote:

Ideas ?

As I mentioned on ruby-talk, perhaps hicolor-icon-theme should be
included with the Windows gem. Kouhei, what do you think?

It’s OK for me if we can include hicolor-icon-theme into gem
by a rake task. (I don’t want to download it by hand…)
Shold we download hicolor-icon-theme from
http://icon-theme.freedesktop.org/wiki/HicolorTheme ?

Thanks,

kou

On Thu, Dec 22, 2011 at 15:32, Kouhei S. [email protected] wrote:

Shold we download hicolor-icon-theme from
http://icon-theme.freedesktop.org/wiki/HicolorTheme ?

That’s the home for it, yes.

Kouhei S. wrote in post #1038142:

OK. I’ve added a download task for hicolor-icon-theme to
Windows gem build tasks.

Thanks,

kou

Thanks to you,
_md

Hi,

In [email protected]
“Re: [ruby-gnome2-devel-en] FileChooserDialog raising warnings on
Windows” on Thu, 22 Dec 2011 15:38:00 +0100,
Nikolai W. [email protected] wrote:

On Thu, Dec 22, 2011 at 15:32, Kouhei S. [email protected] wrote:

Shold we download hicolor-icon-theme from
http://icon-theme.freedesktop.org/wiki/HicolorTheme ?

Thats the home for it, yes.

OK. I’ve added a download task for hicolor-icon-theme to
Windows gem build tasks.

Thanks,

kou