Closed
Bug 965165
Opened 12 years ago
Closed 11 years ago
ChatZilla icon does not show up at Linux, falls back to browser icon
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Other Applications Graveyard
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: svetlana, Assigned: svetlana)
References
Details
(Whiteboard: [cz-0.9.91])
Attachments
(1 file, 2 obsolete files)
1.05 KB,
patch
|
bugzilla-mozilla-20000923
:
review+
|
Details | Diff | Splinter Review |
ChatZilla on Linux falls back to the default browser icon instead of showing its own. XPM icon files appear to be corrupt.
![]() |
Assignee | |
Comment 1•12 years ago
|
||
This icon appears to be valid and belongs to xpi/resources/.
![]() |
Assignee | |
Comment 2•12 years ago
|
||
This icon also appears to be valid and belongs to xpi/resources/. (XPM icon 2 of 2.)
![]() |
Assignee | |
Updated•12 years ago
|
Assignee: rginda → gryllida
![]() |
Assignee | |
Comment 3•12 years ago
|
||
Turns out there is no need to convert .ico to .xpm; the .xpm file format is human readable. "/* XPM */" has to be the first line.
> ftp://ftp.x.org/contrib/libraries/xpm-doc-A4.PS.gz
> The XPM format presents a C syntax, in order to provide the ability to include
XPM files in C. It is in fact an array of strings composed of six different
sections as follows:
>
> /* XPM */
> static char * <variable name> [] = {
> <Values>
> <Colours>
> <Pixels>
> <Extensions>
> };
Attachment #8367183 -
Attachment is obsolete: true
Attachment #8367184 -
Attachment is obsolete: true
Attachment #8367196 -
Flags: review?(bugzilla-mozilla-20020327)
Comment 4•12 years ago
|
||
Dupe of bug 664309? If not, it is still related.
Comment 5•11 years ago
|
||
Comment on attachment 8367196 [details] [diff] [review]
Bug 965165.patch
Review of attachment 8367196 [details] [diff] [review]:
-----------------------------------------------------------------
Sorry about the delays; this change looks good.
Attachment #8367196 -
Flags: review?(bugzilla-mozilla-20020327) → review+
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [cz-0.9.91]
Updated•4 months ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•