Today i was trying to use Brave browser and noticed, that it does not start. When started from console I get those errors:
$ brave-browser
[3369:3369:0630/143156.585563:ERROR:../src/content/browser/browser_main_loop.cc:278] GLib-GObject: cannot register existing type 'GtkWidget'
[3369:3369:0630/143156.585608:ERROR:../src/content/browser/browser_main_loop.cc:278] GLib-GObject: cannot add class private field to invalid type '<invalid>'
[3369:3369:0630/143156.585621:ERROR:../src/content/browser/browser_main_loop.cc:278] GLib-GObject: cannot add private field to invalid (non-instantiatable) type '<invalid>'
[3369:3369:0630/143156.585648:ERROR:../src/content/browser/browser_main_loop.cc:278] GLib-GObject: g_type_add_interface_static: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed
[3369:3369:0630/143156.585667:ERROR:../src/content/browser/browser_main_loop.cc:278] GLib-GObject: cannot register existing type 'GtkBuildable'
[3369:3369:0630/143156.585680:ERROR:../src/content/browser/browser_main_loop.cc:278] GLib-GObject: g_type_interface_add_prerequisite: assertion 'G_TYPE_IS_INTERFACE (interface_type)' failed
[3369:3369:0630/143156.585693:ERROR:../src/content/browser/browser_main_loop.cc:278] GLib: g_once_init_leave: assertion 'result != 0' failed
[3369:3369:0630/143156.585705:ERROR:../src/content/browser/browser_main_loop.cc:278] GLib-GObject: g_type_add_interface_static: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed
[3369:3369:0630/143156.585717:ERROR:../src/content/browser/browser_main_loop.cc:278] GLib-GObject: g_type_register_static: assertion 'parent_type > 0' failed
[3369:3369:0630/143156.585737:ERROR:../src/content/browser/browser_main_loop.cc:278] GLib-GObject: cannot add private field to invalid (non-instantiatable) type '<invalid>'
Killed
I have tried to google for these errors, but this did not helped, as all suggested solutions for me looks irrelevant.
I have tried to remove and install brave-browser, but this did not helped - I get same error.
It looks like some kind of Gtk library errors, but I don't imagine how to fix them...