From 0a1473d0a7776281c8a320cf8803788da54ac935 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Wed, 19 Feb 2014 08:32:47 +0700 Subject: [PATCH] caja: use --sync just to be safe Signed-off-by: Willy Sudiarto Raharjo --- KNOWN_ISSUES.TXT | 15 --------------- base/caja/caja.SlackBuild | 4 ++-- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/KNOWN_ISSUES.TXT b/KNOWN_ISSUES.TXT index 63b3dc7..c56be0d 100644 --- a/KNOWN_ISSUES.TXT +++ b/KNOWN_ISSUES.TXT @@ -47,21 +47,6 @@ After upgrading to the modified version, gksu will work normally. This patch will goes into Slackware 14.1 and Slackware-Current soon. -Fri Feb 14 11:02:15 UTC 2014 -If you are encountering problems with multiple Caja instances during loading -the MATE desktop, change this line in /usr/share/applications/caja.desktop -Exec=caja - -into - -Exec=caja --sync - -OR - -edit the caja.SlackBuild script and uncomment this line -#sed -i 's/Exec=caja/Exec=caja --sync/' data/caja.desktop.in.in -and rebuild caja again. - Mon Jun 10 03:09:28 UTC 2013 If you are encountering problems with Caja (MATE's file manager) opening directories when clicking on files in certain programs like Dropbox, Skype, diff --git a/base/caja/caja.SlackBuild b/base/caja/caja.SlackBuild index f7ef734..5dcdb7d 100644 --- a/base/caja/caja.SlackBuild +++ b/base/caja/caja.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=caja VERSION=${VERSION:-1.7.90} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_msb} if [ -z "$ARCH" ]; then @@ -75,7 +75,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Adding --sync parameter in caja.desktop -#sed -i 's/Exec=caja/Exec=caja --sync/' data/caja.desktop.in.in +sed -i 's/Exec=caja/Exec=caja --sync/' data/caja.desktop.in.in CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \