-
Notifications
You must be signed in to change notification settings - Fork 12
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
Opentoonz tcomposer env variable is broken on Ubuntu linux #94
Comments
The fix is :
This will fix the module load error for opentoonz tcomposer |
Hi! I can make RenderChan always look into "env" directory, regardless of the fact if RENDERCHAN_ENVDIR set or not. :) Also, I think we can ship default "tcomposer.txt" in linux package, which will have several possible variants where to look for TComposer, i.e.:
This should simplify setup in the future. -- Related information about RENDERCHAN_ENVDIR variable: |
I made a quick Pull Request that uses an app image binary for opentoonz rendering instead of snap opentoonz. Also, i modified the README.md to include Linux instructions for adding RENDERCHAN_ENVDIR system wide. |
Test device: HP 255g4 with Ubuntu OS 22.04
Ubuntu, which uses a custom package manager for software download/installs called snap, breaks the default env variable for RenderChan and so renderchan requires an update to point to tcomposer binary at $/snap/opentoonz/147/bin/tcomposer
Tcomposer can also be called directly on command line via
$opentoonz.tcomposer
The text was updated successfully, but these errors were encountered: