Opened 15 years ago

Closed 13 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)

etc-postinstall-udig.bat.txt (504 bytes ) - added by maphew 15 years ago.
fixed postinstall udig.bat

Download all attachments as: .zip

Change History (5)

by maphew, 15 years ago

fixed postinstall udig.bat

comment:1 by maphew, 15 years ago

Cc: moovida 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 and arg parameters reversed
  • Both Start Menu and Desktop links were pointing direct to the .exe instead of the .bat as you noted.

comment:2 by moovida, 13 years ago

Owner: changed from osgeo4w-dev@… to moovida

comment:3 by moovida, 13 years ago

Status: newassigned

comment:4 by moovida, 13 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.