-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
After ABRT uploads data to the retrace server, then retrace server processing fails because the retrace server has been broken for a past year, then ABRT will prompt you "do you want to install debuginfo locally?" This prompt steals focus from whatever else I was doing. Half the time, I hit the spacebar because I am typing something else in another window, ABRT steals the focus to its prompt, and spacebar means "Yes go ahead!" So I've accidentally submitted the prompt before I ever had a chance to read it.
Guess: ABRT is using gtk_get_current_event_time() -- or similar -- and then gtk_window_present_with_time() to raise the window? To fix this, you can use the time of the last user action, rather than the current time.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels