caja: use --sync just to be safe

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2014-02-19 08:32:47 +07:00
parent 4313f0a3b1
commit 0a1473d0a7
2 changed files with 2 additions and 17 deletions

View file

@ -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. 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 Mon Jun 10 03:09:28 UTC 2013
If you are encountering problems with Caja (MATE's file manager) opening If you are encountering problems with Caja (MATE's file manager) opening
directories when clicking on files in certain programs like Dropbox, Skype, directories when clicking on files in certain programs like Dropbox, Skype,

View file

@ -25,7 +25,7 @@
PRGNAM=caja PRGNAM=caja
VERSION=${VERSION:-1.7.90} VERSION=${VERSION:-1.7.90}
BUILD=${BUILD:-1} BUILD=${BUILD:-2}
TAG=${TAG:-_msb} TAG=${TAG:-_msb}
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
@ -75,7 +75,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Adding --sync parameter in caja.desktop # 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" \ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \