Bug 346276

Summary: Can't preview files from a .zip file with \ (backslash) as path separator.
Product: [Applications] ark Reporter: Jaime Torres <jtamate>
Component: generalAssignee: Raphael Kubo da Costa <rakuco>
Status: RESOLVED DUPLICATE    
Severity: major CC: elvis.angelaccio
Priority: NOR    
Version: 2.19   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jaime Torres 2015-04-16 20:28:30 UTC
The zip file in the following URL,

http://www.facturae.gob.es/formato/Documents/Gesti%C3%B3n%20de%20Facturaci%C3%B3n%20Electr%C3%B3nica%203.1/Fuentes.zip

as opened by Ark shows the path separator as \.
When trying to do a preview of any of the files, it tries to open the file in /tmp/whatever\the\non\existent\directory\file, and therefore it can't see any of the files inside the .zip file.
When the zip file is expanded, the files are in one directory with names containing \.





Reproducible: Always


Actual Results:  
Briefly, the path separator is not treated in an OS agnostic way.


Expected Results:  
The files are created with the same directory structure and can be previewed.
Comment 1 Jaime Torres 2015-04-17 15:10:27 UTC
FYI, neither unzip nor 7z expand it also in the right way.
Only using a win program under wine I've been able to extract it with the right directories.
Comment 2 Elvis Angelaccio 2015-10-27 12:02:53 UTC

*** This bug has been marked as a duplicate of bug 176646 ***