-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Description
Describe the bug
I encountered an issue managing Google Fonts. On specific families, Genos for example, I get ->
(font-manager:146472): [font-manager]-CRITICAL **: 14:33:43.374: font_manager_google_fonts_sample_row_from_item: assertion 'item != NULL' failed
(font-manager:146472): GLib-GObject-CRITICAL **: 14:33:43.374: g_object_is_floating: assertion 'G_IS_OBJECT (object)' failed
(font-manager:146472): Gtk-CRITICAL **: 14:33:43.374: gtk_widget_show: assertion 'GTK_IS_WIDGET (widget)' failed
(font-manager:146472): Gtk-CRITICAL **: 14:33:43.374: gtk_list_box_insert: assertion 'GTK_IS_WIDGET (child)' failed
(font-manager:146472): GLib-GObject-CRITICAL **: 14:33:43.374: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(font-manager:146472): GLib-GObject-CRITICAL **: 14:33:43.374: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
It does not crash the app but might be worth checking out.
To Reproduce
- Manage -> G -> find Genos
- Click Genos
- See stdout
- See error
- Click a different family
- ->
(font-manager:146472): Gtk-CRITICAL **: 14:43:41.787: gtk_widget_destroy: assertion 'GTK_IS_WIDGET (widget)' failed
System Information
- OS: Ubuntu 20.04.3
- GNOME 3.36.8
- Font Manager version 0.8.7.202111200246~ubuntu20.04.1
Stretch Goal
Out of curiosity. Where in the vala source is the first assert generated?
JerryCasiano
Metadata
Metadata
Assignees
Labels
No labels