Package: xarchiver / 1:0.5.4-7

Metadata

Package Version Patches format
xarchiver 1:0.5.4-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
desktop file.patch | (download)

xarchiver.desktop.in | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 desktop file

The patch creates a valid desktop file and corrects a deprecated mime type
entry and adds support for xz compressed file types.
It also uses an appropriate Exec parameter (%f) to show the "open with" dialog
in file managers such as Nautilus.

Bug: http://bugs.debian.org/656301
Bug: https://bugs.launchpad.net/ubuntu/+source/xarchiver/+bug/1270564
encrypted 7z archives.patch | (download)

src/7zip.c | 13 13 + 0 - 0 !
1 file changed, 13 insertions(+)

 encrypted 7z archives

Detect encrypted 7z archives.

Bug: https://bugs.debian.org/751122
cancel extraction crash.patch | (download)

src/interface.c | 18 10 + 8 - 0 !
1 file changed, 10 insertions(+), 8 deletions(-)

 cancel extraction crash

Fix crash when cancelling the progress bar of Xarchiver's Thunar plugin.
This patch was taken from Xarchiver's Github fork. The original development has
stopped at sourceforge.net.

pass unescaped filenames to g_file_test.patch | (download)

src/tar.c | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 pass unescaped filenames to g_file_test

Bug: #862593