Closed
Bug 474813
Opened 17 years ago
Closed 17 years ago
Fennec.exe needs an icon
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: blassey, Assigned: mfinkle)
References
Details
(Keywords: mobile)
Attachments
(2 files)
120.08 KB,
application/zip
|
Details | |
3.80 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
Right now it has the default windows executable icon.
Assignee | ||
Comment 1•17 years ago
|
||
http://blogs.msdn.com/windowsmobile/archive/2006/06/07/621671.aspx has some guidelines for icon sizes
Bug 467825 will get a small tool into the tree we can use to stuff the ico into the stub
Depends on: 467825
Comment 2•17 years ago
|
||
try these out
Assignee | ||
Comment 3•17 years ago
|
||
This patch uses the redit.exe tool added in bug 467825 and adds the fennec icon (the 32x32 XP ico in attach 358283). After testing, the ico is added to the fennec.exe and is visible when running on Windows Mobile emulator.
I think the various sizes of ICOs need to be combined into a single ICO file to work in all situations.
Assignee: nobody → mark.finkle
Attachment #358335 -
Flags: review?(gavin.sharp)
Comment 4•17 years ago
|
||
Comment on attachment 358335 [details] [diff] [review]
patch
Shouldn't we be avoiding cp and instead using nsinstall, in general? Someone who knows the build system better than I do would probably make a better reviewer, but you can have my rubber stamp...
Attachment #358335 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 5•17 years ago
|
||
(In reply to comment #4)
> (From update of attachment 358335 [details] [diff] [review])
> Shouldn't we be avoiding cp and instead using nsinstall, in general? Someone
> who knows the build system better than I do would probably make a better
> reviewer, but you can have my rubber stamp...
I checked the m-c makefiles and it seems that | cp | is used for copying ICO files. The might be something with the way nsinstall copies that isn't good for binary image files (?).
Assignee | ||
Comment 6•17 years ago
|
||
Madhava - could you make a combined ICO file with all the sizes?
Also, could you add some PNG files too? I can use them for the Linux desktop build. Maybe an ICNS file too? These are not a priority, but might be nice to have.
Assignee | ||
Comment 7•17 years ago
|
||
http://hg.mozilla.org/mobile-browser/rev/c62b5a471707
we can add the newer icons later
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•