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

Bug#895995: marked as done (mate-themes: High contrast themes show transparent zones instead of black when rendered with metacity)



Your message dated Tue, 01 May 2018 10:05:17 +0000
with message-id <E1fDS9t-000Fk8-Gj@fasolo.debian.org>
and subject line Bug#895995: fixed in mate-themes 3.22.16-5
has caused the Debian Bug report #895995,
regarding mate-themes: High contrast themes show transparent zones instead of black when rendered with metacity
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.)


-- 
895995: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895995
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: mate-themes
Version: 3.22.11-1
Severity: important
Tags: upstream patch
Forwarded: https://github.com/mate-desktop/mate-themes/issues/211

Hello,

As reported upstream, the background of decoration buttons of high
contrast themes show up transparent instead of black, making them
unreadable and thus unusable.  That can be seen in metacity-theme-viewer
by selecting the Metacity themes and then a high contrast theme (both
have the issue), as the attached snapshot shows.  The attached patch,
submitted upstream, fixes them.

Samuel

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'stable-debug'), (500, 'oldoldstable'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.16.0 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages mate-themes depends on:
ii  gtk2-engines          1:2.20.2-5
ii  gtk2-engines-murrine  0.98.2-2
ii  gtk2-engines-pixbuf   2.24.32-1
ii  librsvg2-common       2.40.20-2
ii  mate-icon-theme       1.20.0-1

Versions of packages mate-themes recommends:
ii  dmz-cursor-theme  0.4.5

mate-themes suggests no packages.

-- no debconf information

-- 
Samuel
  bien sûr que ça convient mieux à tout le monde
  enfin, dans la mesure où tout le monde c'est comme moi
 -+- le consensus, c'est facile -+-

Attachment: metacity-theme-viewer.png
Description: PNG image

Index: mate-themes-3.22.11/desktop-themes/ContrastHighInverse/metacity-1/metacity-theme-1.xml
===================================================================
--- mate-themes-3.22.11.orig/desktop-themes/ContrastHighInverse/metacity-1/metacity-theme-1.xml
+++ mate-themes-3.22.11/desktop-themes/ContrastHighInverse/metacity-1/metacity-theme-1.xml
@@ -147,7 +147,7 @@
 </draw_ops>
 
 <draw_ops name="outer_bevel">
-  <rectangle color="gtk:fg[NORMAL]"
+  <rectangle color="gtk:bg[NORMAL]" filled="true"
              x="0" y="0" width="width-1" height="height-1"/>
   <line color="gtk:light[NORMAL]"
         x1="1" y1="1" x2="1" y2="height-2"/>
Index: mate-themes-3.22.11/marco-themes/HighContrast/metacity-theme-1.xml
===================================================================
--- mate-themes-3.22.11.orig/marco-themes/HighContrast/metacity-theme-1.xml
+++ mate-themes-3.22.11/marco-themes/HighContrast/metacity-theme-1.xml
@@ -57,6 +57,7 @@
 
 <!-- define constants -->
 <constant name="ArrowSpacer" value="8"/>
+<constant name="ArrowBorder" value="2"/>
 <constant name="MinArrowSize" value="7"/>
 <constant name="ButtonIPad" value="6"/>
 <constant name="ThickLineWidth" value="3"/>
@@ -72,6 +73,9 @@
 </draw_ops>
 
 <draw_ops name="menu_button">
+  <rectangle color="gtk:bg[NORMAL]" filled="true"
+             x="ArrowBorder" y="ArrowBorder"
+             width="width-2*ArrowBorder" height="height-2*ArrowBorder"/>
   <gtk_arrow state="normal" shadow="out" arrow="down"
              x="ArrowSpacer `min` (width-MinArrowSize)/2"
              y="ArrowSpacer `min` (height-MinArrowSize)/2"
@@ -147,7 +151,7 @@
 </draw_ops>
 
 <draw_ops name="outer_bevel">
-  <rectangle color="gtk:fg[NORMAL]"
+  <rectangle color="gtk:fg[NORMAL]" filled="true"
              x="0" y="0" width="width-1" height="height-1"/>
   <line color="gtk:light[NORMAL]"
         x1="1" y1="1" x2="1" y2="height-2"/>

--- End Message ---
--- Begin Message ---
Source: mate-themes
Source-Version: 3.22.16-5

We believe that the bug you reported is fixed in the latest version of
mate-themes, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 895995@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mike Gabriel <sunweaver@debian.org> (supplier of updated mate-themes package)

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


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 01 May 2018 11:50:53 +0200
Source: mate-themes
Binary: mate-themes
Architecture: source
Version: 3.22.16-5
Distribution: unstable
Urgency: medium
Maintainer: Debian+Ubuntu MATE Packaging Team <debian-mate@lists.debian.org>
Changed-By: Mike Gabriel <sunweaver@debian.org>
Description:
 mate-themes - Official themes for the MATE desktop
Closes: 895995
Changes:
 mate-themes (3.22.16-5) unstable; urgency=medium
 .
   * debian/control:
     + Update Vcs-*: fields. Package has been migrated to salsa.debian.org.
     + Bump Standards-Version: to 4.1.4. No changes needed.
   * debian/patches:
     + Add 0001_Fix-HighContrast-themes-visibility-with-metacity-FOLLOW-UP.patch.
       (Closes: #895995).
Checksums-Sha1:
 b9e6e455226aa4d0b3594a7e6d02e801f7c2021c 2313 mate-themes_3.22.16-5.dsc
 4b486d99ce98322dd6d92089a57347c7d5923152 14500 mate-themes_3.22.16-5.debian.tar.xz
 67487b34c5afa59b51c7fefdeadbe459fa711196 7825 mate-themes_3.22.16-5_source.buildinfo
Checksums-Sha256:
 1e00875137f492c9e1e6a7f5c3b9964b4d1107e7a7f4fb702ce6a1352ca62738 2313 mate-themes_3.22.16-5.dsc
 5f061ec1286f6d26506d7ea4206d85f12058b0d6a2f900ac90351473a33d9894 14500 mate-themes_3.22.16-5.debian.tar.xz
 66e9daa79370e774428410ae2434189100f8165b2f82bc5371ee0c2fc527ecc5 7825 mate-themes_3.22.16-5_source.buildinfo
Files:
 5758d54818a6d301c980075432aeb387 2313 x11 optional mate-themes_3.22.16-5.dsc
 bd69829bd0ab54f22a5db7712b91c772 14500 x11 optional mate-themes_3.22.16-5.debian.tar.xz
 2a8daa77b5f14901fdf4014bcd77d0d6 7825 x11 optional mate-themes_3.22.16-5_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJJBAEBCAAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAlroOL0VHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsxcMcP/2VbCQzpSQuqfAVCspLPwCnP9kmC
mfhcEQ5DTb6E9R+vunrBUmsvi66s7l8W0yvGBWJgglF19n4HKrI4YNUWSjniwIoI
Iswq/Yj/rNW+9OPctZMIXUjDNugDSwIsMcwrnxDLP0qKnnQ2MHntTNXf3pLYOMG2
cQNvH9L/6D8cIWnO5qvm4qnOgAQh8o6rNT4aIzlVwVYwCOg+oOUlsZeFCPOkjwnR
2gcxnFCwRvZySV9S87QlWuJYPYPoAPxuFXaviPR3jK4pcAAc24BeHOQRt+ksge02
sPa2WcMNfBEtHBCe71d8mB/1FB4mmgeRM81YxLI5BpFo5GGk1FSkMv2vcyiQ+XYe
FTvnPsOx7QlTnbP2FfepjNJDfjuhPZ7doYAkpLEBu2l2rlaLjy9S5MCxsl79S50g
5yJxaFTPeiGx8CQYvqq1iQtwuDvpCYW6T/9xBRmM7c+rrp25/2azWSD7zblFW93R
lwSLAcOaQeLSopc6+JJC3FviH9kU9AZ/PK48uFZpKWwnDaGU6qbvqejDXiOIfUjF
mHNsSmTHmDvoeJHJ5A7MgCgkU/9EkhTJxdt3YQAjxAHvAIQ9hilOCdU7nXAsLDZ8
7c31Gpbj8XRlHL+A1knQSGu8hCh+yeBNWxe5vFyGs/SuqLeysu8kfhPnxoEEfRMK
TbJrTyH9wwj08nNF
=0Iyv
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: