Menu

#71 zip file shows no contents

v1.0 (example)
open
nobody
None
5
2014-07-02
2014-05-17
No

I've just found a standard zip file that shows no contents in xarchiver 0.5.3 for some reason. Other zip files work fine. Screenshot attached. The zip file is only 3.7kb if you want to download it to test: https://launchpad.net/geany-astyle/trunk/0.2.1/+download/astyle-plugin-src-0.2.1.zip

1 Attachments

Related

Bugs: #71

Discussion

  • Teo Box

    Teo Box - 2014-05-18

    Hi,

    The problem occure because, the zip version used in this archive doesn't store file's type (folder, directory)

    the actual zip (v2) content :

    ?rwxr-xr-x 2.0 unx 0 b- 2 defN 12-Jan-09 02:29 astyle-plugin-src-0.2.1/src/
    ?rw-r--r-- 2.0 unx 6763 bx 2280 defN 12-Jan-09 02:29 astyle-plugin-src-0.2.1/src/main.c

    what's expected by xarchiver:

    drwxr-xr-x 3.0 unx 0 bx 0 stor 12-Jan-09 02:29 astyle-plugin-src-0.2.1/src/
    -rw-r--r-- 3.0 unx 6763 tx 2280 defN 12-Jan-09 02:29 astyle-plugin-src-0.2.1/src/main.c

    I propose a patch to allow xarchiver to handle '?' file type. look in the patch section.

     

    Last edit: Teo Box 2014-05-18
  • dennis waters

    dennis waters - 2014-05-18

    Works perfectly :) Thank-you once again Teo!

    I think, now there are around 5 patches you've made to fix major issues, there should perhaps be 0.5.4 release soon hopefully?

     
  • dennis waters

    dennis waters - 2014-05-18

    Attached are the patches I have for 0.5.3
    Sorry, not sure who created each one. I have gathered them from around the various distros.

    Teo fixed RAR5 and Zipv2 for me, I know that much! :)

     
    • Giuseppe Torelli

      Let.me know how.u want to be quoted in The about box.

      Giuseppe
      Il 18/mag/2014 19:21 "dennis waters" dennis123123@users.sf.net ha scritto:

      Attached are the patches I have for 0.5.3
      Sorry, not sure who created each one. I have gathered them from around the
      various distros.

      Teo fixed RAR5 and Zipv2 for me, I know that much! :)

      Attachment: xarchiver-0.5.3-patches.tar.gz (7.2 kB; application/x-gzip)


      [bugs:#71] zip file shows no contents

      Status: open
      Group: v1.0 (example)
      Created: Sat May 17, 2014 09:08 AM UTC by dennis waters
      Last Updated: Sun May 18, 2014 01:23 PM UTC
      Owner: nobody

      I've just found a standard zip file that shows no contents in xarchiver
      0.5.3 for some reason. Other zip files work fine. Screenshot attached. The
      zip file is only 3.7kb if you want to download it to test:
      https://launchpad.net/geany-astyle/trunk/0.2.1/+download/astyle-plugin-src-0.2.1.zip


      Sent from sourceforge.net because you indicated interest in <
      https://sourceforge.net/p/xarchiver/bugs/71/>

      To unsubscribe from further messages, please visit <
      https://sourceforge.net/auth/subscriptions/>

       

      Related

      Bugs: #71

      • dennis waters

        dennis waters - 2014-05-18

        Just realised two of those (7zip fix, and multiextract fix) I think are already integrated. I must have had them around since 0.5.2 - but I'm sure you (or Teo) will figure it out!

        The ones out of that I'm using without any issues:

        add-mime-types.patch
        fix-double-escaping.patch
        fix-password-protected.patch
        fix-rar5-whitespace.patch
        fix-rpm-support.patch
        fix-zip-v2.patch

        The rest I have gathered but not actually used!

        It's Teo Box that should be credited in the About Box, not myself :)

         
  • dennis waters

    dennis waters - 2014-07-02

    Hi guys,
    Any progress on a 0.5.4 release? Anything I can help with that's holding it up?
    Thanks :)

     
    • Giuseppe Torelli

      Hi Dennis,

      There is a problem with test facility actually.

      Thanks for helping.
      Giuseppe
      Il 02/lug/2014 21:08 "dennis waters" dennis123123@users.sf.net ha scritto:

      Hi guys,
      Any progress on a 0.5.4 release? Anything I can help with that's holding
      it up?
      Thanks :)


      [bugs:#71] zip file shows no contents

      Status: open
      Group: v1.0 (example)
      Created: Sat May 17, 2014 09:08 AM UTC by dennis waters
      Last Updated: Sun May 18, 2014 06:21 PM UTC
      Owner: nobody

      I've just found a standard zip file that shows no contents in xarchiver
      0.5.3 for some reason. Other zip files work fine. Screenshot attached. The
      zip file is only 3.7kb if you want to download it to test:
      https://launchpad.net/geany-astyle/trunk/0.2.1/+download/astyle-plugin-src-0.2.1.zip


      Sent from sourceforge.net because you indicated interest in <
      https://sourceforge.net/p/xarchiver/bugs/71/>

      To unsubscribe from further messages, please visit <
      https://sourceforge.net/auth/subscriptions/>

       

      Related

      Bugs: #71


Log in to post a comment.