#11 closed defect (fixed)
udig startup improvement
Reported by: | warmerdam | Owned by: | moovida |
---|---|---|---|
Priority: | major | Component: | Package |
Version: | Keywords: | udig | |
Cc: |
Description
Andrea,
This ticket is to request that the udig package be updated to create a desktop icon and program files menu item. Also, perhaps, to place the udig.bat file in osgeo4w\bin so that udig can also be launched from the OSGeo4W shell easily.
This is the menu/icon script used by OpenEV as an example:
etc\postinstall\openev.bat
xxmklink "%ALLUSERSPROFILE%\start menu\Programs\OSGeo4W\OpenEV.lnk" " "%OSGEO4W_ROOT%\bin\openev.bat" \ "OSGeo4W OpenEV" 1 "%OSGEO4W_ROOT%\apps\openev\icon.ico" xxmklink "%ALLUSERSPROFILE%\Desktop\OpenEV.lnk" "%OSGEO4W_ROOT%\bin\openev.bat" " " \ "OSGeo4W OpenEV" 1 "%OSGEO4W_ROOT%\apps\openev\icon.ico" textreplace -std -t bin/openev.bat
Change History (3)
comment:1 by , 16 years ago
milestone: | → Beta Release |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Everything now works. Just the start menu problem is there as of Ticket #13