Running Elisa from a fresh svn checkout looks like not having installed plugins.
Bug #233565 reported by
Guido Amoruso
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Moovida |
Fix Released
|
Medium
|
Guido Amoruso |
Bug Description
Running Elisa from a fresh svn checkout looks like not having installed plugins. Steps to reproduce:
1. checkout Elisa from svn
2. cd elisa-core
3. run "python elisa-get.py list-installed"
You will get an empty list [], whereas the plugins in elisa-plugins directory are indeed used.
To post a comment you must log in.
(In [4972]) * elisa-get.py: utils/dist. py: plugin_ registry. py:
Don't set ELISA_PLUGIN_PATH so that uninstalled plugins are not
detected by elisa-get, fixes #1006
* elisa/core/
new functions to build one generic setup.py per plugin
* elisa/core/
Log version and directory from which the loaded plugin comes from.