[Gtk-sharp-list] glade and window icon

Andrei Ivanov andrei.ivanov@ines.ro
Thu, 15 Apr 2004 23:36:43 +0300 (EEST)


Hello,
I'm playing with glade and I've added an icon to my window:

<widget class="GtkWindow" id="appWindow">
  ...
  <property name="icon">shadow-commander.png</property>
...

But then my application dies:

** (Main.exe:31188): WARNING **: Shared memory sanity check failed.

** (Main.exe:31188): WARNING **: Failed to attach shared memory! Falling 
back to non-shared handles

(<unknown>:31188): GLib-CRITICAL **: file gutils.c: line 577 
(g_path_get_dirname): assertion `file_name != NULL' failed

(<unknown>:31188): GdkPixbuf-CRITICAL **: file gdk-pixbuf-io.c: line 761 
(gdk_pixbuf_new_from_file): assertion `filename != NULL' failed
Segmentation fault


Is this a bug or is this not supported by gtk-sharp?

Btw, what is it with the shared memory warnings?