I get the following error when I try to open a revelation file from a Windows Samba share mounted on ubuntu 11.10 :
Traceback (most recent call last):
File "/usr/bin/revelation", line 191, in <lambda>
action.connect("activate", lambda w: self.file_open())
File "/usr/bin/revelation", line 1460, in file_open
file = dialog.OpenFileSelector(self).run()
File "/usr/lib/python2.7/dist-packages/revelation/dialog.py", line 463, in run
filename = self.get_filename()
File "/usr/lib/python2.7/dist-packages/revelation/dialog.py", line 451, in get_filename
return io.file_normpath(urllib.unquote(uri))
File "/usr/lib/python2.7/dist-packages/revelation/io.py", line 215, in file_normpath
return re.sub("^file:/{,2}", "", str(gnomevfs.URI(file)))
TypeError: could not parse URI
Version tested : 0.4.11-9ubuntu1
It worked with previous version of revelation.
Thanks for your appreciated help.