marhop / verso

Editor for embedded image metadata

Home Page:https://martin.hoppenheit.info/code/verso/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Opening directory path with spaces fails

marhop opened this issue · comments

Opening a file/directory path where the directory part contains spaces fails. File names with spaces are OK though.

Works:

$ verso 'file with spaces.jpg'
$ verso file\ with\ spaces.jpg

Doesn't work, both commands throw the same error:

$ verso 'directory with spaces/file.jpg'
$ verso directory\ with\ spaces/file.jpg

Wide character in die at /usr/bin/verso line 611.
Failed to open file “with”: No such file or directory at /usr/lib/x86_64-linux-gnu/perl5/5.30/Glib/Object/Introspection.pm line 67.