Opened 16 years ago
Closed 12 years ago
#21 closed defect (fixed)
support for localized start menu
Reported by: | jef | Owned by: | warmerdam |
---|---|---|---|
Priority: | major | Component: | Installer |
Version: | Keywords: | start menu | |
Cc: |
Description
The attached patch adds the environment variable OSGEO4W_STARTMENU to the call postinstall script as the start menu is usually localized (e.g. called "Startmenü" in a german windows).
Attachments (1)
Change History (5)
by , 16 years ago
Attachment: | startmenu.diff added |
---|
follow-up: 3 comment:1 by , 16 years ago
Owner: | changed from | to
---|
Jurgen,
I have committed this change (r1094) and also updated the packaging instructions accordingly.
It seems to me we need to update the postinstall actions of all existing scripts that put things in the start menu (currently only a few), and that something similar should likely be done for "Desktop" when placing icons on the desktop. Is that right?
comment:2 by , 16 years ago
Is the "Programs" text not also requiring translation when adding things to Start Menu->Programs?
comment:3 by , 16 years ago
Replying to warmerdam:
It seems to me we need to update the postinstall actions of all existing scripts that put things in the start menu (currently only a few),
Right.
and that something similar should likely be done for "Desktop" when placing icons on the desktop. Is that right?
Probably, but in German windows it's still "Desktop". So that works here. Not sure about other languages, though.
Replying to warmerdam:
Is the "Programs" text not also requiring translation when adding things to Start Menu->Programs?
The exported variable points to the OSGeo4W program group. So "Programme", as it's called in German, is included already. New program groups could probably be created as "%OSGEO4W_STARTMENU%/../Group".
patch to pass OSGEO4W_STARTMENU to postinstall script