#771 closed defect (fixed)
Plugin path should be persisted
Reported by: | Owned by: | nobody | |
---|---|---|---|
Priority: | major: does not work as expected | Milestone: | |
Component: | GUI | Version: | Trunk |
Keywords: | Cc: | ||
Must Fix for Release: | No | Platform: | Debian |
Platform Version: | Awaiting user input: | no |
Description
From Red Hat bug 247551 (I believe this is mostly a symptom of ticket#770):
Description of problem: On first starup, Quantum GIS is looking for plugins at the following path:
/usr/bin/../lib/qgis
This path is non-existent on my system. The plugins are actually located in the following directory:
/usr/lib64/qgis
If I change the Plugin Directory to this path in the Plugin Manager dialog box, all the installed plugins are displayed. If I click the 'OK' button and re-open the dialog box, however, I receive a warning message that there are No Plugins (see attached file: no_plugins.png) because the Plugin Manager is again looking in:
/usr/bin/../lib/qgis
for the plugins.
Version-Release number of selected component (if applicable): qgis-0.8.1-10.fc6
How reproducible: Always
Steps to Reproduce: 1.Start Quantun GIS 2.Select Plugins->Plugin Manager... 3.Change the Plugin Directory path 4.Click the 'OK' button 5.Select Plugins->Plugin Manager...
Actual Results: The Plugin Directory changed back to the default.
Expected Results: The new Plugin Directory should have been persisted.
Additional info: If after changing the Plugin Directory, all of the installed plugins are selected. new menu entries appear under the Plugins top level menu. While the Plugin Directory is forgotten the next time the Plugin Manager is opened, Quantum GIS remembers which plugins have been selected. However, this information is forgotten if Quantum GIS is re-started.
Change History (3)
comment:1 by , 15 years ago
Milestone: | Version 0.9.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 15 years ago
Milestone: | → Version 0.9.1 |
---|
Fixed in r7621.
I've removed possibility to change the path for plugins as it shouldn't be really necessary and just confuses users.