]> git.lyx.org Git - lyx.git/commit
Let TeXFiles.py handle symbolic links.
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 25 Jun 2019 13:46:14 +0000 (15:46 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 27 Jun 2019 21:53:03 +0000 (23:53 +0200)
commitb89749ae1df489ab7de2cdc1c74a4b10f098f9f1
tree932be489be92b5cecdcbdca958bc9667664b0acd
parenta1a48472e7ee576c8a89c88e4245b4cd59d9a16b
Let TeXFiles.py handle symbolic links.

Nix (https://nixos.org) is a Unix package manager, which can be used to
install LaTeX on macOS. A peculiarity of Nix is that all packages are
installed into separate directories and the actual directory tree is
then constructed via symlinks.

This interacts badly with the way LyX currently detects files in the
TeX setup, because TeXFiles.py does not follow symlinks. Therefore,
almost nothing is found when using LyX together with Nix’ LaTeX.

Patch from Michael Roitzsch.

(cherry picked from commit 642b4acca1900c55662030ffc5162e9504881764)
lib/CREDITS
lib/generate_contributions.py
lib/scripts/TeXFiles.py
status.23x