GNOME Bugzilla – Bug 780514
Fails to open file from commandline - "the specified location is not supported"
Last modified: 2017-04-28 12:19:19 UTC
Opening a file from the commandline, where the file name contains a hyphen and then later in the filename a colon, causes evince to not open the file and warn "The specified location is not supported". Accessing the same file via a symbolic link, or when renamed, works fine. bash > evince M-2:1.pdf ** (evince:31594): WARNING **: The specified location is not supported bash > ln -s M-2:1.pdf tmp.pdf bash > evince tmp.pdf The effect appears to be solely due to the filename, and is not related to the content of the PDF file.
This appears similar to this very old bug report: https://bugzilla.gnome.org/show_bug.cgi?id=592792
The issue seems to be the use of the GFile API. See the other report for other corner cases. *** This bug has been marked as a duplicate of bug 769649 ***