Feature request #2412
[FEATURE] Support for user defined plugin path
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Borys Jurgiel | ||
Category: | Python plugins | ||
Pull Request or Patch supplied: | Resolution: | fixed | |
Easy fix?: | No | Copied to github as #: | 12472 |
Description
Hi,
in an enterprise environment it would be useful to store plugins in a common shared (SAMBA or NFS) folder.
One nice way to accomplish this would be the use of an environment variabile, like QGIS_ADDITIONAL_PLUGIN_DIR.
At startup, QGIS should search plugin in this directory, too, among the defaults (user home directory and standard qgis plugin dir).
Note: I don't know if it is necessary to have separate directories, for C++ and Python plugins?
History
#1 Updated by Martin Dobias almost 15 years ago
IMHO this feature shouldn't be supported for C++ plugins at all. There are lots of binary incompatibilities among various operating systems, system libraries and QGIS versions. This could cause crashed during startup or other potential problems that aren't simply worth it.
For python plugins this can be quite useful.
#2 Updated by Martin Dobias over 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Added in .