]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Still for unknown reason I have to preload libjpeg
authorSergey Matveev <stargrave@stargrave.org>
Mon, 8 Jul 2024 08:37:43 +0000 (11:37 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 8 Jul 2024 08:37:43 +0000 (11:37 +0300)
zathura/bin/zat

index 9debef1e24e720a24c474aff2cc2eb95641ae8fa..c2ccc410f1b1d8b5bdcc2033aa22d1b97ee7cc0c 100755 (executable)
@@ -4,6 +4,7 @@ export PATH=$HOME/local/bin:$PATH
 export XDG_DATA_DIRS=$HOME/local
 export XDG_CONFIG_HOME=/tmp/stargrave-xdg
 export LD_LIBRARY_PATH=$HOME/local/lib:$LD_LIBRARY_PATH
+export LD_PRELOAD=$(realpath $HOME/env/local/lib/libjpeg.so)
 winid=`start-tabbed.sh zathura -c`
 zathura -e $winid "$1"
 rm -f zathura.core