meshlab: set QT_QPA_PLATFORM xcb (#306524)

This commit is contained in:
Wolfgang Walther
2024-12-15 16:34:36 +01:00
committed by GitHub
@@ -91,6 +91,12 @@ mkDerivation rec {
patchelf --add-needed $out/lib/meshlab/libmeshlab-common.so $out/bin/.meshlab-wrapped
'';
# display a black screen on wayland, so force XWayland for now.
# Might be fixed when upstream will be ready for Qt6.
qtWrapperArgs = [
"--set QT_QPA_PLATFORM xcb"
];
meta = {
description = "System for processing and editing 3D triangular meshes";
mainProgram = "meshlab";