aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorSulfurNitride <SulfurNitride@users.noreply.github.com>2026-03-14 04:06:40 -0500
committerSulfurNitride <SulfurNitride@users.noreply.github.com>2026-03-14 04:06:40 -0500
commiteb780944ec8fb9df7f18c079cbd8eaff5bf96baa (patch)
treed404db8d7b53c6303df5724a5c697e03c97118f4 /libs
parent6e793adbc1bff4586ae57d23c825c556a5d270b5 (diff)
Bundle Qt libs missing from PyQt6 dep scan (fixes Bazzite crash)
PyQt6 is staged after the main dep-collection loop, so its .so deps (e.g. libQt6OpenGLWidgets) were never copied to lib/. The dynamic linker then fell back to the host's Qt RPM build, which exports Qt_6.*_PRIVATE_API version symbols that aqtinstall's Qt doesn't — causing a crash on Fedora- based distros (Bazzite, etc.) whenever a Python plugin imported PyQt6 OpenGL. Add a post-PyQt6 dep scan that bundles any Qt libs not yet present in lib/. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'libs')
0 files changed, 0 insertions, 0 deletions