Thanks to visit codestin.com
Credit goes to github.com

Skip to content

assert: font_manager_google_fonts_sample_row_from_item #249

@spezialspezial

Description

@spezialspezial

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

  1. Manage -> G -> find Genos
  2. Click Genos
  3. See stdout
  4. See error
  5. Click a different family
  6. ->
(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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions