gtk_widget_grab_focus() shouldn't be called on a widget that isn't realized. gtk_widget_get_realized(window->filter_entry) will always evaluate to FALSE at that codepoint. Closes: https://gitlab.xfce.org/apps/xfce4-taskmanager/-/issues/40