You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QGIS version 3.32.2-Lima, running in MacOS 10.13.6. The app is installed in /Applications/My Tools/QGIS.app.
I'm trying to use Raster -> Miscellaneous -> Raster Information, which uses gdalinfo. Once I add an input layer and press Run, I get the following: /Applications/My Tools/QGIS.app/Contents/MacOS/bin/gdalinfo: line 3: /Applications/My: No such file or directory
The path is stopping at the space in "My Tools". If I move QGIS to /Applications/QGIS.app then everything works fine.
The same error occurs if I run gdalinfo from /Applications/My Tools/QGIS.app/Contents/MacOS/bin/gdalinfo. In fact, the behavior seems to happen only with GDAL commands that first execute a bash script.
QGIS version 3.32.2-Lima, running in MacOS 10.13.6. The app is installed in
/Applications/My Tools/QGIS.app
.I'm trying to use Raster -> Miscellaneous -> Raster Information, which uses
gdalinfo
. Once I add an input layer and press Run, I get the following:/Applications/My Tools/QGIS.app/Contents/MacOS/bin/gdalinfo: line 3: /Applications/My: No such file or directory
The path is stopping at the space in "My Tools". If I move QGIS to
/Applications/QGIS.app
then everything works fine.The same error occurs if I run
gdalinfo
from/Applications/My Tools/QGIS.app/Contents/MacOS/bin/gdalinfo
. In fact, the behavior seems to happen only with GDAL commands that first execute a bash script.This is the script for
gdalinfo
, which might be created by QGIS-Mac-Packager/qgis_bundle/recipes/gdal/recipe.sh#L48-L50:The error can be fixed by adding quotes around
$THISDIR
in the last line.The text was updated successfully, but these errors were encountered: