meshlab: set QT_QPA_PLATFORM xcb (#306524)

authored by Wolfgang Walther and committed by GitHub e5bd9bd5 88ae1fb2

+6
+6
pkgs/applications/graphics/meshlab/default.nix
··· 91 91 patchelf --add-needed $out/lib/meshlab/libmeshlab-common.so $out/bin/.meshlab-wrapped 92 92 ''; 93 93 94 + # display a black screen on wayland, so force XWayland for now. 95 + # Might be fixed when upstream will be ready for Qt6. 96 + qtWrapperArgs = [ 97 + "--set QT_QPA_PLATFORM xcb" 98 + ]; 99 + 94 100 meta = { 95 101 description = "System for processing and editing 3D triangular meshes"; 96 102 mainProgram = "meshlab";