Hello list
In an attempt to speed up my workflow I made a launcher shell script
that would call the qgis binary and also passing it my project file.
It looks like this:

#!/bin/bash
cd /home/ricardo/gisficheiros/qgisProjectos
qgis teste.qgs

This leads to a strange behaviour:

- qgis starts up and loads my project, but the map canvas goes crazy!
Sometimes it renders just a small part of the layer, others it will
not render anything and will become unresponsive

I don't really know if opening .qgs files from the command line is a
supported feature, but if it is, then this behaviour is probably a
bug. If this feature is not supported, can I make a wish for it?
Tested with QGis 1.3.0 stable and also with 1.4 (rev. 12337).

-- 
___________________________ ___ __
Ricardo Garcia Silva
_______________________________________________
Qgis-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to