Slicer / ExtensionsIndex

Slicer extensions index

Home Page:https://github.com/Slicer/ExtensionsIndex/#slicer-extensions-index

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icon and description in Extensions Manager

FredericBr opened this issue · comments

Hi @jcfr
We already spoke about this issue, but the problem remains.
Although my ExtensionsIndex/GeodesicSlicer.s4ext file was updated, GeodesicSlicer doesn't have the picture (icon) and the good description in 3D Slicer "Extensions Manager".

Can you tell me how to figure this issue out?

Thank you,

Frederic

Frederic, it appears you need to update various links in the GeodesicSlicer.s4ext file here in this repo.

# url to icon (png, size 128x128 pixels)
iconurl https://www.slicer.org/w/images/d/dc/GeodesicSlicer_logo.png

You can use this other extension as an example of what it should be like:
https://github.com/Slicer/ExtensionsIndex/blob/master/SegmentEditorExtraEffects.s4ext

You will want to issue a PR to update the GeodesicSlicer.s4ext file for both the master branch (for Slicer Preview build) and the 4.10 branch if you want it updated for the extensions manager in Slicer 4.10.2.

Thanks @jamesobutler .
I changed my files into the 2 branches. Hope it will work!
Frederic

Icon and description are now as desired. The following updates were completed:
FredericBr/SlicerGeodesic@8b94379
10119fb
1c51ead

image
image

Great!
Thanks once again.