When auto-open a revelation password file, it gives an error
Bug #96968 reported by
Hendrik van den Boogaard
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Revelation - obsolete |
New
|
Unknown
|
|||
revelation (Debian) |
Fix Released
|
Unknown
|
|||
revelation (Ubuntu) |
Fix Released
|
Medium
|
Unassigned |
Bug Description
Binary package hint: revelation
Feisty-Beta, Revelation 0.4.11-0ubuntu3
When in preferences 'Open file on startup' is set to a password file it seems to work, but as soon as the 'master password' for this file is given, it will give a error message (see attachment). On my computer the password file is located in a directory with a 'space' in the name. When I move the password file to a directory without a space, it works ok. The error also hints to a 'directory not found' and if I open the preferences screen after the error occurred and I press Continue, it gives a new error (attachment 2).
So workaround: move the password file to a directory without spaces in its name
Related branches
Changed in revelation: | |
status: | Unknown → New |
Changed in revelation (Debian): | |
status: | Unknown → Confirmed |
Changed in revelation (Debian): | |
status: | Confirmed → Fix Released |
To post a comment you must log in.
It looks like revelation uses gnomevfs,URI to handle paths internally. Spaces are escaped by replacing them with %20 (I guess other characters like é cause the same issue).