Closed NSkelsey closed 6 years ago
Hello and thanks for your report :)
Can you retry this after setting an environment variable via sudo export QT_X11_NO_MITSHM=1
?
Currently the Docker version is recommended but maybe the command above will help :)
The above command did not work, but the startup with Docker worked.
For those unfamilar with docker - like me - it be nice to add some text in the README about creating the required directories and specifying full paths on command invocation.
Thanks again.
Noted. I'll try to reproduce your issue in a VM and add a note in the readme if possible.
The last 2 commits (daa7fb3a1f1733f777a3a65422163d7f19376161 and c73a96d4947585e8cd87da42a69ef5ac8f3f223e) should have fixed your issue.
The problem was that the environment variable QT_X11_NO_MITSHM
wasnt preserved through the sudo
call
Hey thanks for putting this tool together.
I followed the installation instructions without docker and received this error after the last command
The application spawns a small window with the title
first run
shown belowThen if the window is moved the console throws out the following
This system is:
Do you think the issue is related to executing within a VM or just try the docker version?