fix small compat issues for 1.24 and environment of reinstalled machine
This commit is contained in:
parent
dc0241d53a
commit
0573e5a5a5
@ -6,7 +6,7 @@ topdir=`dirname $0`/..
|
||||
initvariables $0
|
||||
|
||||
(
|
||||
recollq author=gnumericAuthor
|
||||
recollq author:gnumericAuthor
|
||||
recollq gnumerictext
|
||||
recollq gnumericcommentaire
|
||||
) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
|
||||
|
||||
@ -6,7 +6,7 @@ topdir=`dirname $0`/..
|
||||
initvariables $0
|
||||
|
||||
(
|
||||
recollq -q sheetgen '"Are you sure you want to delete this sheet"'
|
||||
recollq -q dir:rar '"Are you sure you want to delete this sheet"'
|
||||
|
||||
) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
|
||||
|
||||
|
||||
@ -42,6 +42,11 @@ checkcmds()
|
||||
|
||||
checkcmds recollq recollindex pxattr xadump || exit 1
|
||||
|
||||
# Unset DISPLAY because xdg-mime may be affected by the desktop
|
||||
# environment on the X server
|
||||
unset DISPLAY
|
||||
export LC_ALL=en_US.UTF-8
|
||||
|
||||
makeindex() {
|
||||
echo "Zeroing Index"
|
||||
rm -rf $RECOLL_CONFDIR/xapiandb $RECOLL_CONFDIR/aspdict.*.rws
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user