[Glade-devel] opening glade2 file on ubuntu 11.10

Saku Masukita sakumasukita at googlemail.com
Sun Jan 15 12:00:15 UTC 2012


On Sun, Jan 15, 2012 at 6:53 AM, Tristan Van Berkom <tristanvb at openismus.com
> wrote:

> On Sat, 2012-01-14 at 20:32 +0100, Saku Masukita wrote:
> >
> > Hello,
> >
> > Sorry to bother you again about this issue. I am using glade 3.10.0 on
> > Ubuntu 11.10.
> > I am working on an open source project where I have a large glade file
> > which I have
> > converted from glade 2 to glade 3. Now most of it displays fine in
> > glade 3 but when I try
> > to save it I get the following long list of errors. Any idea of
> > whether they are benign or
> > not and how I can make them go away if possible?
>
> Those messages are there to help you catch any widgets that will
> not be available on the target machines where you intend to distribute
> your application.
>
> Since you converted from Glade 2, I assume your target is a very
> old version of GTK+.
>
> To get rid of the warnings, open the Project Properties dialog
> (File->Properties, or in older versions of Glade Edit->Preferences)
> and set your target to a version that is >= 2.16).
>

Well, I am running glade 3.10.0 and when I go to File -> Properties
I have the following options available:
2.20 2.22 2.24 3.0

When I was clicking 3.0 I was getting the error message that I was
having deprecated widgets or version mismatches. I resolved this
issue by clicking first 2.20 -> execute, 2.22 -> execute, 2.24 -> execute,
and finally 3.0 -> execute. Now I have no version mismatches.


>
> Note that if your application requires GTK+2 and not GTK+3, then
> you should stick with Glade 3.8, Glade 3.10 is intended for
> GTK+3 projects only and will give you access to some widgets
> that are not available in GTK+2.
>

Hi, no point in sticking to old versions of GTK+. If GTK+3 is what is
currently in use I want to use this version otherwise my application
will soon stop being supported by the various distros.


> Note also that Glade 3.8 and Glade 3.10 are parallel installable.
>

Now I just get the following errors when I launch glade:

$ glade whm.glade
GladeUI-Message: No displayable values for property
GtkMessageDialog::message-type
GladeUI-Message: No displayable values for property GtkTreeSelection::mode
GladeUI-Message: 14 missing displayable value for
GtkCellRendererAccel::accel-mods

(glade:2432): GladeUI-CRITICAL **: Unable to load module
'gtksourceview-3.0' from any search paths

(glade:2432): GladeUI-WARNING **: Failed to load external library
'gtksourceview-3.0'

(glade:2432): GladeUI-WARNING **: We could not find the symbol
"gtk_source_view_get_type"

(glade:2432): GladeUI-WARNING **: Could not get the type from
"GtkSourceView"

(glade:2432): GladeUI-WARNING **: Failed to load the GType for
'GtkSourceView'

(glade:2432): GladeUI-WARNING **: Tried to include undefined widget class
'GtkSourceView' in a widget group

(glade:2432): Gtk-CRITICAL **: gtk_style_provider_get_style_property:
assertion `g_type_is_a (gtk_widget_path_get_object_type (path),
pspec->owner_type)' failed

(glade:2432): Gtk-CRITICAL **: gtk_style_provider_get_style_property:
assertion `g_type_is_a (gtk_widget_path_get_object_type (path),
pspec->owner_type)' failed

(glade:2432): Gtk-CRITICAL **: gtk_style_provider_get_style_property:
assertion `g_type_is_a (gtk_widget_path_get_object_type (path),
pspec->owner_type)' failed

(glade:2432): Gtk-CRITICAL **: gtk_style_provider_get_style_property:
assertion `g_type_is_a (gtk_widget_path_get_object_type (path),
pspec->owner_type)' failed

(glade:2432): Gtk-CRITICAL **: gtk_style_provider_get_style_property:
assertion `g_type_is_a (gtk_widget_path_get_object_type (path),
pspec->owner_type)' failed

(glade:2432): Gtk-CRITICAL **: gtk_style_provider_get_style_property:
assertion `g_type_is_a (gtk_widget_path_get_object_type (path),
pspec->owner_type)' failed

(glade:2432): Gtk-CRITICAL **: gtk_style_provider_get_style_property:
assertion `g_type_is_a (gtk_widget_path_get_object_type (path),
pspec->owner_type)' failed

(glade:2432): Gtk-CRITICAL **: gtk_style_provider_get_style_property:
assertion `g_type_is_a (gtk_widget_path_get_object_type (path),
pspec->owner_type)' failed

(glade:2432): Gtk-CRITICAL **: gtk_style_provider_get_style_property:
assertion `g_type_is_a (gtk_widget_path_get_object_type (path),
pspec->owner_type)' failed

(glade:2432): Gtk-CRITICAL **: gtk_style_provider_get_style_property:
assertion `g_type_is_a (gtk_widget_path_get_object_type (path),
pspec->owner_type)' failed

(glade:2432): Gtk-CRITICAL **: gtk_style_provider_get_style_property:
assertion `g_type_is_a (gtk_widget_path_get_object_type (path),
pspec->owner_type)' failed

(glade:2432): Gtk-CRITICAL **: gtk_style_provider_get_style_property:
assertion `g_type_is_a (gtk_widget_path_get_object_type (path),
pspec->owner_type)' failed
GladeUI-Message: The DevHelp installed on your system is too old, devhelp
feature will be disabled.

(glade:2432): Gtk-CRITICAL **: gtk_cell_view_set_displayed_row: assertion
`GTK_IS_TREE_MODEL (cell_view->priv->model)' failed

Are these messages OK?

Thanks again,

I plan to rewrite my code for GTK+ 3.

Regards,

Saku
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/glade-devel/attachments/20120115/076edd30/attachment-0001.html>


More information about the Glade-devel mailing list