From 757f4fbec7bf1ccde5833782be5301e59ac91f32 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 27 Oct 2009 11:36:12 +0000 Subject: Don't use nautilus; use xdg-open instead --- truecrypt/build/truecrypt.SlackBuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'truecrypt') diff --git a/truecrypt/build/truecrypt.SlackBuild b/truecrypt/build/truecrypt.SlackBuild index e811d04b..52185d3e 100755 --- a/truecrypt/build/truecrypt.SlackBuild +++ b/truecrypt/build/truecrypt.SlackBuild @@ -56,7 +56,7 @@ # 6.2a-1: 06/sep/2009 by Eric Hameleers # * New release # 6.3-1: 27/oct/2009 by Eric Hameleers -# * New release. +# * New release. Since we do not ship nautilus, use xdg-open. # # Run 'sh truecrypt.SlackBuild' to build a Slackware package. # The package (.tgz) plus descriptive .txt file are created in /tmp . @@ -198,6 +198,9 @@ cp -a ../pks-11-v2-20/*.h Crypto/ # Fix loopmounted volume dismount failure: cat $SRCDIR/${PRGNAM}-${VERSION}_umount.patch | patch -p1 --verbose \ 2>&1 | tee $OUTPUT/patch-${PRGNAM}.log +# Use xdg-open instead of nautilus to open a mounted TC container: +cat $SRCDIR/${PRGNAM}-${VERSION}_diropen.patch | patch -p1 --verbose \ + 2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log echo Building ... export LDFLAGS="$SLKLDFLAGS" -- cgit v1.2.3