[GRASS-dev] [GRASS GIS] #2623: GRASS won't start after creating addons
GRASS GIS
trac at osgeo.org
Sat Mar 14 11:45:38 PDT 2015
#2623: GRASS won't start after creating addons
---------------------------------------------+------------------------------
Reporter: ewcgrass | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.1
Component: Default | Version: unspecified
Keywords: menu, toolboxes, addon, loading | Platform: Unspecified
Cpu: Unspecified |
---------------------------------------------+------------------------------
Comment(by ewcgrass):
This is from Help-->about system:
{{{
GRASS version: 7.0.1svn
GRASS SVN Revision: 64713
Build Date: 2015-01-21
Build Platform: x86_64-unknown-linux-gnu
GDAL/OGR: 1.6.3
PROJ.4: 4.7.0
GEOS: 3.2.0
SQLite: 3.7.13
Python: 2.7.0
wxPython: 2.8.12.0
Platform: Linux-2.6.35.14-106.fc14.x86_64-x86_64-with-fedora-14-Laughlin
}}}
(please note that the build date shown above is incorrect and should read
2015-02-21)
I have by process of elimination determined that it is the section of the
$HOME/.grass7/addons/modules.xml file for "r.to.vect.lines" addon that is
causing grass to not start:
{{{
<task name="r.to.vect.lines">
<description>None</description>
<keywords>None</keywords>
<binary>
<file>/home/rick/.grass7/addons/scripts/r.to.vect.lines</file>
<file>/home/rick/.grass7/addons/docs/man/man1/r.to.vect.lines.1</file>
<file>/home/rick/.grass7/addons/docs/html/r_to_vect_lines_example.png</file>
<file>/home/rick/.grass7/addons/docs/html/r.to.vect.lines.html</file>
</binary>
<libgis revision="64007" />
</task>
}}}
Removing this section from the file now allows grass to start. However, I
see no menu items for any of the installed addons. Should there be menu
items for the addons? And if so, where in the gui would I find them?
I have attached the $HOME/.grass7/modules.xml file that now allows grass
to start.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2623#comment:2>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list