zoeyfyi / Boop-GTK

Port of @IvanMathy's Boop to GTK, a scriptable scratchpad for developers.

Home Page:https://boop-gtk.zoey.fyi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPU usage at idle

raqbit opened this issue · comments

When I launch Boop-GTK (v1.1.0) via flatpak run uk.co.mrbenshef.Boop-GTK or via the Gnome overview, it starts using ~40% of my CPU (Intel Core i5-7200U, Quad Core) while the application is not being used.

image

I'm not sure what's going on here, but I'm pretty sure this shouldn't be the case. Boop-GTK does not output any major errors in its log as far as I can see, just the following lines:

Gtk-Message: 11:44:39.158: Failed to load module "canberra-gtk-module"
Gtk-Message: 11:44:39.158: Failed to load module "canberra-gtk-module"

(boop-gtk:2): GLib-GObject-CRITICAL **: 11:44:49.354: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(boop-gtk:2): GLib-GObject-CRITICAL **: 11:44:50.890: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(boop-gtk:2): GLib-GObject-CRITICAL **: 11:44:51.076: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(boop-gtk:2): GLib-GObject-CRITICAL **: 11:44:51.089: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(boop-gtk:2): GLib-GObject-CRITICAL **: 11:44:51.169: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

Thanks for the report! Fixed in #103.