abenz1267 / walker

Application launcher similar to Rofi etc. . Wayland native.
MIT License
263 stars 12 forks source link

GTK error? #12

Closed theogf closed 5 months ago

theogf commented 5 months ago

When I run walker from the terminal I see the following repeated error (every keystroke shows this error again):

ERROR gotk4_gbox_list_get_item: assertion 'index < objects_get_size(&self->items)' failed glib_old_log_api=1 priority=4

I am using the 0.0.44-1 version installed via yay.

abenz1267 commented 5 months ago

Thanks for reporting, i am already aware of that. This is due to using native Go objects for the list factory.

It doesn't break anything afaik, it's still annoying.

I'll investigate a bit more, but I assume this is an issue with gotk4.

abenz1267 commented 5 months ago

https://github.com/diamondburned/gotk4/issues/138

closing this here as it's not related to Walker.