Skip to content

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.

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: toon boom harmony linux install

sudo setenforce 0 sudo sed -i 's/SELINUX=enforcing/SELINUX=permissive/' /etc/selinux/config Make the downloaded .run file executable and run it: However, installing Harmony on a Linux distribution is

#!/bin/bash export QT_QPA_PLATFORM_PLUGIN_PATH=/opt/ToonBoom/Harmony_20/bin/platforms export LD_LIBRARY_PATH=/opt/ToonBoom/Harmony_20/bin:$LD_LIBRARY_PATH /opt/ToonBoom/Harmony_20/bin/HarmonyPremium "$@" Make it executable: Follow the prompts

# Check your OpenSSL version openssl version # Then symlink (adjust paths) sudo ln -s /usr/lib/x86_64-linux-gnu/libssl.so.3 /usr/lib/libssl.so.1.0.0 Solution: This is common on Ubuntu. Force the correct plugin path:

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

sudo yum install libpng12 Solution: Create a symlink from your installed OpenSSL version: