<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://grasswiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=%E2%9A%A0%EF%B8%8FKhufkens</id>
	<title>GRASS-Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://grasswiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=%E2%9A%A0%EF%B8%8FKhufkens"/>
	<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/wiki/Special:Contributions/%E2%9A%A0%EF%B8%8FKhufkens"/>
	<updated>2026-07-09T17:19:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GIS_manager&amp;diff=8175</id>
		<title>GIS manager</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GIS_manager&amp;diff=8175"/>
		<updated>2009-02-11T20:44:57Z</updated>

		<summary type="html">&lt;p&gt;⚠️Khufkens: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Q:''' ''Is it possible to add a menu item to the GIS manager window in a similar fashion. Any tips and hints on how to add on an extra menu item in the gis.m gis manager?''&lt;br /&gt;
&lt;br /&gt;
'''A:''' Edit &lt;br /&gt;
   $GISBASE/etc/gm/gmmenu.tcl&lt;br /&gt;
&lt;br /&gt;
Or alternatively, create $GISBASE/etc/xtnmenu.dat file, or &amp;lt;dir&amp;gt;/xtnmenu.dat for any &amp;lt;dir&amp;gt; in $GRASS_ADDON_ETC.&lt;br /&gt;
&lt;br /&gt;
Use:&lt;br /&gt;
&lt;br /&gt;
   export GRASS_ADDON_ETC=&amp;lt;dir&amp;gt; (or equivalent in non bash shell)&lt;br /&gt;
&lt;br /&gt;
to set the environmental variable.&lt;br /&gt;
&lt;br /&gt;
and make sure that all externally called scripts or programs are executable and their location included in the $PATH variable by calling&lt;br /&gt;
&lt;br /&gt;
   export PATH=$PATH:&amp;lt;exec dir&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The xtnmenu.dat format is a colon delimited format with 4 columns.&lt;br /&gt;
&lt;br /&gt;
The four columns consist of a menu location, the menu text, the program or script name and a help text.&lt;br /&gt;
&lt;br /&gt;
An example menu item in the xtnmenu.dat file calling the existing r.stats module:&lt;br /&gt;
&lt;br /&gt;
   0:The text in the menu:r.stats:The help text in the lower part of the gui manager&lt;br /&gt;
&lt;br /&gt;
The menu location (0 in the example above) is not yet used and can be omitted. However the colon before the menu text field should remain.&lt;br /&gt;
&lt;br /&gt;
[[Category: FAQ]]&lt;/div&gt;</summary>
		<author><name>⚠️Khufkens</name></author>
	</entry>
</feed>