-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Qt5 error in containerized version of QGIS #46841
Comments
@lgorenstein you can submit a Pull Request and have it reviewed by QGIS core devs. |
Hopefully fixes qgis#46841.
@gioman I do not have a suitable Docker infrastructure to test - but happy to make a PR. |
The QGIS project highly values your report and would love to see it addressed. However, this issue has been left in feedback mode for the last 14 days and is being automatically marked as "stale". |
While we hate to see this happen, this issue has been automatically closed because it has not had any activity in the last 42 days despite being marked as feedback. If this issue should be reconsidered, please follow the guidelines in the previous comment and reopen this issue. |
What is the bug or the crash?
I am trying to run containerized version of QGIS on a high-performance computing cluster. Docker is not supported on the cluster (due to elevated privileges), but Singularity containers are embraced - so I am using Singularity's built-in feature to pull down QGIS container from DockerHub and convert it to Singularity format.
Conversion goes without a hitch, but execution throws a weird Qt5 error:
Which is clearly not true:
(note that these are inside of the container, just as they should).
It appears that this very error when running Qt5 applications in some kind of virtualized environment (Docker, Virtualbox, WSL1) is a fairly known thing. E.g.:
For all of them, the (very bizarre, but working) solution seems to add one extra command to the Dockerfile:
and the problem disappears.
I was wondering if you'd be willing to add such a line to the QGIS container script.
Steps to reproduce the issue
(assuming you have Singularity installed)
Observed the same for 3.22 as well.
Versions
3.16 and 3.22 (per Docker tags)
Supported QGIS version
New profile
Additional context
No response
The text was updated successfully, but these errors were encountered: