Skip to content

Commit

Permalink
#2655 don't steal focus
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@26892 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jul 5, 2020
1 parent 3e58060 commit 756d43f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/xpra/gtk_common/gtk_notifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ def __init__(self, stack, nid, title, message, actions, image, timeout=5, show_t
self.nid = nid
Gtk.Window.__init__(self)

self.set_accept_focus(False)
self.set_focus_on_map(False)
self.set_size_request(stack.size_x, -1)
self.set_decorated(False)
self.set_deletable(False)
Expand Down

0 comments on commit 756d43f

Please sign in to comment.