-
Notifications
You must be signed in to change notification settings - Fork 191
Container: Additional fixes #2461
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
Conversation
- Dockerfile: Install runtime SVG support. - Singularity: Install dbus and execute dbus-uuidgen as this was observed to be necessary to permit execution of mrview on an up-to-date Arch Linux. - Update documentation with suggestion if mrview does not work on Singularity.
|
Error I'm currently getting when executin |
|
Okay, cb64041 seems to resolve residual issues I was having running Would appreciate testing of
|
Prevents the following error: "QStandardPaths: error creating runtime directory /run/user/1000 (No such file or directory)"
Changes over and above #2370. Using that as the base branch in order to show differences, but will change base branch to
masterafter that is merged.3af9f6f contains two fixes:
Singularity was refusing to run
mrviewdue to an error I'd never seen previously. Don't know whether it is related to a change to the base container OS, or a change to the host system (which is the same one I first generated the container definition files); planning to also test on a different host system before merging.Building the Singularity container via the DockerHub image resulted in
mrviewnot showing icons; yet executingmrviewvia Docker did show icons. Can't claim to know how that works, but it nevertheless looks like a missing SVG dependency.Edit: In addition to no icons, the following terminal messages were also generated in this use case:
I am still chasing issues with Docker running
mrview. This morning it was giving me a bunch of error messages but nevertheless executing, whereas now this evening it's not working at all:Will continue chasing over the next few days.