#858156 xterm icon is mangled

Package:
marco
Source:
marco
Description:
lightweight GTK+ window manager for MATE
Submitter:
David Griffith
Date:
2021-01-17 17:06:03 UTC
Severity:
normal
Tags:
#858156#5
Date:
2017-03-19 03:34:49 UTC
From:
To:
Most (all) application windows are expected to display an icon in a
corner, often the upper left.  With MATE 1.16.1, the icon for Xterm is
somehow rendered as though it was painted over with a thin wash of grey
paint.

I'm not sure with which mate-* package this problem lies or if the
problem is in the xterm package.

#858156#10
Date:
2020-06-11 15:18:49 UTC
From:
To:
The icon is mangled when the application is using XWMHints() method,
xterm is affected but also application using SDL1.2 framework among others.
The problem occur in Debian 9 and 10 with marco window manager.

See attached patch, the patch can be applied to marco source (Debian version 9 or 10).

#858156#25
Date:
2021-01-17 17:02:50 UTC
From:
To:
Hello,

This is a patch that improve the support for legacy icon format.

Now also correctly render:
xcalc/xman (1 bpp, without mask)
xclock/oclock/xlogo (1 bpp, with mask)

This patch apply to marco source package.
Thanks