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

Bug#775160: marked as done (unblock (pre-approval): mate-power-manager/1.8.1+dfsg1-3)



Your message dated Sat, 17 Jan 2015 11:02:01 +0100
with message-id <20150117100201.GA23993@ugent.be>
and subject line Re: Bug#775160: unblock (pre-approval): mate-power-manager/1.8.1+dfsg1-3
has caused the Debian Bug report #775160,
regarding unblock (pre-approval): mate-power-manager/1.8.1+dfsg1-3
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 owner@bugs.debian.org
immediately.)


-- 
775160: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775160
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please consider unblocking planned upload of package mate-power-manager

The planned upload will fix #766749.

  * debian/patches:
    + Add 0001_fix-backlight-popup-gtkbuilder.patch. Fix GTKBuilder script for
      media keys popup window. (Closes: #766749).

-> In early-stage uploads of mate-power-manager, pressing the brightness
or volume hardware media keys (e.g. on notebooks, also some other keys
were/are supported) resulted in a little pop-up window containing an icon
(a speaker symbols or a brightness symbol) and a meter bar (for showing
the current volume or display brightness). While continuously pressing
those keys, the meter bar showed the volume (or brightness) change.

With upload of some previous version of mate-power-manager, this popup
window got broken and one could only see a grey square in the lower
middle of the screen when pressing such media keys. No icon anymore, no
meter bar.

The patch provided with this upload brings back the earlier and expected
behaviour when pressing such media keys.

For complete upstream bug history and some screenshots, see [1].

light+love,
Mike

[1] https://github.com/mate-desktop/mate-power-manager/issues/110

unblock mate-power-manager/1.8.1+dfsg1-3

-- System Information:
Debian Release: 8.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing-updates'), (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru mate-power-manager-1.8.1+dfsg1/debian/changelog mate-power-manager-1.8.1+dfsg1/debian/changelog
--- mate-power-manager-1.8.1+dfsg1/debian/changelog	2014-12-12 10:49:46.000000000 +0100
+++ mate-power-manager-1.8.1+dfsg1/debian/changelog	2015-01-12 06:11:59.000000000 +0100
@@ -1,3 +1,11 @@
+mate-power-manager (1.8.1+dfsg1-3) unstable; urgency=medium
+
+  * debian/patches:
+    + Add 0001_fix-backlight-popup-gtkbuilder.patch. Fix GTKBuilder script for
+      media keys popup window. (Closes: #766749).
+
+ -- Mike Gabriel <sunweaver@debian.org>  Mon, 12 Jan 2015 06:11:46 +0100
+
 mate-power-manager (1.8.1+dfsg1-2) unstable; urgency=medium
 
   * debian/rules:
diff -Nru mate-power-manager-1.8.1+dfsg1/debian/patches/0001_fix-backlight-popup-gtkbuilder.patch mate-power-manager-1.8.1+dfsg1/debian/patches/0001_fix-backlight-popup-gtkbuilder.patch
--- mate-power-manager-1.8.1+dfsg1/debian/patches/0001_fix-backlight-popup-gtkbuilder.patch	1970-01-01 01:00:00.000000000 +0100
+++ mate-power-manager-1.8.1+dfsg1/debian/patches/0001_fix-backlight-popup-gtkbuilder.patch	2015-01-12 06:09:20.000000000 +0100
@@ -0,0 +1,68 @@
+From a7d224c53ce2555fc675d689b35d01728eaf7b4e Mon Sep 17 00:00:00 2001
+From: Nachanon Vetjasit <nachanon@users.noreply.github.com>
+Date: Wed, 7 Jan 2015 15:51:08 +0100
+Subject: [PATCH] Fix GTKBuilder script for media keys popup window
+
+---
+ data/acme.ui | 44 ++++++++++++++++++--------------------------
+ 1 file changed, 18 insertions(+), 26 deletions(-)
+
+diff --git a/data/acme.ui b/data/acme.ui
+index 3222ecb..e0457ed 100644
+--- a/data/acme.ui
++++ b/data/acme.ui
+@@ -4,36 +4,28 @@
+   <!-- interface-naming-policy toplevel-contextual -->
+   <object class="GtkWindow" id="dialog">
+     <child>
+-      <object class="GtkFrame" id="acme_frame">
++      <object class="GtkVBox" id="acme_box">
+         <property name="visible">True</property>
+-        <property name="label_xalign">0</property>
+-        <property name="shadow_type">out</property>
++        <property name="spacing">6</property>
+         <child>
+-          <object class="GtkVBox" id="acme_vbox">
++          <object class="GtkImage" id="acme_image">
+             <property name="visible">True</property>
+-            <property name="border_width">12</property>
+-            <property name="spacing">6</property>
+-            <child>
+-              <object class="GtkImage" id="acme_image">
+-                <property name="visible">True</property>
+-                <property name="icon_name">audio-volume-high</property>
+-                <property name="icon-size">6</property>
+-              </object>
+-              <packing>
+-                <property name="position">0</property>
+-              </packing>
+-            </child>
+-            <child>
+-              <object class="GtkProgressBar" id="acme_volume_progressbar">
+-                <property name="visible">True</property>
+-              </object>
+-              <packing>
+-                <property name="expand">False</property>
+-                <property name="fill">False</property>
+-                <property name="position">1</property>
+-              </packing>
+-            </child>
++            <property name="icon_name">audio-volume-high</property>
++            <property name="icon-size">6</property>
+           </object>
++          <packing>
++            <property name="position">0</property>
++          </packing>
++        </child>
++        <child>
++          <object class="GtkProgressBar" id="acme_volume_progressbar">
++            <property name="visible">True</property>
++          </object>
++          <packing>
++            <property name="expand">False</property>
++            <property name="fill">False</property>
++            <property name="position">1</property>
++          </packing>
+         </child>
+       </object>
+     </child>
diff -Nru mate-power-manager-1.8.1+dfsg1/debian/patches/series mate-power-manager-1.8.1+dfsg1/debian/patches/series
--- mate-power-manager-1.8.1+dfsg1/debian/patches/series	2014-10-23 09:47:19.000000000 +0200
+++ mate-power-manager-1.8.1+dfsg1/debian/patches/series	2015-01-12 06:10:13.000000000 +0100
@@ -1,2 +1,3 @@
+0001_fix-backlight-popup-gtkbuilder.patch
 2001_omit-gfdl-licensed-help-files.patch
 2002_compile-extra-man-pages.patch

--- End Message ---
--- Begin Message ---
Hi,

On Thu, Jan 15, 2015 at 12:11:21PM +0000, Mike Gabriel wrote:
> Uploaded and accepted in unstable.

Unblocked.

Cheers,

Ivo

--- End Message ---

Reply to: