Toon Boom Harmony Linux Install Info

However, installing Harmony on a Linux distribution is not as straightforward as a double-click .exe or a .dmg file. It requires careful attention to distribution compatibility, dependency management, and permission settings.

sudo setenforce 0 sudo sed -i 's/SELINUX=enforcing/SELINUX=permissive/' /etc/selinux/config Make the downloaded .run file executable and run it: toon boom harmony linux install

sudo chmod +x /usr/local/bin/run-harmony Launch Harmony: However, installing Harmony on a Linux distribution is

# For Harmony 20/21 (needs libssl.so.1.0.0) cd /usr/lib/x86_64-linux-gnu sudo ln -s libssl.so.3 libssl.so.1.0.0 sudo ln -s libcrypto.so.3 libcrypto.so.1.0.0 The installer may fail to detect your distro. Force it: toon boom harmony linux install

export QT_QPA_PLATFORM_PLUGIN_PATH=/opt/ToonBoom/Harmony_20/bin/platforms export QT_DEBUG_PLUGINS=1 # optional: see verbose output Then launch Harmony from the same terminal. Solution: Disable the Nouveau open-source driver and install official Nvidia drivers.

/opt/ToonBoom/Harmony_20/bin/RLM/rlmutil rlmstat -a -s 5053@localhost To completely remove Harmony:

/opt/ToonBoom/Harmony_20/bin/SceneInfoRenderer \ -scene /path/to/scene.xstage \ -output /render/output.mov \ -width 1920 -height 1080