Re: [Qgis-user] QGIS 2.18.2 can not see GRASS data / use GRASS algorithms

2017-01-23 Thread Robert Nuske
Right Micha!

I now remember you posted that hint already last week. 
It somehow feels hackish to create a symlink to an old grass version while 
using the recommended combination of repositories [1, 2].

Nevertheless, I can confirm the hack works. I used a symlink to the available 
generic grass command:  sudo   ln -s  /usr/bin/grass  /usr/bin/grass70


thanks
  robert 


[1] http://www.qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu
[2] snippet from my sources.list:
deb http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu xenial main
deb http://qgis.org/ubuntugis xenial main


Am Montag, 23. Januar 2017, 13:14:06 CET schrieben Sie:
> Processing Toolbox still looks for GRASS at /usr/bin/grass70.
> The workaround I used is to add a softlink:
> sudo ln -s /usr/bin/grass72/usr/bin/grass70
> It was already pointed [1] out that the correct solution would be for
> Processing to use the generic /usr/bin/grass which will always point to
> the current version.
> 
> [1]http://lists.osgeo.org/pipermail/qgis-user/2017-January/038874.html
> 
> On 2017-01-23 12:40 PM, Robert Nuske wrote:
> > Dear benefactor,
> > 
> > thanks a lot to the kind soul who did the packaging for 2.18.3 !
> > I now can see and open my GRASS data again in QGIS.
> > 
> > 
> > But I still can not execute GRASS commands from the Processing Toolbox.
> > I still get the same error message claiming my GRASS is not installed
> > correctly. But I can open GRASS 7.2 from the command line w/o problems.
> > 
> > Is there a setting telling QGIS where to look for GRASS?
> > I didn't find anything in the processing options. The GRASS GIS 7 commands
> > are already activated and the path to the GRASS 7 docs is fine.
> > 
> > cheers
> > 
> >robert
> > 
> > Am Donnerstag, 12. Januar 2017, 16:25:07 CET schrieb Robert Nuske:
> >> Dear List
> >> 
> >> I can not see/load my GRASS data from within QGIS anymore and can not use
> >> the GRASS algorithms offered in the Processing Toolbox (GRASS GIS 7
> >> commands are activated in the Processing options).
> >> 
> >> Trying to run v.info from the Toolbox I get the following error message:
> >> ---
> >> This algorithm cannot be run :-(
> >> It seems that GRASS GIS 7 is not correctly installed and configured in
> >> your
> >> system. Please install it before running GRASS GIS 7 algorithms.
> >> ---
> >> 
> >> Starting QGIS on the command line does not produce suspicious output:
> >> ---
> >> $ qgis
> >> Warning: loading of qgis translation failed
> >> [/usr/share/qgis/i18n//qgis_en_US] Warning: loading of qt translation
> >> failed [/usr/share/qt4/translations/ qt_en_US]
> >> Warning: QCss::Parser - Failed to load file  "/style.qss"
> >> Warning: QLayout: Attempting to add QLayout "" to QgsPanelWidgetStack
> >> "mWidgetStack", which already has a layout
> >> ---
> >> 
> >> QGIS 2.18.2  was installed this week on a new computer running kubuntu
> >> 16.04.1 (xenial) amd64 using the following repositories
> >> 
> >>deb http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu
> >>xenial
> >> 
> >> main deb http://qgis.org/ubuntugis xenial main
> >> Please see below for a list of qgis related installed packages.
> >> 
> >> 
> >> Do I use the wrong repositories or does anything else need to be
> >> configured?
> >> 
> >> Any hints are more than welcome.
> >> 
> >> Thanks
> >> 
> >>Robert
> >> 
> >> ---
> >> 
> >> $ dpkg -s qgis
> >> Package: qgis
> >> Status: install ok installed
> >> Priority: optional
> >> Section: science
> >> Installed-Size: 18417
> >> Maintainer: QGIS developers 
> >> Architecture: amd64
> >> Version: 1:2.18.2+24xenial-ubuntugis
> >> 
> >> $ dpkg -s grass
> >> Package: grass
> >> Status: install ok installed
> >> Priority: optional
> >> Section: metapackages
> >> Installed-Size: 35
> >> Maintainer: Debian GIS Project 
> >> Architecture: all
> >> Version: 7.2.0-1~xenial2
> >> 
> >> 
> >> $ aptitude search qgis | grep ^i
> >> i A libqgis-analysis2.18.2  - QGIS - shared analysis library
> >> i A libqgis-app2.18.2   - QGIS - shared app library
> >> i A libqgis-core2.18.2  - QGIS - shared core library
> >> i A libqgis-customwidgets   - QGIS custom widgets for Qt Designer
> >> i A libqgis-gui2.18.2   - QGIS - shared gui library
> >> i A libqgis-networkanalysis2.18.2   - QGIS - shared network analysis
> >> library i A libqgis-server2.18.2- QGIS - shared server
> >> library i A libqgisgrass7-2.18.2- QGIS - shared grass
> >> library
> >> i A libqgispython2.18.2 - QGIS - shared Python library
> >> i A python-qgis - Python bindings to QGIS
> >> i A python-qgis-common  - Python bindings to QGIS -
> >> architecture i   qgis- Geografisches
> >> Informationssystem (GIS) i A qgis-common - QGIS -
> >> architecture-independent data i A qgis-plugin-globe  

Re: [Qgis-user] QGIS 2.18.2 can not see GRASS data / use GRASS algorithms

2017-01-23 Thread Micha Silver

Processing Toolbox still looks for GRASS at /usr/bin/grass70.
The workaround I used is to add a softlink:
sudo ln -s /usr/bin/grass72/usr/bin/grass70
It was already pointed [1] out that the correct solution would be for 
Processing to use the generic /usr/bin/grass which will always point to 
the current version.


[1]http://lists.osgeo.org/pipermail/qgis-user/2017-January/038874.html

On 2017-01-23 12:40 PM, Robert Nuske wrote:

Dear benefactor,

thanks a lot to the kind soul who did the packaging for 2.18.3 !
I now can see and open my GRASS data again in QGIS.


But I still can not execute GRASS commands from the Processing Toolbox.
I still get the same error message claiming my GRASS is not installed
correctly. But I can open GRASS 7.2 from the command line w/o problems.

Is there a setting telling QGIS where to look for GRASS?
I didn't find anything in the processing options. The GRASS GIS 7 commands are
already activated and the path to the GRASS 7 docs is fine.

cheers
   robert


Am Donnerstag, 12. Januar 2017, 16:25:07 CET schrieb Robert Nuske:

Dear List

I can not see/load my GRASS data from within QGIS anymore and can not use
the GRASS algorithms offered in the Processing Toolbox (GRASS GIS 7
commands are activated in the Processing options).

Trying to run v.info from the Toolbox I get the following error message:
---
This algorithm cannot be run :-(
It seems that GRASS GIS 7 is not correctly installed and configured in your
system. Please install it before running GRASS GIS 7 algorithms.
---

Starting QGIS on the command line does not produce suspicious output:
---
$ qgis
Warning: loading of qgis translation failed
[/usr/share/qgis/i18n//qgis_en_US] Warning: loading of qt translation
failed [/usr/share/qt4/translations/ qt_en_US]
Warning: QCss::Parser - Failed to load file  "/style.qss"
Warning: QLayout: Attempting to add QLayout "" to QgsPanelWidgetStack
"mWidgetStack", which already has a layout
---

QGIS 2.18.2  was installed this week on a new computer running kubuntu
16.04.1 (xenial) amd64 using the following repositories
   deb http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu xenial
main deb http://qgis.org/ubuntugis xenial main
Please see below for a list of qgis related installed packages.


Do I use the wrong repositories or does anything else need to be configured?

Any hints are more than welcome.

Thanks
   Robert

---

$ dpkg -s qgis
Package: qgis
Status: install ok installed
Priority: optional
Section: science
Installed-Size: 18417
Maintainer: QGIS developers 
Architecture: amd64
Version: 1:2.18.2+24xenial-ubuntugis

$ dpkg -s grass
Package: grass
Status: install ok installed
Priority: optional
Section: metapackages
Installed-Size: 35
Maintainer: Debian GIS Project 
Architecture: all
Version: 7.2.0-1~xenial2


$ aptitude search qgis | grep ^i
i A libqgis-analysis2.18.2  - QGIS - shared analysis library
i A libqgis-app2.18.2   - QGIS - shared app library
i A libqgis-core2.18.2  - QGIS - shared core library
i A libqgis-customwidgets   - QGIS custom widgets for Qt Designer
i A libqgis-gui2.18.2   - QGIS - shared gui library
i A libqgis-networkanalysis2.18.2   - QGIS - shared network analysis library
i A libqgis-server2.18.2- QGIS - shared server library i A
libqgisgrass7-2.18.2- QGIS - shared grass library
i A libqgispython2.18.2 - QGIS - shared Python library
i A python-qgis - Python bindings to QGIS
i A python-qgis-common  - Python bindings to QGIS - architecture
i   qgis- Geografisches Informationssystem
(GIS) i A qgis-common - QGIS - architecture-independent
data i A qgis-plugin-globe   - OSG globe plugin for QGIS
i A qgis-plugin-globe-common- OSG globe plugin for QGIS - arch
i A qgis-plugin-grass   - GRASS plugin for QGIS
i A qgis-plugin-grass-common- GRASS plugin for QGIS - architecture
i A qgis-provider-grass - GRASS provider for QGIS
i A qgis-providers  - collection of data providers to QGIS
i A qgis-providers-common   - collection of data providers to QGIS


$ aptitude search grass | grep ^i
i   grass   - Geographic Resources Analysis Support
i A grass-core  - GRASS-GIS-Kernkomponenten
i A grass-doc   - GRASS GIS user documentation
i A grass-gui   - GRASS GIS graphical user interfaces
i A libqgisgrass7-2.18.2- QGIS - shared grass library
i A qgis-plugin-grass   - GRASS plugin for QGIS
i A qgis-plugin-grass-common- GRASS plugin for QGIS - architecture-
i A qgis-provider-grass - GRASS provider for QGIS
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/list

Re: [Qgis-user] QGIS 2.18.2 can not see GRASS data / use GRASS algorithms

2017-01-23 Thread Robert Nuske
Dear benefactor,

thanks a lot to the kind soul who did the packaging for 2.18.3 !
I now can see and open my GRASS data again in QGIS.


But I still can not execute GRASS commands from the Processing Toolbox. 
I still get the same error message claiming my GRASS is not installed 
correctly. But I can open GRASS 7.2 from the command line w/o problems.

Is there a setting telling QGIS where to look for GRASS?
I didn't find anything in the processing options. The GRASS GIS 7 commands are 
already activated and the path to the GRASS 7 docs is fine.

cheers
  robert


Am Donnerstag, 12. Januar 2017, 16:25:07 CET schrieb Robert Nuske:
> Dear List
> 
> I can not see/load my GRASS data from within QGIS anymore and can not use
> the GRASS algorithms offered in the Processing Toolbox (GRASS GIS 7
> commands are activated in the Processing options).
> 
> Trying to run v.info from the Toolbox I get the following error message:
> ---
> This algorithm cannot be run :-(
> It seems that GRASS GIS 7 is not correctly installed and configured in your
> system. Please install it before running GRASS GIS 7 algorithms.
> ---
> 
> Starting QGIS on the command line does not produce suspicious output:
> ---
> $ qgis
> Warning: loading of qgis translation failed
> [/usr/share/qgis/i18n//qgis_en_US] Warning: loading of qt translation
> failed [/usr/share/qt4/translations/ qt_en_US]
> Warning: QCss::Parser - Failed to load file  "/style.qss"
> Warning: QLayout: Attempting to add QLayout "" to QgsPanelWidgetStack
> "mWidgetStack", which already has a layout
> ---
> 
> QGIS 2.18.2  was installed this week on a new computer running kubuntu
> 16.04.1 (xenial) amd64 using the following repositories
>   deb http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu xenial
> main deb http://qgis.org/ubuntugis xenial main
> Please see below for a list of qgis related installed packages.
> 
> 
> Do I use the wrong repositories or does anything else need to be configured?
> 
> Any hints are more than welcome.
> 
> Thanks
>   Robert
> 
> ---
> 
> $ dpkg -s qgis
> Package: qgis
> Status: install ok installed
> Priority: optional
> Section: science
> Installed-Size: 18417
> Maintainer: QGIS developers 
> Architecture: amd64
> Version: 1:2.18.2+24xenial-ubuntugis
> 
> $ dpkg -s grass
> Package: grass
> Status: install ok installed
> Priority: optional
> Section: metapackages
> Installed-Size: 35
> Maintainer: Debian GIS Project 
> Architecture: all
> Version: 7.2.0-1~xenial2
> 
> 
> $ aptitude search qgis | grep ^i
> i A libqgis-analysis2.18.2  - QGIS - shared analysis library
> i A libqgis-app2.18.2   - QGIS - shared app library
> i A libqgis-core2.18.2  - QGIS - shared core library
> i A libqgis-customwidgets   - QGIS custom widgets for Qt Designer
> i A libqgis-gui2.18.2   - QGIS - shared gui library
> i A libqgis-networkanalysis2.18.2   - QGIS - shared network analysis library
> i A libqgis-server2.18.2- QGIS - shared server library i A
> libqgisgrass7-2.18.2- QGIS - shared grass library
> i A libqgispython2.18.2 - QGIS - shared Python library
> i A python-qgis - Python bindings to QGIS
> i A python-qgis-common  - Python bindings to QGIS - architecture
> i   qgis- Geografisches Informationssystem
> (GIS) i A qgis-common - QGIS - architecture-independent
> data i A qgis-plugin-globe   - OSG globe plugin for QGIS
> i A qgis-plugin-globe-common- OSG globe plugin for QGIS - arch
> i A qgis-plugin-grass   - GRASS plugin for QGIS
> i A qgis-plugin-grass-common- GRASS plugin for QGIS - architecture
> i A qgis-provider-grass - GRASS provider for QGIS
> i A qgis-providers  - collection of data providers to QGIS
> i A qgis-providers-common   - collection of data providers to QGIS
> 
> 
> $ aptitude search grass | grep ^i
> i   grass   - Geographic Resources Analysis Support
> i A grass-core  - GRASS-GIS-Kernkomponenten
> i A grass-doc   - GRASS GIS user documentation
> i A grass-gui   - GRASS GIS graphical user interfaces
> i A libqgisgrass7-2.18.2- QGIS - shared grass library
> i A qgis-plugin-grass   - GRASS plugin for QGIS
> i A qgis-plugin-grass-common- GRASS plugin for QGIS - architecture-
> i A qgis-provider-grass - GRASS provider for QGIS
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
U

Re: [Qgis-user] QGIS 2.18.2 can not see GRASS data / use GRASS algorithms

2017-01-17 Thread Martin Landa
Hi,

2017-01-17 15:36 GMT+01:00 Paolo Cavallini :
> AFAIK the change has ben done to support g6+g7 at the same time.

well, on Debian/Ubuntu you cannot have installed GRASS 6 and GRASS 7
packages together. Ma

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS 2.18.2 can not see GRASS data / use GRASS algorithms

2017-01-17 Thread Paolo Cavallini
Il 17/01/2017 15:24, Martin Landa ha scritto:
> Hi,
> 
> 2017-01-17 10:01 GMT+01:00 Micha Silver :
>> sudo ln -s /usr/bin/grass72 /usr/bin/grass70
> 
> for QGIS devs: QGIS should rely on /usr/bin/grass and not on specific
> /usr/bin/grassXY. Ma

AFAIK the change has ben done to support g6+g7 at the same time.
Now that we dropped g6 support, I think this can be removed (if it has
not already).

All the best.

-- 
Paolo Cavallini - www.faunalia.eu
QGIS & PostGIS courses: http://www.faunalia.eu/training.html
https://www.google.com/trends/explore?date=all&geo=IT&q=qgis,arcgis
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS 2.18.2 can not see GRASS data / use GRASS algorithms

2017-01-17 Thread Martin Landa
Hi,

2017-01-17 10:01 GMT+01:00 Micha Silver :
> sudo ln -s /usr/bin/grass72 /usr/bin/grass70

for QGIS devs: QGIS should rely on /usr/bin/grass and not on specific
/usr/bin/grassXY. Ma

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.cz/mentors/landa
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS 2.18.2 can not see GRASS data / use GRASS algorithms

2017-01-17 Thread matteo
HI,

in qgis-dev there has been reported the same issue.

https://lists.osgeo.org/pipermail/qgis-developer/2017-January/046654.html

I think that until Processing is not updated you have to get back to the
old GRASS 7 release

Cheers

Matteo
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS 2.18.2 can not see GRASS data / use GRASS algorithms

2017-01-17 Thread Micha Silver

  
  
More on the same:
After the recent GRASS update, the GRASS modules in Processing
Toolbox no longer worked, giving the error "cannot find grass". My
work around is to set a softlink:
sudo ln -s /usr/bin/grass72 /usr/bin/grass70
Then the GRASS modules work.

There used to be a Processing configuration option to set the path
for different modules. But that seems to be gone now?? So is
Processing checking for the GRASS startup script hardcoded to
/usr/bin/grass70? How can I change that?


On 01/13/2017 07:10 PM, Stephane
  Goldstein wrote:


  

  

  

  Hi.
  
  
  This also started happening to me after upgrading to
  2.18.2.

If you open QGIS in the command line, then try to run a
GRASS tool from Processing, you will probably see a
message saying that it couldn't find grass70.

  
  Because you're using ubuntugis-unstable, you probably have
  GRASS 7.2, so this should be the reason fro the error.


Switching from ubuntugis-unstable to ubuntugis-stable, which
has GRASS 7.0, did the trick for me.
  
  
  Not sure if there is another way to fix this while using
  ubuntugis-unstable / GRASS 7.2, without compiling QGIS from
  source.


Any ideas ?
  
  
  
  ___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user


  

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS 2.18.2 can not see GRASS data / use GRASS algorithms

2017-01-13 Thread Stephane Goldstein
Hi.

This also started happening to me after upgrading to 2.18.2.
If you open QGIS in the command line, then try to run a GRASS tool from
Processing, you will probably see a message saying that it couldn't find
grass70.

Because you're using ubuntugis-unstable, you probably have GRASS 7.2, so
this should be the reason fro the error.

Switching from ubuntugis-unstable to ubuntugis-stable, which has GRASS 7.0,
did the trick for me.

Not sure if there is another way to fix this while using ubuntugis-unstable
/ GRASS 7.2, without compiling QGIS from source.

Any ideas ?
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] QGIS 2.18.2 can not see GRASS data / use GRASS algorithms

2017-01-12 Thread Robert Nuske
Dear List

I can not see/load my GRASS data from within QGIS anymore and can not use the 
GRASS algorithms offered in the Processing Toolbox (GRASS GIS 7 commands are 
activated in the Processing options).

Trying to run v.info from the Toolbox I get the following error message:
---
This algorithm cannot be run :-( 
It seems that GRASS GIS 7 is not correctly installed and configured in your 
system. Please install it before running GRASS GIS 7 algorithms.
---

Starting QGIS on the command line does not produce suspicious output:
---
$ qgis
Warning: loading of qgis translation failed [/usr/share/qgis/i18n//qgis_en_US]
Warning: loading of qt translation failed [/usr/share/qt4/translations/
qt_en_US]
Warning: QCss::Parser - Failed to load file  "/style.qss" 
Warning: QLayout: Attempting to add QLayout "" to QgsPanelWidgetStack 
"mWidgetStack", which already has a layout
---

QGIS 2.18.2  was installed this week on a new computer running kubuntu 16.04.1 
(xenial) amd64 using the following repositories
  deb http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu xenial main
  deb http://qgis.org/ubuntugis xenial main
Please see below for a list of qgis related installed packages.


Do I use the wrong repositories or does anything else need to be configured?

Any hints are more than welcome.

Thanks 
  Robert

---

$ dpkg -s qgis
Package: qgis
Status: install ok installed
Priority: optional
Section: science
Installed-Size: 18417
Maintainer: QGIS developers 
Architecture: amd64
Version: 1:2.18.2+24xenial-ubuntugis

$ dpkg -s grass
Package: grass
Status: install ok installed
Priority: optional
Section: metapackages
Installed-Size: 35
Maintainer: Debian GIS Project 
Architecture: all
Version: 7.2.0-1~xenial2


$ aptitude search qgis | grep ^i
i A libqgis-analysis2.18.2  - QGIS - shared analysis library
i A libqgis-app2.18.2   - QGIS - shared app library 
i A libqgis-core2.18.2  - QGIS - shared core library
i A libqgis-customwidgets   - QGIS custom widgets for Qt Designer   
i A libqgis-gui2.18.2   - QGIS - shared gui library 
i A libqgis-networkanalysis2.18.2   - QGIS - shared network analysis library
i A libqgis-server2.18.2- QGIS - shared server library  
i A libqgisgrass7-2.18.2- QGIS - shared grass library   
i A libqgispython2.18.2 - QGIS - shared Python library  
i A python-qgis - Python bindings to QGIS   
i A python-qgis-common  - Python bindings to QGIS - architecture
i   qgis- Geografisches Informationssystem (GIS)
i A qgis-common - QGIS - architecture-independent data  
i A qgis-plugin-globe   - OSG globe plugin for QGIS 
i A qgis-plugin-globe-common- OSG globe plugin for QGIS - arch
i A qgis-plugin-grass   - GRASS plugin for QGIS 
i A qgis-plugin-grass-common- GRASS plugin for QGIS - architecture
i A qgis-provider-grass - GRASS provider for QGIS   
i A qgis-providers  - collection of data providers to QGIS  
i A qgis-providers-common   - collection of data providers to QGIS 


$ aptitude search grass | grep ^i
i   grass   - Geographic Resources Analysis Support 
i A grass-core  - GRASS-GIS-Kernkomponenten 
i A grass-doc   - GRASS GIS user documentation  
i A grass-gui   - GRASS GIS graphical user interfaces   
i A libqgisgrass7-2.18.2- QGIS - shared grass library   
i A qgis-plugin-grass   - GRASS plugin for QGIS 
i A qgis-plugin-grass-common- GRASS plugin for QGIS - architecture-
i A qgis-provider-grass - GRASS provider for QGIS 
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user