Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19970] Windows: Warning about duplicate default icon, not overwritten by DefaultIcon

GitHub Issuen/a
TypeBug
PriorityNone
StatusClosed
ResolutionDuplicate
Resolution Date2015-12-01T05:31:46.000+0000
Affected Version/sn/a
Fix Version/sRelease 5.2.0
ComponentsWindows
Labelsn/a
ReporterFokke Zandbergen
AssigneeKota Iguchi
Created2015-11-13T10:49:25.000+0000
Updated2017-03-16T22:14:12.000+0000

Description

Windows builds have two Square44x44Logo.png files of which one has a .scale-100 qualifier and is the default Appcelerator logo instead of one generated from DefaultIcon.png like the other icons. The build also displays a warning that you should not mix images with and without qualifier.

Create a new Windows project.

Remove all icons from Resources/windows.

Place the attached DefaultIcon.png in the project root.

Build the project and confirm you see this warning:

[WARN]  C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets(1706,9): w
arning APPX1621: A mixture of images matching logical name 'Square44x44Logo.png' exists in this project with and without
 the "scale" or "targetsize" qualifier specified. For predictable runtime behavior, explicitly specify the scale or targ
et size in each image asset's file name. [C:\Users\Fokke\AppData\Local\Temp\appc-sample-ti510\phone.x86\Ti510.vcxproj]

Open build/windows/Assets and confirm there is a Square44x44Logo.scale-100.png image which is the default Appcelerator logo and not generated from our DefaultIcon.png.

Attachments

FileDateSize
DefaultIcon.png2015-11-13T10:45:53.000+000099231
Screen Shot 2015-11-13 at 11.38.57.png2015-11-13T10:57:43.000+000040232

Comments

  1. Kota Iguchi 2015-12-01

    This should be fixed by TIMOB-19103, which is scheduled to release in 5.2.0.
  2. Fokke Zandbergen 2015-12-01

    Sure? That doesn't change anything about the icon names we use right? Nor fix the missing icon
  3. Kota Iguchi 2015-12-01

    Yes, it works in combination with TIMOB-19487. We don't use Square44x44Logo.scale-100.png for now.
  4. Fokke Zandbergen 2015-12-02

    Cool
  5. Lee Morris 2017-03-16

    Closing ticket as duplicate.

JSON Source