]> git.lyx.org Git - features.git/commit
lyxpaperview - fix redirection
authorPavel Sanda <sanda@lyx.org>
Fri, 24 Feb 2023 19:44:37 +0000 (20:44 +0100)
committerPavel Sanda <sanda@lyx.org>
Fri, 24 Feb 2023 19:44:37 +0000 (20:44 +0100)
commit52d51fe4339dedb69214a765439f1b09f2c6dc0c
treeeeafc60ba68185c2bbc9fb6d8e77718148f50edc
parent17829ee5137b7a45cc9012a43ea511248465b44a
lyxpaperview - fix redirection

Any time pdfviewer process write anything to stderr it's killed,
most probably due to not existing pipe to proper stderr file descriptor.
/dev/null redirection fixes the issue.
lib/scripts/lyxpaperview.py