[GRASS-dev] [GRASS GIS] #2623: GRASS won't start after creating addons
GRASS GIS
trac at osgeo.org
Sat Mar 14 08:32:03 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 |
---------------------------------------------+------------------------------
Changes (by wenzeslaus):
* keywords: => menu, toolboxes, addon, loading
Comment:
I don't understand what is the environment? Do you have different non-
English locale? Which addons you have installed? What if you uninstall all
addons and install them again? How `~/.grass7/addons/modules.xml` looks
like? I don't know how to reproduce this error (it works fine for me in
both trunk and release branch).
My `~/.grass7/addons/modules.xml` looks like:
{{{
#!xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE task SYSTEM "grass-addons.dtd">
<addons version="7">
<task name="r.geomorphon">
<description>Calculate geomorphons (terrain forms)and associated
geometry using machine vision approach</description>
<keywords>Geomorphons,Terrain patterns,Machine vision
geomorphometry</keywords>
<binary>
<file>...</file>
...
</binary>
<libgis revision="64733" />
</task>
<task name="v.in.proj">
<description>Import vector data using OGR library and reproject on
the fly.</description>
<keywords>vector,import,projection</keywords>
<binary>
<file>...</file>
...
</binary>
<libgis revision="64733" />
</task>
</addons>
}}}
Can you please attach your `~/.grass7/addons/modules.xml`?
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2623#comment:1>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list