Re: [Qgis-user] GRASS permission issue

2010-03-28 Thread Jeremy G
Hi, (It was a post on the QGIS-user mailing list only) 2010/3/24 Jeremy G jeremy@gmail.com It looks like I'm not authorised to work on any MAPSET I created (through the QGIS plugin). Here are a couple of screenshots of the issue through grass without qgis : the first one (1) is the

Re: [Qgis-user] GRASS permission issue

2010-03-28 Thread Micha Silver
On 03/28/2010 12:49 PM, Jeremy G wrote: Hi, (It was a post on the QGIS-user mailing list only) 2010/3/24 Jeremy G jeremy@gmail.com mailto:jeremy@gmail.com It looks like I'm not authorised to work on any MAPSET I created (through the QGIS plugin). Here are a couple of

Re: [Qgis-user] GRASS permission issue

2010-03-28 Thread Jeremy G
Micha, 2010/3/28 Micha Silver mi...@arava.co.il Where exactly is the /media/Docs/geodata directory located on your machine/network? You have to be the *owner* of the directory containing the Location and Mapset. /media/Docs is a automatically mounted partition every time i startup the

Re: [Qgis-user] GRASS permission issue

2010-03-28 Thread Micha Silver
On 28/03/2010 14:09, Jeremy G wrote: Micha, 2010/3/28 Micha Silver mi...@arava.co.il Where exactly is the /media/Docs/geodata directory located on your machine/network? You have to be the *owner* of the directory containing the Location and Mapset.

Re: [Qgis-user] Profile Tool

2010-03-28 Thread Giovanni Manghi
Hi all, Marcio asks if anyone has any hint about why the profile tool plugins does not install, the message is /usr/lib/pymodules/python2.6/PyQt4/Qwt5/Qwt.so: undefined symbol:_ZN13QwtLegendItem17setIdentfierWidthEi cheers -- Giovanni -- ___

Re: [Qgis-user] Profile Tool

2010-03-28 Thread Arthur Nanni
I use qgis 1.4 on Ubuntu Jaunty. I've the same problem: Follow yhe error message: Traceback (most recent call last): File /home/arthur/.qgis//python/plugins/contour/contour.py, line 66, in run settings.setValue(/Projections/defaultBehaviour,) TypeError: argument 2 of QSettings.setValue()

Re: [Qgis-user] Profile Tool

2010-03-28 Thread Lionel Roubeyrie
Hi Arthur, please modify the line 66 by this one: settings.setValue(/Projections/defaultBehaviour, QVariant()) and normally it will be ok, I hope :) 2010/3/28 Arthur Nanni arthur.na...@gmail.com: I use qgis 1.4 on Ubuntu Jaunty. I've the same problem: Follow yhe error message: Traceback

Re: [Qgis-user] GRASS permission issue

2010-03-28 Thread Jeremy G
Micha, 2010/3/28 Micha Silver mi...@arava.co.il Then do a: sudo mount -o remount /media/Docs Now check ls -al /media/Docs/geodata/TESTS/grass If you appear as the owner instead of root, then GRASS should startup OK. Done ! I'm the owner of geodata now, and can interact with GRASS without