The bundled version has several duplicate libraries instead of symlinks.
I've added the following lines in package_mendeleydesktop-bundled
to save ~129MB:
cd lib/qt
for f in libQt5DBus.so.5 libQt5WebEngineCore.so.5 libQt5WebEngine.so.5 libQt5WebEngineWidgets.so.5
do
rm $f
ln -s $f.10.1 $f
done
for f in libicudata.so.56.1 libicui18n.so.56.1 libicuuc.so.56.1
do
rm ${f%.*}
ln -s $f ${f%.*}
done
cd ../..
Pinned Comments
akstrfn commented on 2018-10-02 15:21
To avoid crashs when opening PDF's, and hangout on exit install
mendeleydesktop-bundled
which packages Qt provided by the upstream.