mikelolasagasti / revelation

Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.
https://revelation.olasagasti.info
GNU General Public License v2.0
55 stars 24 forks source link

Improper escape on saving of auto startup filename #6

Closed Heebron closed 4 years ago

Heebron commented 6 years ago

Select a file that has a space anywhere in the file path then set revelation to auto load that file. On startup, revelation will fail to open the file because it has turned the space into a %20 and does not tun it back into a space prior to trying to opening the file.

The work around is to use gconfeditor to manually turn the %20 into a space under the

/apps/revelation/file/autoload_file

entry

mikelolasagasti commented 4 years ago

Fixed in devel branch.