Bug report #2512
General plugin failure if "username" in C:/Documents and Settings/username has non-ascii characters
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | - | ||
Category: | Python plugins | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | Windows | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 12572 |
Description
The current windows install sets the
.qgis/python/plugind directory under
C:/Documents and Settings/username
which results on general plugin failure in the case "username" has non-ascii
characters, i.e.
'C:/Documents and Settings/Mauro RodrÃguez Rey/.qgis/python'
A solution would be to optionally set the .qgis directory to another
place.
Not sure if this problem would also occur for non-windows installations.
Agus
Related issues
Associated revisions
fix #2512
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13013 c8812cc2-4d05-0410-92ff-de0c093fc19c
fix #2512
git-svn-id: http://svn.osgeo.org/qgis/trunk@13013 c8812cc2-4d05-0410-92ff-de0c093fc19c
support for python plugin directory with accents in username (fixes #2512 again)
History
#1 Updated by Giovanni Manghi over 14 years ago
Hi,
to be more specific, for "general failure" it is meant that the python plugins do not install when the windows username includes non-ascii chars.
As far as I know this does not affects installations on linux, but would be better to double check.
#2 Updated by Jürgen Fischer over 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed
fixed in 3e339396 (SVN r13014).