[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 Fri, 20 Apr 2018 07:04:27 +0000
with message-id <E1f9Q5r-000FYM-Pr@fasolo.debian.org>
and subject line Bug#895995: fixed in mate-themes 3.22.16-3
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-3

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: Fri, 20 Apr 2018 08:40:33 +0200
Source: mate-themes
Binary: mate-themes
Architecture: source
Version: 3.22.16-3
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-3) unstable; urgency=medium
 .
   * debian/patches:
     + Add 0001_Fix-HighContrast-themes-visibility-with-metacity.patch. (Closes:
       #895995). Thanks to Samuel Thibault for providing the patch.
Checksums-Sha1:
 29576d034e002a962a4dd648836e5916da40f2ca 2313 mate-themes_3.22.16-3.dsc
 406c23a903155755f10431c3e319f1bea14454c8 13652 mate-themes_3.22.16-3.debian.tar.xz
 0471a3937ff95e7c3edaad55c3a63e8a261e04c5 7825 mate-themes_3.22.16-3_source.buildinfo
Checksums-Sha256:
 43f01f93a8c52d17800d835944f70b4180f1d723969ab037491a2e208e10b353 2313 mate-themes_3.22.16-3.dsc
 1e9e19c52bc4fed56caf3427a87ee2b5abdc4803f4f409608d9d8899f8b6fd82 13652 mate-themes_3.22.16-3.debian.tar.xz
 b67cab76bc3f09329d8ce826abd8f10d1053a1a6925d94629996eca9003381cc 7825 mate-themes_3.22.16-3_source.buildinfo
Files:
 37807e57da62d26b7f8151271341f101 2313 x11 optional mate-themes_3.22.16-3.dsc
 36c3203370c8ca64eb8e6461f6a6769b 13652 x11 optional mate-themes_3.22.16-3.debian.tar.xz
 ea17a75deeede7da1698059f3cab595a 7825 x11 optional mate-themes_3.22.16-3_source.buildinfo

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

iQJJBAEBCAAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAlrZjAYVHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsx6WUQAKBTxQUyYbt+i8LfDE5cd4Cijt6v
nU2CwpFpUspSRsiYsIVno0FO6YlRe3CErzwSoCQsOi5fz01oZQ/ek7jiFyldfihR
vh8dvtHRTIKCo7tkxmWOus+y5WFQWErmcAfIGoFpNzal2ii+s/osIFXEKz02Ows1
QYjmX9VLB3Z4x0foSMZ1vqAgSA5ivCNwQ7gfa4Y3x4lAn1CWQxUpFnxxzAdfiQ9m
P85Or7WwRqE3XokhBYNbX8FvswWXDuw1VoJptWnzRK5gnjY4OmDIOoDeJQIgR9As
HQyrGVgHYctU1VzXFDJBJi/TpCGwe5oAf2ovsVJ8pjW+OJqr3VWRSGtx3k8KoQpd
+r3BpovJJkHOUlYX9E6q1haDCqtb09bK6lcHuhCqgXeBvFY037DcZIfyaHVF68+/
gFoSlBXkdcm7MkPBgm//iDvog+Koy1zrPHyor9YYtjXOJUv6hpgope90EVbnXnBa
vvdYCtKZWy84Rw/em6jopxheQlhcpNKuioYUtr27rps+JeV4aB3eXT01DVPcRvhr
EQ0CGGC/aNDif6drznxLh6sgdWjvec9Qdha4tZ6RO8bCgQbqNKkQxwlzaQ2xVgFN
aSCD3EkgSluUyxB4QzCtfW2zqEwh2GbvB26a39/Eqo5DJfYzNRQZLPIW47EnaGJD
lGYylBLs81Kj2gfg
=Csrg
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: