Gnome::Main vs Gtk::Main



Ross Burton pointed out to me earlier today that libgnome and libgnomeui
are destined for demise so I assume libgnomemm and libgnomeuimm are.  So
I thought I would remove my use of these.  However, in changing from
using:

Gnome::Main application ( "GFontBrowser" , VERSION ,
Gnome::UI::module_info_get ( ) , ac , av ) ;

which worked fine to using:

Gtk::Main application ( ac , av ) ;

I find I get the enclosed appearing on the console.  Is there a hint
anywhere what I am doing wrong?

Thanks.

(gfontbrowser:5131): Gnome-CRITICAL **: gnome_program_get_app_id:
assertion `program != NULL' failed

(gfontbrowser:5131): GLib-CRITICAL **: g_string_prepend: assertion
`val != NULL' failed

(gfontbrowser:5131): Gnome-CRITICAL **: gnome_program_get_app_id:
assertion `program != NULL' failed

(gfontbrowser:5131): GConf-CRITICAL **: gconf_escape_key: assertion
`arbitrary_text != NULL' failed

(gfontbrowser:5131): GConf-CRITICAL **: gconf_client_add_dir: assertion
`gconf_valid_key (dirname, NULL)' failed

(gfontbrowser:5131): Gnome-CRITICAL **: gnome_program_locate_file:
assertion `program != NULL' failed

(gfontbrowser:5131): Gnome-CRITICAL **: gnome_program_locate_file:
assertion `program != NULL' failed

(gfontbrowser:5131): Gnome-CRITICAL **: gnome_program_get_app_id:
assertion `program != NULL' failed

(gfontbrowser:5131): GLib-CRITICAL **: g_string_prepend: assertion
`val != NULL' failed

(gfontbrowser:5131): Gtk-CRITICAL **: gtk_accel_map_add_entry: assertion
`_gtk_accel_path_is_valid (accel_path)' failed

(gfontbrowser:5131): Gtk-CRITICAL **: gtk_widget_set_accel_path:
assertion `_gtk_accel_path_is_valid (accel_path)' failed

(gfontbrowser:5131): Gnome-CRITICAL **: gnome_program_get_app_id:
assertion `program != NULL' failed

(gfontbrowser:5131): GLib-CRITICAL **: g_string_prepend: assertion
`val != NULL' failed

(gfontbrowser:5131): Gnome-CRITICAL **: gnome_program_get_app_id:
assertion `program != NULL' failed

(gfontbrowser:5131): GLib-CRITICAL **: g_string_prepend: assertion
`val != NULL' failed

(gfontbrowser:5131): Gtk-CRITICAL **: gtk_widget_set_accel_path:
assertion `_gtk_accel_path_is_valid (accel_path)' failed

(gfontbrowser:5131): Gnome-CRITICAL **: gnome_program_get_app_id:
assertion `program != NULL' failed

-- 
Russel.
====================================================
Dr Russel Winder                +44 20 7585 2200
41 Buckmaster Road              +44 7770 465 077
London SW11 1EN, UK             russel russel org uk

Attachment: signature.asc
Description: This is a digitally signed message part



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]