mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2025-02-03 20:45:57 +01:00
caja: use --sync just to be safe
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
4313f0a3b1
commit
0a1473d0a7
2 changed files with 2 additions and 17 deletions
|
@ -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,
|
||||
|
|
|
@ -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" \
|
||||
|
|
Loading…
Add table
Reference in a new issue