Opened 16 years ago
Closed 14 years ago
#49 closed defect (fixed)
uDig Start menu shortcut doesn't work
Reported by: | Mike Taves | Owned by: | moovida |
---|---|---|---|
Priority: | major | Component: | Package |
Version: | Keywords: | uDig | |
Cc: | moovida |
Description
From my installation, uDig cannot be opened from the Start menu:
Start > OSGeo4W > uDig
... does nothing.
Inspecting the shortcut properties, I see the target is:
"C:\WINDOWS\system32\ " C:\gnu\OSGeo4W\apps\udig\udig.exe
This should be corrected to simply:
C:\gnu\OSGeo4W\bin\udig.bat
(note that the correct OSGEO4W_ROOT needs to be set here by the installer, I think)
Attachments (1)
Change History (5)
by , 16 years ago
Attachment: | etc-postinstall-udig.bat.txt added |
---|
comment:1 by , 16 years ago
Cc: | added |
---|
OSGEO4W_ROOT is set in bin\udig.bat
at install time by the installer.
I've looked at the shortcut install script and fixed two errors (attached):
- the Start Menu link had the xxmklink
opath
andarg
parameters reversed - Both Start Menu and Desktop links were pointing direct to the .exe instead of the .bat as you noted.
comment:2 by , 14 years ago
Owner: | changed from | to
---|
comment:3 by , 14 years ago
Status: | new → assigned |
---|
comment:4 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
fixed postinstall udig.bat