summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2019-06-16 11:37:06 +0200
committerHolger Paradies <retabell@gmx.de>2019-06-23 00:30:55 +0200
commit5498c79810b618f9ad6c9f47a20a84bbfbedaa79 (patch)
tree00928b882dc0f4d7df4fb681f00c1482e9f2c60a
parente924dd6d57c96a89d7abeba6c83411a4c8c1af4d (diff)
downloadkanotix-5498c79810b618f9ad6c9f47a20a84bbfbedaa79.zip
kanotix-5498c79810b618f9ad6c9f47a20a84bbfbedaa79.tar.gz
lxde:hotfix pcmanfm xarchiver compress
Compress broken since xarchiver 0.5.4.9 https://github.com/ib/xarchiver/commit/d0575bcd1321dd0d7b47c242bd355e69067752c6
-rwxr-xr-xconfig/chroot_local-hooks/03-silverfire-fixes4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/03-silverfire-fixes b/config/chroot_local-hooks/03-silverfire-fixes
index 5ed9fac..25155ad 100755
--- a/config/chroot_local-hooks/03-silverfire-fixes
+++ b/config/chroot_local-hooks/03-silverfire-fixes
@@ -61,4 +61,8 @@ EOF
sed -i -e "s|ATTR{bInterfaceClass}==\"03\"|ACTION==\"add\", ATTR{bInterfaceClass}==\"03\"|g" /lib/udev/rules.d/97-hid2hci.rules
fi
+# hotfix lxde pcmanfm compress broken with xarchiver
+ if [ -e /usr/share/libfm/archivers.list ]; then
+ sed 's/create=xarchiver --add-to %F/create=xarchiver --compress %F/' -i /usr/share/libfm/archivers.list
+ fi
fi