Cannot open certain file names unless full path given

Bug #1047089 reported by Worik
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
eog (Ubuntu)
New
Undecided
Unassigned

Bug Description

Given a file name containing embedded "::" eog needs to be passed the complete path and cannot open it in the current directory

For instance given the file /tmp/foo::bar.png...

/tmp$ eog foo::bar.eog fails
/tmp$ eog foo\:\:bar.png fails

But

/tmp$ eog /tmp/foo\:\:bar.png succeeds

as does the following three...

/tmp$ eog ./foo\:\:bar.png
/tmp$ eog ./foo::bar.png
/tmp$ eog /tmp/foo::bar.png

summary: - Cannot open certain file names unless fill path given
+ Cannot open certain file names unless full path given
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.