Your message dated Mon, 01 Feb 2021 21:47:54 +0000
with message-id <e1l6h34-0006qx...@fasolo.debian.org>
and subject line Bug#977628: Removed package(s) from unstable
has caused the Debian Bug report #864281,
regarding orage clock panel plugin background transparency doesn't work
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 ow...@bugs.debian.org
immediately.)


-- 
864281: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864281
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: orage
Version: 4.12.1-1
Severity: minor
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu artful ubuntu-patch

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
     On Orage clock XFCE panel preferences, do not mark 'set background color'
     but the background color of the plugin keeps opaque. 

   * What exactly did you do (or not do) that was effective (or
     ineffective)?
     It was ineffective to modify the 'set background color' settings.

   * What was the outcome of this action?
     The background color of the plugin keeps opaque no matter what you do.

   * What outcome did you expect instead?
     If the option 'set background color' is unmarked, I expect to have a
     transparent background in the panel background, as normally found on all
     other plugins.

*** End of the template - remove these template lines ***


*** /tmp/tmpKeTLyi/bug_body

In Ubuntu, the attached patch was applied to achieve the following:

     On Orage clock XFCE panel preferences, do not mark 'set background color'
     but the background color of the plugin keeps opaque.

  * debian/paches:
    - 02_invisible_event_box.patch added, fix clock panel plugin background
      transparency doesn't work                                closes: #1567956


Thanks for considering the patch.


-- System Information:
Debian Release: stretch/sid
  APT prefers xenial-updates
  APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 
'xenial'), (100, 'xenial-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.8.0-53-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
=== modified file 'debian/changelog'

=== added file 'debian/patches/02_invisible_event_box.patch'
--- debian/patches/02_invisible_event_box.patch	1970-01-01 00:00:00 +0000
+++ debian/patches/02_invisible_event_box.patch	2017-06-06 08:17:54 +0000
@@ -0,0 +1,21 @@
+diff --git a/panel-plugin/xfce4-orageclock-plugin.c b/panel-plugin/xfce4-orageclock-plugin.c
+index ae3aa8b..3623d8a 100644
+--- a/panel-plugin/xfce4-orageclock-plugin.c
++++ b/panel-plugin/xfce4-orageclock-plugin.c
+@@ -735,10 +735,13 @@ void oc_bg_set(Clock *clock)
+ {
+     GdkColor *bg = NULL;
+ 
+-    if (clock->bg_set)
++    if (clock->bg_set) {
+         bg = &clock->bg;
+-
+-    gtk_widget_modify_bg(clock->ebox, GTK_STATE_NORMAL, bg);
++        gtk_widget_modify_bg(clock->ebox, GTK_STATE_NORMAL, bg);
++        gtk_event_box_set_visible_window(GTK_EVENT_BOX(clock->ebox), TRUE);
++    } else {
++        gtk_event_box_set_visible_window(GTK_EVENT_BOX(clock->ebox), FALSE);
++    }
+ }
+ 
+ void oc_timezone_set(Clock *clock)

=== modified file 'debian/patches/series'
--- debian/patches/series	2015-03-14 14:53:45 +0000
+++ debian/patches/series	2017-06-06 08:18:00 +0000
@@ -1 +1,2 @@
 01_support-filename-desktop.patch
+02_invisible_event_box.patch


--- End Message ---
--- Begin Message ---
Version: 4.12.1-8+rm

Dear submitter,

as the package orage has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/977628

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to