Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Support for user defined plugin path #12472

Closed
qgib opened this issue Feb 4, 2010 · 2 comments
Closed

[FEATURE] Support for user defined plugin path #12472

qgib opened this issue Feb 4, 2010 · 2 comments

Comments

@qgib
Copy link
Contributor

qgib commented Feb 4, 2010

Author Name: luca76 - (luca76 -)
Original Redmine Issue: 2412

Redmine category:python_plugins
Assignee: Borys Jurgiel


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?

@qgib
Copy link
Contributor Author

qgib commented Feb 5, 2010

Author Name: Martin Dobias (@wonder-sk)


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.

@qgib
Copy link
Contributor Author

qgib commented Apr 4, 2010

Author Name: Martin Dobias (@wonder-sk)


Added in .


  • resolution was changed from to fixed
  • status_id was changed from Open to Closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant