On 14-01-30 09:05 AM, Ronan Waide wrote:
On 01/30/2014 04:42 PM, Jim Charlton wrote:
I have recently built gtkmm (jhbuild, meta-gtk-osx-bootstrap and then meta-gtk-osx-gtk3, and finally, meta-gtk-osx-gtkmm3) on a MAC MAVERICKS machine. All went well. I then recompiled a substantial program. After some minor adjustments, the code executed as previously compiled on a MAC LION machine... but... icon images do not appear in the dialog boxes and when run from a console window I get the following error message.

Gtk-WARNING **: Could not find the icon 'dialog-warning-symbolic'. 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

hicolor is in the .../gtk/inst/share/icons directory... but it seems like it is ignored.

If I install the hicolor theme to /usr/local/share, then this message goes away but the icons are still missing.

Anyone have any hints as to how I can get the icons back?


sounds like this bug:
https://gramps-project.org/bugs/view.php?id=7356

cheers,
Waider.

Thanks for the link. I have read all of the comments there and perused the documentation cited. It is an interesting academic discussion... but I do not see clearly how I can edit my code to adjust to the new reality of the deprecated GTK stock items. SInce I am working with gtkmm code, it is one level of abstraction above the GTK+ code. So what do I do with lines like: Gtk::MessageDialog dialog("Dialog message", FALSE, Gtk::MESSAGE_WARNING, Gtk::BUTTONS_CLOSE);
to get a warning icon to appear in the dialog box?  Any further hints?

jim...
_______________________________________________
Gtk-osx-devel-list mailing list
Gtk-osx-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-osx-devel-list

Reply via email to