[GRASS-dev] Re: [GRASS GIS] #908: No Font Definition File, windows xp

GRASS GIS trac at osgeo.org
Fri Mar 5 15:04:44 EST 2010


#908: No Font Definition File, windows xp
---------------------------+------------------------------------------------
  Reporter:  voncasec      |       Owner:  grass-dev at lists.osgeo.org        
      Type:  defect        |      Status:  new                              
  Priority:  critical      |   Milestone:  6.4.0                            
 Component:  Installation  |     Version:  svn-releasebranch64              
Resolution:                |    Keywords:  v.label.sa, g.mkfontcap, wingrass
  Platform:  MSWindows XP  |         Cpu:  Unspecified                      
---------------------------+------------------------------------------------
Comment (by hellik):

 Replying to [comment:16 glynn]:
 > Replying to [comment:15 hellik]:
 >
 > > the only thing at the moment is, g.mkfontcap works longer (searching
 for fonts) than the WinGrass-installer installs WinGrass, so after closing
 the WinGrass-installer the Windows-command-box is still opened.
 > >
 > > maybe is there a possibility to run the ''run_gmkfontcap.cmd''-script
 in the background without opening Windows-command-box?
 >
 > It depends upon what's opening the console Window. If it's NSIS, there
 might be an option within NSIS to do it. Otherwise, "`start /b ...`" might
 work.
 >

 there would be an option with a second bat starting run_gmkfontcap.bat
 minimized:

 {{{
 @echo off
 rem
 #########################################################################
 rem #run run_gmkfontcap.bat minimized
 rem
 #########################################################################
 start /MIN "C:\Program Files\GRASS-65-SVN\etc\run_gmkfontcap.bat"
 exit
 }}}

 I've tried this by invoking the above script by the installer, a minimized
 console is started, but ''run_gmkfontcap.bat'' isn't running/started.

 ''run_gmkfontcap.bat'' itself invoked by the installer is working.

 I couldn't find anything on NSIS-side.

 Helmut

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/908#comment:17>
GRASS GIS <http://grass.osgeo.org>


More information about the grass-dev mailing list