Loading
mathpix-snipping-tool: fix startup on wayland, add maintainer
The application does not support Wayland and fails to start, attempting to load an incompatible platform plugin. This change forces the application to use the XWayland compatibility layer by explicitly setting QT_QPA_PLATFORM=xcb via makeWrapper. fixes #414692