Bug report #16973
Help viewer stores defaults in a wrong path
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Jorge Rocha | ||
Category: | PyQGIS Console | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Ubuntu | Easy fix?: | Yes |
Pull Request or Patch supplied: | Yes | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 24872 |
Description
Help viewer (called from Python console) is a different process/executable called from QGIS.
The settings are being read and write from a wrong path.
The path now is: (on Ubuntu)
/home/jgr/.local/share/qgis_help/profiles/default/QGIS/QGIS3.ini
The path should be:
/home/jgr/.local/share/QGIS/QGIS3/profiles/default/QGIS/QGIS3.ini
To reproduce this bug, just launch Python console, open the Help dialog, move it and close it. The QGIS3.ini file is created in the wrong folder.
A new PR is under way to fix this.
History
#1 Updated by Harrissou Santanna almost 7 years ago
- Status changed from Open to Feedback
@Jorge, this should be closed, right? Resolution is set as implemented.
#2 Updated by Jorge Rocha almost 7 years ago
Thank you @DelazJ. This issue can be closed.
#3 Updated by Harrissou Santanna almost 7 years ago
- Status changed from Feedback to Closed