Bug report #1615
NVIZ help not showing
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | nobody - | ||
Category: | GRASS | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | Debian | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 11675 |
Description
In NVIZ, pressing Help returns:
can't read "env(GRASS_HTML_BROWSER)": no such variable
can't read "env(GRASS_HTML_BROWSER)": no such variable
while executing
"exec -- $env(GRASS_HTML_BROWSER) file://$env(GISBASE)/docs/html/nviz/$URL &"
(procedure "nviz_browse" line 4)
invoked from within
"nviz_browse nviz_toc.html "NVIZ Help""
invoked from within
".top.menu.help.m invoke active"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list $w invoke active]"
(procedure "tk::MenuInvoke" line 50)
invoked from within
"tk::MenuInvoke .top.menu.help.m 1"
(command bound to event)
History
#1 Updated by Redmine Admin almost 15 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Fixed in 59ad1557 (SVN r12916).