[Qgis-developer] Common QGIS Plugin configuration accross multiple Linux users

Tim Sutton lists at linfiniti.com
Sun Mar 9 10:54:56 PDT 2014


Hi Zoltan




On Sun, Mar 9, 2014 at 7:40 PM, Zoltan Szecsei <zoltans at geograph.co.za>wrote:

> Hi,
> I have posted this a couple of hours ago on QGIS-user, but this might be
> more of a dev question:
>
>
> I've got a number of users created on an Ubuntu 13.10 PC.
>
> Is there a way that I can add the same plugins and proliferate the same
> QGIS configuration to all users?
> Perhaps by updating a master-User (icon arrangement, plugins etc) and then
> copying that config file to the other users?
>
> If yes, what files need to be copied accross?
>

The two directories you care about in this case are

~/.qgis2
and
~/.config/QGIS

You could e.g. rsync the user plugin dirs from a central one, or put them
in an nfs mount (read only might have issues as plugins try to write .pyc
files or even write data to the plugin dir).

The ~/.config/QGIS/QGIS2.conf is a standard ini style config file so you
should be able to pick through it and awk/sed/bash your way to nirvana :-)

Regards

Tim


>
> Regards & thanks,
> Zoltan
>
>
>
> --
>
> ===========================================
> Zoltan Szecsei PrGISc [PGP0031]
> Geograph (Pty) Ltd.
> GIS and Photogrammetric Service
>
> P.O. Box 7, Muizenberg 7950, South Africa.
>
> Mobile: +27-83-6004028
> Fax:    +27-86-6115323     www.geograph.co.za
> ===========================================
>
> _______________________________________________
> Qgis-developer mailing list
> Qgis-developer at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>



-- 
Tim Sutton - QGIS Project Steering Committee Member
==============================================
Please do not email me off-list with technical
support questions. Using the lists will gain
more exposure for your issues and the knowledge
surrounding your issue will be shared with all.

Irc: timlinux on #qgis at freenode.net
==============================================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20140309/e4fee05d/attachment.html>


More information about the Qgis-developer mailing list