<div dir="ltr">Here is the Build Script:<div><br></div><div>#!/bin/bash<br><br># Save CURA DEPENDS to Documents DIR<br>mkdir ~/Documents/cura<br>cd ~/Documents/cura<br><br>wget <a href="http://ftp.us.debian.org/debian/pool/main/z/z3/libz3-4_4.8.12-3.1_amd64.deb">http://ftp.us.debian.org/debian/pool/main/z/z3/libz3-4_4.8.12-3.1_amd64.deb</a><br>dpkg-deb -x libz3-4_4.8.12-3.1_amd64.deb libz3-4_4.8.12-3.1_amd64<br>mv libz3-4_4.8.12-3.1_amd64/usr/lib/x86_64-linux-gnu/libz3.so.4 ../cura<br>rm -rf libz3-*<br><br># Save CURA to Documents DIR<br>#wget <a href="https://github.com/Ultimaker/Cura/releases/download/5.11.0/UltiMaker-Cura-5.11.0-linux-X64.AppImage">https://github.com/Ultimaker/Cura/releases/download/5.11.0/UltiMaker-Cura-5.11.0-linux-X64.AppImage</a><br>chmod +x UltiMaker-Cura-5.11.0-linux-X64.AppImage<br><br>#Launch CURA<br>echo ""<br>echo "Launch CURA using:"<br>echo ""<br>echo ""<br>echo "==> LD_LIBRARY_PATH=~/Documents/cura/ ../Documents/cura/UltiMaker-Cura-5.11.0-linux-X64.AppImage"<br>echo ""<br>echo ""</div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Mon, Dec 1, 2025 at 11:00 PM Brian Holaday <<a href="mailto:arcademan20@gmail.com">arcademan20@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hello Gregor,<div><br></div><div>Using the below github patch I was able to get Cura 5.11 working using the App Image option.</div><div><br></div><div>Here is what I came up with attached below is a build script.</div><div><br></div><div>Regarding Bug #1121290; there does not seem to be a problem using the App Image (both the build plate and G-code flavor have options)</div><div><br></div><div><div>On Tue, 25 Nov 2025 01:23:22 +0100 Gregor Riepl <<a href="mailto:onitake@gmail.com" target="_blank">onitake@gmail.com</a>> wrote:<br>> > Can we please update Cura from 5.0 to 5.11 if possible.<br>> <br>> Unfortunately, upstream made some changes to their build process in 5.1 that prevented us from easily lifting to a newer version. I'm planning to give it another shot at some point, but I can't promise anything due to lack of time.<br>> <br>> > qt.glx: qglx_findConfig: Failed to finding matching FBConfig for QSurfaceFormat(version 4.1, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QColorSpace(), profile  QSurfaceFormat::CoreProfile)<br>> > Could not initialize GLX<br>> > AbortedThis looks suspiciously like <a href="https://github.com/Ultimaker/Cura/issues/19837" target="_blank">https://github.com/Ultimaker/Cura/issues/19837</a><br>> <br>> Have you tried the workarounds from there?<br>> <br>> Someone also mentioned that the flatpack version isn't affected.<br>> <br>> </div></div></div>
</blockquote></div>