Ticket #31 (closed Defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Autopackage icon seems to destroy GTK's icon cache

Reported by: isak Assigned to: isak
Priority: Medium Milestone: 1.2.4
Component: frontend Version: 1.2.3
Severity: Major Keywords:
Cc:

Description

From the mailing list: http://article.gmane.org/gmane.comp.autopackage.devel/6240

It seems in some systems, one of the icons installed by Autopackage is messing up GTK's icon cache. Looks like a mal-formed PNG-image or something.

Change History

06/08/07 02:35:46 changed by isak

While it might be a good idea to replace the icon if it turns out it's malformed or something we should definitely report this upstream.

It would be nice to know exactly what's causing the icon cache to fail. That image has been the same for several years now without a problem.

06/08/07 12:13:26 changed by isak

  • status changed from new to closed.
  • resolution set to fixed.

Hmm, I can't find any problems with the png. Image Magick's "identify" tool shows the only difference between the images is the color that is used as BG:

(the re-saved image):  Background Color: white
(the original image):  Background Color: #00000000

I committed the re-saved image in r2349 in hope that it fixes the issue.