It worked<div>Thanks</div><div>Helena<br><br><div class="gmail_quote">On Thu, Sep 23, 2010 at 3:49 PM, Glynn Clements <span dir="ltr">&lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><br>
Helena Herrera wrote:<br>
<br>
&gt; I have sent an email a couple of days ago reporting an error with g.mapset<br>
&gt; on Windows. Now I have also a problem with g.mapset on linux (a different<br>
&gt; one)<br>
&gt; When I do:<br>
&gt; g.mapset mapset=Regional<br>
&gt;<br>
&gt; I get this in Output command window:<br>
&gt;<br>
&gt; Erasing monitors...<br>
&gt; PNG: GRASS_TRUECOLOR status: TRUE<br>
&gt; PNG: collecting to file: map.png,<br>
&gt; GRASS_WIDTH=768, GRASS_HEIGHT=501<br>
&gt; ERROR: PNG: couldn&#39;t open output file map.png<br>
<br>
</div>This suggests that you don&#39;t have write permission on the current<br>
directory.<br>
<br>
In 6.x, g.mapset restarts any active monitors, as any information<br>
which they are storing will be invalid in the new mapset. By default,<br>
the PNG driver sends its output to the file &quot;map.png&quot; in the current<br>
directory; if you don&#39;t have write permission on the current<br>
directory, you will get an error.<br>
<br>
You can prevent this by specifying the PNG driver&#39;s output file using<br>
an absolute path, e.g.:<br>
<br>
        export GRASS_PNGFILE=`pwd`/map.png<br>
<font color="#888888"><br>
--<br>
Glynn Clements &lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt;<br>
</font></blockquote></div><br></div>