#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 |
-------------------------+--------------------------------------------------
In grass 6 g.manual doesn't launch html browser in the background so it is
blocking the gui (or command line). In grass 7 it doesn't block anything.
In grass 7, python script calls os.execlp. In grass 6, bash script is
used. If I add '&' at the end of the command (in
scripts/g.manual/g.manual, line 91) like this:
#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.
#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: Docs | Version: unspecified
Keywords: g.manual | Platform: All
Cpu: All |
----------------------+-----------------------------------------------------
Changes (by hamish):
* platform: Unspecified => All
* component: Default => Docs
* cpu: Unspecified => All
Comment:
We tried that in the past, but had to revert it as it failed for people
using a text based html browser like lynx or links.
search the ML for earlier discussion of the issue.
#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: Docs | Version: unspecified
Resolution: | Keywords: g.manual
CPU: All | Platform: All
-----------------------+-------------------------