After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 662519 - support for squashfs filesystem images
support for squashfs filesystem images
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: file-roller-maint
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2011-10-23 13:03 UTC by Brian J. Murrell
Modified: 2017-10-14 07:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Support squashfs filesystems (12.21 KB, patch)
2016-05-26 03:51 UTC, Robert Ancell
none Details | Review
Support squashfs filesystems (15.28 KB, patch)
2016-05-26 04:04 UTC, Robert Ancell
none Details | Review
Support squashfs filesystems and snap files (16.30 KB, patch)
2016-06-03 01:02 UTC, Robert Ancell
none Details | Review
Support squashfs filesystems and snap files (16.69 KB, patch)
2016-06-03 02:23 UTC, Robert Ancell
none Details | Review
Support squashfs filesystems and snap files (Sep 2017) (16.42 KB, patch)
2017-09-16 22:30 UTC, Jeremy Bicha
none Details | Review

Description Brian J. Murrell 2011-10-23 13:03:24 UTC
Having just taken a quick peek at a squashfs (http://squashfs.sourceforge.net/) filesystem with the unsquashfs utility, it seems that adding support for squashfs should be trivial for a developer familiar with file-roller, yes?

It would be nice to have it, indeed.
Comment 1 Robert Ancell 2016-05-26 03:51:30 UTC
Created attachment 328541 [details] [review]
Support squashfs filesystems
Comment 2 Robert Ancell 2016-05-26 03:51:56 UTC
See associated bug for adding mime type:
https://bugs.freedesktop.org/show_bug.cgi?id=43621
Comment 3 Robert Ancell 2016-05-26 04:04:56 UTC
Created attachment 328542 [details] [review]
Support squashfs filesystems

Added MIME type to .desktop file
Comment 4 Robert Ancell 2016-06-03 01:02:04 UTC
Created attachment 329008 [details] [review]
Support squashfs filesystems and snap files

Fix warnings about unknown MIME types.
Add .snap MIME type (it's just a squashfs archive)
Comment 5 Robert Ancell 2016-06-03 02:23:18 UTC
Created attachment 329012 [details] [review]
Support squashfs filesystems and snap files

Updated README
Comment 6 Jeremy Bicha 2017-09-16 22:30:19 UTC
Created attachment 359906 [details] [review]
Support squashfs filesystems and snap files (Sep 2017)

I'm attaching the rebased version of this patch that Ubuntu has been including for a while.

Please review.
Comment 7 Paolo Bacchilega 2017-10-14 07:29:43 UTC
pushed to master, thanks.