Feature Title: Native Linux Installation & Pipeline Integration

(Toon Boom Harmony 24+ for Enterprise Linux Workstations)

Then install the Windows Wacom driver inside Wine (optional, but helps pressure):

export QT_X11_TABLET=1
./HarmonyPremium

Configure Components: In the terminal-based UI, use the Spacebar to select components: APPLICATION: Required for binaries and resources.

FROM centos:7
COPY Harmony_Render_Node_Linux.run /tmp/
RUN yum install -y libX11 libXext libXi libXrender mesa-libGL && \
    /tmp/Harmony_Render_Node_Linux.run --mode unattended --prefix /opt/harmony
ENV PATH="/opt/harmony/bin:$PATH"

🧩 Enable OpenGL rendering in Harmony

Inside Harmony:
Edit → Preferences → Rendering → OpenGL (not DirectX)