sudo rm -rf /opt/ToonBoom/Harmony_20 sudo rm -rf ~/.toonboom # User config sudo rm -f /usr/local/bin/run-harmony # custom wrapper
chmod +x Harmony_*.run sudo ./Harmony_*.run --mode text If the GUI fails, use text mode. Follow the prompts. After installation, Harmony may crash with "Could not load Qt platform plugin 'xcb'". Create a wrapper script:
echo 'export PATH=/opt/ToonBoom/Harmony_20/bin:$PATH' >> ~/.bashrc source ~/.bashrc From the terminal:
/opt/ToonBoom/Harmony_20/bin/SceneInfoRenderer \ -scene /path/to/scene.xstage \ -output /render/output.mov \ -width 1920 -height 1080