Your message dated Sat, 03 Jun 2017 20:58:00 +0000
with message-id <[email protected]>
and subject line Re: Bug#864051: unblock: mate-terminal/1.16.3-1
has caused the Debian Bug report #864051,
regarding unblock: mate-terminal/1.16.3-1
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.)
--
864051: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864051
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please consider unblocking package mate-terminal ready for upload.
It was discovered that a double click on the right mouse button inside a
mate terminal can freeze input on the complete X.org server.
The planned upload of mate-terminal 1.16.3-1 fixes this. This new
upstream release is esp. targeted for Debian 9, no other issue has been
solved since 1.16.2-1.
unblock mate-terminal/1.16.3-1
-- System Information:
Debian Release: 9.0
APT prefers testing
APT policy: (990, 'testing')
Architecture: amd64
(x86_64)
Foreign Architectures: i386
Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru mate-terminal-1.16.2/configure.ac mate-terminal-1.16.3/configure.ac
--- mate-terminal-1.16.2/configure.ac 2017-02-06 12:44:53.000000000 +0100
+++ mate-terminal-1.16.3/configure.ac 2017-05-05 13:03:09.000000000 +0200
@@ -1,6 +1,6 @@
m4_define([gt_version_major],[1])
m4_define([gt_version_minor],[16])
-m4_define([gt_version_micro],[2])
+m4_define([gt_version_micro],[3])
m4_define([gt_version_extra],[])
m4_define([gt_version],[gt_version_major().gt_version_minor().gt_version_micro()gt_version_extra])
diff -Nru mate-terminal-1.16.2/debian/changelog
mate-terminal-1.16.3/debian/changelog
--- mate-terminal-1.16.2/debian/changelog 2017-04-26 21:29:17.000000000
+0200
+++ mate-terminal-1.16.3/debian/changelog 2017-06-03 18:29:04.000000000
+0200
@@ -1,3 +1,11 @@
+mate-terminal (1.16.3-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ - Fix freezing Xorg on double click with right mouse button. (Closes:
+ #862035).
+
+ -- Mike Gabriel <[email protected]> Sat, 03 Jun 2017 18:29:04 +0200
+
mate-terminal (1.16.2-1) unstable; urgency=medium
* New upstream release.
diff -Nru mate-terminal-1.16.2/NEWS mate-terminal-1.16.3/NEWS
--- mate-terminal-1.16.2/NEWS 2017-02-06 12:44:53.000000000 +0100
+++ mate-terminal-1.16.3/NEWS 2017-05-05 13:03:09.000000000 +0200
@@ -1,3 +1,7 @@
+1.16.3
+
+ * Fix freezing Xorg on double click with right mouse button
+
1.16.2
* Bring back exit confirmation when there's a process running
diff -Nru mate-terminal-1.16.2/src/terminal-window.c
mate-terminal-1.16.3/src/terminal-window.c
--- mate-terminal-1.16.2/src/terminal-window.c 2017-02-06 12:44:53.000000000
+0100
+++ mate-terminal-1.16.3/src/terminal-window.c 2017-05-05 13:03:09.000000000
+0200
@@ -1535,9 +1535,9 @@
if (info->button == 0)
gtk_menu_shell_select_first (GTK_MENU_SHELL (popup_menu), FALSE);
- if (gtk_menu_get_attach_widget (GTK_MENU (popup_menu)))
- gtk_menu_detach (GTK_MENU (popup_menu));
- gtk_menu_attach_to_widget (GTK_MENU (popup_menu), GTK_WIDGET (screen),
NULL);
+ if (!gtk_menu_get_attach_widget (GTK_MENU (popup_menu)))
+ gtk_menu_attach_to_widget (GTK_MENU (popup_menu),GTK_WIDGET
(screen),NULL);
+
gtk_menu_popup (GTK_MENU (popup_menu),
NULL, NULL,
NULL, NULL,
--- End Message ---
--- Begin Message ---
Niels Thykier:
> Control: tags -1 confirmed moreinfo
>
> Mike Gabriel:
>> Package: release.debian.org
>> Severity: normal
>> User: [email protected]
>> Usertags: unblock
>>
>> Please consider unblocking package mate-terminal ready for upload.
>>
>> It was discovered that a double click on the right mouse button inside a
>> mate terminal can freeze input on the complete X.org server.
>>
>> The planned upload of mate-terminal 1.16.3-1 fixes this. This new
>> upstream release is esp. targeted for Debian 9, no other issue has been
>> solved since 1.16.2-1.
>>
>> unblock mate-terminal/1.16.3-1
>>
>> [...]
>
>
> Ack, please go ahead.
>
> ~Niels
>
This one was uploaded and has now been unblocked.
Thanks,
~Niels
--- End Message ---