[Qgis-user] QGIS 3.44.11. - GRASS tools not available in processing toolbox, SAGA plugin not available.

Andrea Giudiceandrea andreaerdna at libero.it
Tue Jun 30 12:35:37 PDT 2026


Hi Jochem,

> Jochem Kail jochem.kail at uni-due.de
> Tue Jun 30 09:12:24 PDT 2026

>   * GRASS tools are not available in the processing toolbox. Of course I
>     did the following

In order to fix such issue, you could either:

- modify the line 132 of the file grass_utils.py (in 
\apps\qgis-ltr\python\plugins\grassprovider\)

from

                     if "GRASS GIS " in line:

to

                     if "GRASS " in line:

- or downgrade the installed OSGeo4W grass package from 8.5.0-1 to 
8.4.2-3 and the installed qgis-ltr* packages from 3.44.1-2 to 3.44.11-1.

- or install QGIS LTR 3.44.11 using the OSGeo4W "offline" standalone 
.msi installer, instead of the OSGeo4W "online" installer

>   * SAGA plugin Processing SAGA NextGen Provider is not available.

The "Processing SAGA NextGen Provider" plugin is no longer available on 
the official QGIS plugins' repository.

You can find a copy of the last version that was once available on the 
QGIS plugins' repository at 
https://github.com/agiudiceandrea/qgis-processing-saga-nextgen/releases/tag/1.1.0
You could download the zip file 
https://github.com/agiudiceandrea/qgis-processing-saga-nextgen/releases/download/1.1.0/processing_saga_nextgen-1.1.0.zip 
and install it in QGIS using the Plugin Manager.

Regards.

Andrea


More information about the QGIS-User mailing list