[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#856922: unblock: sakura/3.4.0-3 (pre-approval)



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package sakura (I haven't uploaded the package to
unstable yet).

This fixes a bug (which unfortunately hasn't been reported in Debian,
but it is in Launchpad), where the URGENT window flag doesn't get
cleared properly,

https://bugs.launchpad.net/sakura/+bug/1542585

(debdiff attached)

unblock sakura/3.4.0-3

-- System Information:
Debian Release: 9.0
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1,
'experimental') Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-2-amd64 (SMP w/1 CPU core)
Locale: LANG=sv_SE.utf8, LC_CTYPE=sv_SE.utf8 (charmap=UTF-8)

-- Andreas Rönnquist
gusnan@debian.org
diff -Nru sakura-3.4.0/debian/changelog sakura-3.4.0/debian/changelog
--- sakura-3.4.0/debian/changelog	2017-01-10 17:39:25.000000000 +0100
+++ sakura-3.4.0/debian/changelog	2017-03-06 10:43:39.000000000 +0100
@@ -1,3 +1,9 @@
+sakura (3.4.0-3) unstable; urgency=medium
+
+  * Add patch fix_clean_urgent_hint_on_focus_chaage.patch (LP: #1542585)
+
+ -- Andreas Rönnquist <gusnan@debian.org>  Mon, 06 Mar 2017 10:43:39 +0100
+
 sakura (3.4.0-2) unstable; urgency=medium
 
   * Fix typos in changelog
diff -Nru sakura-3.4.0/debian/patches/fix_clean_urgent_hint_on_focus_change.patch sakura-3.4.0/debian/patches/fix_clean_urgent_hint_on_focus_change.patch
--- sakura-3.4.0/debian/patches/fix_clean_urgent_hint_on_focus_change.patch	1970-01-01 01:00:00.000000000 +0100
+++ sakura-3.4.0/debian/patches/fix_clean_urgent_hint_on_focus_change.patch	2017-03-06 10:41:00.000000000 +0100
@@ -0,0 +1,14 @@
+Author: Javi Fontan
+Description: clean urgent hint on focus change
+Applied-Upstream: http://bazaar.launchpad.net/~dabisu/sakura/sakura/revision/565
+Bug: https://bugs.launchpad.net/sakura/+bug/1542585
+--- a/src/sakura.c
++++ b/src/sakura.c
+@@ -1780,6 +1780,7 @@
+ 		sakura_set_colors();
+ 
+ 	}
++	gtk_window_set_urgency_hint(GTK_WINDOW(sakura.main_window), FALSE);
+  	return FALSE;
+ }
+ 
diff -Nru sakura-3.4.0/debian/patches/series sakura-3.4.0/debian/patches/series
--- sakura-3.4.0/debian/patches/series	2017-01-09 17:43:14.000000000 +0100
+++ sakura-3.4.0/debian/patches/series	2017-03-06 10:42:26.000000000 +0100
@@ -1 +1,2 @@
+fix_clean_urgent_hint_on_focus_change.patch
 0001-Add-Keywords-field-to-desktop-file.patch

Reply to: