-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work with Ubuntu 22.04 #206
Comments
Hi @msrd0 Thanks for reporting the issue. Have you tried installing libfuse like described in the link? sudo add-apt-repository universe
sudo apt install libfuse2 Probably this will be fixed upstream in AppImage with this issue AppImage/AppImageKit#877 EDIT: I tested the workaround on a sample repo and it seems to work. |
Yes the workaround works. Unfortunately I'm stuck with texlive (which takes forever to install) since tectonic doesn't support pstricks which is what inkscape outputs. EDIT: if anyone else needs to use texlive in CI, I highly recommend using |
🎉
Thats a bummer :S but glad it worked out with the alpine package |
As there is no support yet for AppImage on Ubuntu 22.04, see #206 (comment) Newer tectonic version doesnt seem to be need any dependencies on linux anymore, according to the latest install-docs https://tectonic-typesetting.github.io/book/latest/installation/
As there is no support yet for AppImage on Ubuntu 22.04, see #206 (comment) Newer tectonic version doesnt seem to be need any dependencies on linux anymore, according to the latest install-docs https://tectonic-typesetting.github.io/book/latest/installation/
As there is no support yet for AppImage on Ubuntu 22.04, see #206 (comment) Newer tectonic version doesnt seem to be need any dependencies on linux anymore, according to the latest install-docs https://tectonic-typesetting.github.io/book/latest/installation/
As there is no support yet for AppImage on Ubuntu 22.04, see #206 (comment) and GitHub rolls out Ubuntu 22.04 soon, see actions/runner-images#6399 Newer tectonic version doesnt seem to be need any dependencies on linux anymore, according to the latest install-docs https://tectonic-typesetting.github.io/book/latest/installation/ This means we can use the normal .tar.gz file on these versions. Stick to AppImage on older versions (<= 0.10.0) to keep compatibility high.
Hey @msrd0 steps:
- uses: wtfjoke/setup-tectonic@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: tectonic main.tex |
I'm using inkscape to convert svg to tex so I need Ubuntu 22.04 for a recent inkscape version in CI. However, tectonic then fails to run with error message
The text was updated successfully, but these errors were encountered: