Bug report #771
Plugin path should be persisted
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | nobody - | ||
Category: | GUI | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | Debian | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 10830 |
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.
Associated revisions
Removed possibility to change directory of c++ plugins in plugin manager.
Fixes #771.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7621 c8812cc2-4d05-0410-92ff-de0c093fc19c
Removed possibility to change directory of c++ plugins in plugin manager.
Fixes #771.
git-svn-id: http://svn.osgeo.org/qgis/trunk@7621 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1 Updated by Martin Dobias about 17 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Fixed in 194d12ae (SVN r7622).
I've removed possibility to change the path for plugins as it shouldn't be really necessary and just confuses users.
#2 Updated by Anonymous over 15 years ago
Milestone Version 0.9.1 deleted