[QGIS-trac] Re: [Quantum GIS] #1799: g.manual not working

Quantum GIS qgis at qgis.org
Fri Mar 5 07:10:50 EST 2010


#1799: g.manual not working
-------------------------------------+--------------------------------------
        Reporter:  pcav              |         Owner:  rugginoso    
            Type:  bug               |        Status:  new          
        Priority:  minor: annoyance  |     Milestone:  Version 1.5.0
       Component:  GRASS             |       Version:  HEAD         
      Resolution:                    |      Keywords:               
Platform_version:                    |      Platform:  All          
        Must_fix:  No                |   Status_info:  0            
-------------------------------------+--------------------------------------
Comment (by rblazek):

 It is bug in g.manual, I guess the problem is spaces in explorer path.

 See also http://trac.osgeo.org/grass/ticket/980 and
 http://trac.osgeo.org/grass/ticket/655

 To avoid problems with default browser we have qgis.g.browser in qgis
 which is using QDesktopServices::openUrl but GRASS_HTML_BROWSER was not
 set to qgis.g.browser for windows shell. It set from r:13002.

 Unfortunately g.manual -i does not work even with qgis.g.browser, because
 QDesktopServices::openUrl (windows) fails to open '!file://c:...' it must
 be '!file:///c:...' (3 slashes) so I changed it so that ti add one slash
 to path on win.

 To be check with next build.

-- 
Ticket URL: <http://trac.osgeo.org/qgis/ticket/1799#comment:5>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats


More information about the QGIS-trac mailing list