ib / xarchiver

(continuation of the Xfce master branch)
GNU General Public License v2.0
169 stars 40 forks source link

Store archiver output should store the command as well #83

Closed PMunch closed 4 years ago

PMunch commented 5 years ago

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:

RAR 5.71   Copyright (c) 1993-2019 Alexander Roshal   28 Apr 2019
Trial version             Type 'rar -?' for help

Extracting from <filename>

No files to extract

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.

ib commented 5 years ago

Does <filename> contain non-ASCII characters?

PMunch commented 5 years ago

No, it's only ASCII characters

ib commented 5 years ago

Does it contain a dash (ASCII 0x2D)?

What encoding is your file system in? What is your locale (LC_ALL)?

PMunch commented 5 years ago

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.

ib commented 4 years ago

Done.