#!/bin/sh
# Force XCB platform to avoid Wayland/GLX issues
export QT_QPA_PLATFORM=xcb
exec /usr/lib64/Slicer-5.10/Slicer "$@"
