Your message dated Sat, 06 Jun 2015 13:11:11 +0100
with message-id <[email protected]>
and subject line Fix released with 8.1 point release
has caused the Debian Bug report #785713,
regarding jessie-pu: package blackbox/0.70.1-23
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
785713: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785713
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: jessie
User: [email protected]
Usertags: pu
Hi,
The user report a bug[0] and pointed to a patch that
fixes it. The patch is already in sid (0.70.1-28).
QA upload.
As the user said: "The bug affects every day usage in
a most tangible way."
[0] - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=784955
The patch:
Description: Fixes focus. Sometimes it is lost.
Bug 784955.
Author: Brian Bidulock <[email protected]>
Last-Update: 2015-05-16
Index: blackbox-0.70.1/src/blackbox.cc
===================================================================
--- blackbox-0.70.1.orig/src/blackbox.cc
+++ blackbox-0.70.1/src/blackbox.cc
@@ -281,6 +281,7 @@ void Blackbox::process_event(XEvent *e)
bool lost_focus = true; // did the window really lose focus?
bool no_focus = true; // did another window get focus?
+ XSync(XDisplay(), False);
XEvent event;
if (XCheckIfEvent(XDisplay(), &event, scanForFocusIn, NULL)) {
process_event(&event);
-- System Information:
Debian Release: 8.0
APT prefers stable
APT policy: (990, 'stable'), (50, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Description: Fixes focus. Sometimes it is lost.
Bug 784955.
Author: Brian Bidulock <[email protected]>
Last-Update: 2015-05-16
Index: blackbox-0.70.1/src/blackbox.cc
===================================================================
--- blackbox-0.70.1.orig/src/blackbox.cc
+++ blackbox-0.70.1/src/blackbox.cc
@@ -281,6 +281,7 @@ void Blackbox::process_event(XEvent *e)
bool lost_focus = true; // did the window really lose focus?
bool no_focus = true; // did another window get focus?
+ XSync(XDisplay(), False);
XEvent event;
if (XCheckIfEvent(XDisplay(), &event, scanForFocusIn, NULL)) {
process_event(&event);
--- End Message ---
--- Begin Message ---
Version: 8.1
Hi,
The fix discussed in this bug was released to stable as part of the 8.1
point release earlier today.
Regards,
Adam
--- End Message ---