thomasjo / atom-latex

Compile LaTeX or knitr documents from within Atom
https://atom.io/packages/latex
MIT License
223 stars 42 forks source link

Viewer does not open #478

Closed drossegger closed 6 years ago

drossegger commented 6 years ago

Whenever I am compiling any latex document I get: An error occured while trying to open (*) opener

where (*) is any of the supported openers except pdf-view. Using pdf-view it opens but I can not use backwards sync (clicking on text in the pdf jumps to the line in code).

I am running Ubuntu 16.04, Version 3.14159265-2.6-1.40.18 (TeX Live 2017)

and my config for atom-latex is: latex: enableShellEscape: true openResultInBackground: false texPath: "/usr/local/texlive/2017/bin/x86_64-linux" viewerPath: "/usr/bin/zathura"

drossegger commented 6 years ago

I update to 18.04 and it works again.