FS#72227 - [file-roller] not supports squashfs images

Attached to Project: Arch Linux
Opened by Ramadan Ali (alicavus) - Friday, 24 September 2021, 13:09 GMT
Last edited by Toolybird (Toolybird) - Monday, 25 September 2023, 05:59 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan Alexander Steffens (heftig)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
[file-roller](https://archlinux.org/packages/extra/x86_64/file-roller/) is not working with `squashfs` images with current version `4.5-1` of [squashfs-tools](https://archlinux.org/packages/extra/x86_64/squashfs-tools/). Downgrading `squashfs-tools` to `4.4` resolve this situatuion.

Additional info:
* package version: `3.40.0-1`

Steps to reproduce:
Try to open any squashsfs image with `file-roller`
This task depends upon

Closed by  Toolybird (Toolybird)
Monday, 25 September 2023, 05:59 GMT
Reason for closing:  Upstream
Additional comments about closing:  Refer to comments from PM
Comment by Ramadan Ali (alicavus) - Saturday, 25 September 2021, 09:45 GMT
The issue is caused by changes in output of `unsquashfs` command. Now headers[1] are not shown while listing files `unsquashfs -lls`. Skipping of headers is not needed.

Now with my patch file-roller successfulty operates with squashfs images.

[1] With older releases there is a header line in the output:
```Parallel unsquashfs: Using 8 processors
152 inodes (166 blocks) to write```
Comment by Jan Alexander Steffens (heftig) - Sunday, 26 September 2021, 18:52 GMT
Please get this fix accepted upstream, first.

Loading...