Menu

#75 fails to view/extract from a single gzipped file

v1.0 (example)
closed
nobody
None
5
2014-05-20
2014-05-20
No

Sorry, found another bug!

If you open a single file which has been gzipped, and try to view it or extract it, it works, but does not open or move because an extra space is added in the path:

$ gzip test1.txt
$ xarchiver test1.txt.gz
...right click the text file, click View...
xdg-open: file '/tmp/xa-fAAFxY/ test1.txt' does not exist

^ you will notice there is an extra space before the filename. the file does exist, but without the space in the path.

Discussion

  • dennis waters

    dennis waters - 2014-05-20

    Oops, my mistake this time. I found I had substituted /usr/bin/gzip, for the multicore faster drop-in replacement "pigz".

    Using original gzip, works as intended and no extra space is put in the command.

    This bug can be closed

     
  • Giuseppe Torelli

    • status: open --> closed
     

Log in to post a comment.