evince thinks colon in filename means url syntax
Bug #160996 reported by
to be removed
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Evince |
Invalid
|
Medium
|
|||
evince (Ubuntu) |
Triaged
|
Low
|
Unassigned |
Bug Description
Binary package hint: evince
Evince does not seem to be able to open a file with a colon in the name:
> liw@dorfl$ evince 'foo:bar'.pdf
>
> (evince:12543): libgnomevfs-
This is probably due to some kind of assumption that the colon indicates a protocol in a URI scheme. It is highly surprising to the user, and if it can't be fixed (by seeing if a file with that name actually exists), at least the user should get a more sensible error message than "File not found".
Changed in evince: | |
status: | Unknown → New |
Changed in evince: | |
status: | New → Invalid |
Changed in evince: | |
importance: | Unknown → Medium |
Changed in evince (Ubuntu): | |
assignee: | Ubuntu Desktop Bugs (desktop-bugs) → nobody |
To post a comment you must log in.
Thanks for the report, can you open a text file with similar name in vi, gedit, or emacs? it seems that you need to use something like \'foo\:bar\'.pdf, i really don't consider this an evince bug.