#!/bin/sh
# Предпочитаем Wayland, откат на X11 (xcb).
exec env QT_QPA_PLATFORM="${QT_QPA_PLATFORM:-wayland;xcb}" /opt/Paranoia/bin/Paranoia "$@"
