GtkVolumeButton and 'hicolor' theme

View: New views
1 Messages — Rating Filter:   Alert me  

GtkVolumeButton and 'hicolor' theme

by kksou :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I've written a sample code for GtkVolumeButton.

http://www.kksou.com/php-gtk2/articles/allow-user-to-adjust-volume-using-GtkVolumeButton---Part-1.php

The codes run fine. But there's a warning message that says:

"(php.exe:4888): Gtk-WARNING **: Could not find the icon 'audio-volume-muted'. 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"

I see that this 'hicolor' theme is also used in a number of other PHP-GTK widgets such as GtkFileChooserButton.

Was wondering if anyone has managed to get this 'hicolor' theme working on the windows platform (without recompiling the source)?

Thanks and Regards,
/kksou