Fix keyboard shortcut focus issues by passing proper timestamps#226
Open
vkareh wants to merge 1 commit intoubuntu-mate:masterfrom
Open
Fix keyboard shortcut focus issues by passing proper timestamps#226vkareh wants to merge 1 commit intoubuntu-mate:masterfrom
vkareh wants to merge 1 commit intoubuntu-mate:masterfrom
Conversation
Applications launched via Super+# keyboard shortcuts sometimes don't get focus because start_app() used Gtk.get_current_event_time() which returned 0 when called from X11 KeyPress events instead of GTK events. This change ensures applications launched via keyboard shortcuts get proper startup notification timestamps, allowing the window manager to focus them correctly instead of just blinking in the taskbar.
Member
Author
|
@flexiondotorg @lah7 - I can see that you are the only ones with merge access. Any chance this can get reviewed? (Even after 3 years of this applet not being updated, I still rely on it daily 😄) |
Member
|
Sorry for the delay. I've never been involved with this applet, I don't think I have access to packaging for Hunt down @flexiondotorg and politely request he does a quick pass of the open pull requests so it can land in a new release/package. Might be too late for inclusion with Ubuntu 25.10 though. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Applications launched via Super+# keyboard shortcuts sometimes don't get focus because start_app() used Gtk.get_current_event_time() which returned 0 when called from X11 KeyPress events instead of GTK events.
This change ensures applications launched via keyboard shortcuts get proper startup notification timestamps, allowing the window manager to focus them correctly instead of just blinking in the taskbar.