#986: WinGrass-Installer - Enhancement ------------------------------+--------------------------------------------- Reporter: hellik | Owner: [email protected] Type: enhancement | Status: new Priority: normal | Milestone: 6.4.0 Component: Installation | Version: svn-develbranch6 Resolution: | Keywords: wingrass Platform: MSWindows Vista | Cpu: Unspecified ------------------------------+--------------------------------------------- Comment (by hellik):
Replying to [comment:18 hamish]: > > Replying to [comment:16 neteler]: > > > Tested on Windows7, all runs well. The only problem: it > > > starts the old tcl GUI when selecting "Launch GRASS". Is that > > > intentional? > > well, it's still the default. the main icon in WinGrass runs "grass65 -wx" though, so you get it every time, unless you pick the "GRASS (old GUI)" icon. (this overwrites your chosen default btw, if that matters) > > so changing the launcher to `grass64 -wx` should solve that. see http://trac.osgeo.org/grass/browser/grass/branches/releasebranch_6_4/mswindows/ GRASS-Installer.nsi#L398 {{{ ;launch Grass Gis by exit the installation wizard Function LaunchGrass Exec '"$INSTDIR\${GRASS_COMMAND}.bat" "-wxpython"' FunctionEnd }}} there is the parameter "-wxpython" for launching grass by the installer. should this be "-wx"? or should the default be changed to starting the wx- gui? Helmut -- Ticket URL: <https://trac.osgeo.org/grass/ticket/986#comment:19> GRASS GIS <http://grass.osgeo.org>
_______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
