#1707: g.manual does not run html browser in background
-------------------------+--------------------------------------------------
Reporter: annakrat | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.3
Component: Default | Version: unspecified
Keywords: g.manual | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
Comment(by wenzeslaus):
Workaround implemented using
[http://docs.python.org/library/webbrowser.html webbrowser] from Standard
Python Library (only for start up page and location wizard, r52953).
System default web browser is started.
{{{
import webbrowser
webbrowser.open(filePath)
}}}
Alternatively for wxGUI it would be possible to use
[http://docs.wxwidgets.org/2.6.3/wx_miscellany.html#wxlaunchdefaultbrowser
wxLaunchDefaultBrowser].
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1707#comment:1>
GRASS GIS <http://grass.osgeo.org>
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev