View Issue Details

IDProjectCategoryView StatusLast Update
0004027Slicer4Core: Extensionspublic2018-03-02 11:06
Reportermsmolens Assigned Tomsmolens  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformOSWindowsOS Version8
Product VersionSlicer 4.4.0 
Target VersionSlicer 4.5.0-1Fixed in VersionSlicer 4.5.0-1 
Summary0004027: slicerExtensionWizard creates invalid icon files (Windows)
Description

On Windows, slicerExtensionWizard creates invalid icon files for extensions and modules. For example, the icon file for a default extension is only 6 bytes:

$ ls -al Slicer/Utilities/Templates/Extensions/Default/TemplateKey.png
-rw-r--r-- 1 max.smol Administ 17838 Jul 31 16:02 Slicer/Utilities/Templates/Extensions/Default/TemplateKey.png

$ ./S4D/Slicer-build/bin/slicerExtensionWizard --create MyExtension
Qt: Untested Windows version 6.2 detected!
copy template 'C:\dev\Slicer\Utilities\Templates\Extensions\Default' to
'c:\dev\MyExtension', replacing 'TemplateKey' -> 'MyExtension'
creating 'c:\dev\MyExtension\CMakeLists.txt'
creating 'c:\dev\MyExtension\MyExtension.png'
created extension 'MyExtension'

$ ls -la MyExtension
total 4
drwxr-xr-x 4 max.smol Administ 0 Aug 4 17:21 .
drwxr-xr-x 1 max.smol Administ 4096 Aug 4 17:21 ..
-rw-r--r-- 1 max.smol Administ 1041 Aug 4 17:21 CMakeLists.txt
-rw-r--r-- 1 max.smol Administ 6 Aug 4 17:21 MyExtension.png

This happens because the script treats all files as text when opening them to replace the template key. One fix is to open and write the files as binary.

Steps To Reproduce

$ slicerExtensionWizard --create MyExtension

See that MyExtension/MyExtension.png is an invalid PNG file.

TagsNo tags attached.

Activities

Related Changesets

Import 2017-06-07 23:51:09: master 9efd5856

2015-08-05 11:56:12

msmolens

Details Diff
BUG: Fix Extension Wizard to write icon files correctly on Windows

On Windows, slicerExtensionWizard creates invalid icon files for
extensions and modules. This happens because the script treats all
template files as text when opening them to replace the template key,
including the PNG icon files.

This changes the script to open and write files in binary mode.

Fixes 0004027.

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24485 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Utilities/Scripts/SlicerWizard/TemplateManager.py Diff File

Issue History

Date Modified Username Field Change
2015-08-04 14:04 msmolens New Issue
2015-08-04 14:04 msmolens Status new => assigned
2015-08-04 14:04 msmolens Assigned To => msmolens
2015-08-04 14:52 jcfr Target Version => Slicer 4.4.1
2015-08-05 09:31 jcfr Note Added: 0013227
2015-08-05 09:31 jcfr Status assigned => resolved
2015-08-05 09:31 jcfr Fixed in Version => Slicer 4.4.1
2015-08-05 09:31 jcfr Resolution open => fixed
2015-09-09 08:29 jcfr Fixed in Version Slicer 4.4.1 => Slicer 4.5.0-1
2015-09-09 08:29 jcfr Target Version Slicer 4.4.1 => Slicer 4.5.0-1
2017-06-10 08:51 msmolens Changeset attached => Slicer master 9efd5856
2018-03-02 11:06 jcfr Status resolved => closed