xsession-error: (orageclock:5114): Gtk-WARNING **: Error loading theme icon 'gtk-dialog-info' for stock: but i can find gtk-dialog-info in my icon theme. and if i change the source it will be fine: --- panel-plugin/oc_config.c.orig 2009-05-11 16:34:40.954704667 +0800 +++ panel-plugin/oc_config.c 2009-05-11 16:34:57.214000012 +0800 @@ -400,7 +400,7 @@ hbox = gtk_hbox_new(FALSE, 0); gtk_box_pack_start(GTK_BOX(GTK_DIALOG(dlg)->vbox), hbox, FALSE, FALSE, 6); - image = gtk_image_new_from_stock(GTK_STOCK_DIALOG_INFO, GTK_ICON_SIZE_DND); + image = gtk_image_new_from_stock(GTK_STOCK_DIALOG_INFO, GTK_ICON_SIZE_DIALOG); gtk_misc_set_alignment(GTK_MISC(image), 0.5f, 0.0f); gtk_box_pack_start(GTK_BOX(hbox), image, FALSE, FALSE, 0);
Strange. I can not reproduce this. Perhaps some icon themes do not have all sizes. Anyway, probably DIALOG size is more common than DND and as it works equally well, I have no problems in changing this.
i am so sorry, after i tried many times, i find it's because the 32x32/status/gtk-dialog-info image file is broken. just this one. and others are all fine. that's why "dialog" size one is OK, because its size is 48x48 thanks for notice this. sorry again ;)
np. closing this as non bug