Closed PMunch closed 4 years ago
Does <filename>
contain non-ASCII characters?
No, it's only ASCII characters
Does it contain a dash (ASCII 0x2D)?
What encoding is your file system in? What is your locale (LC_ALL)?
No, neither the archive name, nor the file in it contains a dash in the name.
The file system is ext4, but it was created from a Windows machine. The locale is blank.
Done.
I ran into an issue with .rar files under Xarchiver. I can extract the contents of the file fine with
rar x <filename>
, and I can open the file in Xarchiver to list the content, but trying to double click a file, or do any extraction apart from extract all ends with an error:It would be nice to be able to see what the actual command that was run is in this window, so I could try and figure out why it fails.