Hi Zoltan
On Sun, Mar 9, 2014 at 7:40 PM, Zoltan Szecsei <[email protected]>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 > [email protected] > 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 ==============================================
_______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
