On Tue, Nov 23, 2010 at 6:32 PM, Alex Mandel <[email protected]> wrote: > On 11/23/2010 06:53 AM, Agustin Hobo wrote: >> >> ok, I finally run make install and got the package built in my >> CMAKE_INSTALL_PREFIX >> Is it possible to define a different .qgis directory for not messing up the >> plugins? >> >> Agus > > Not that I'm aware of, and I've asked about it before. The exception > would be that you could manually put plugins into the python directory > inside of the install and not in the user's home. But this requires it > all be done by hand and you need sudo privilege.
>From 1.5 (or 1.6) it is possible to override the config directory - this is how to use /my_config_dir instead of ~/.qgis: $ qgis --configpath /my_config_dir This will put/get all configuration into/from the specified directory - also the settings which are typically in ~/.config/QuantumGIS (on unix) or in system registry (windows). Martin _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
