Closed clid closed 6 months ago
Thanks for the bug report. This issue can be resolved by adding a few arguments to the docker run
command:
docker run -it --env DISPLAY=$DISPLAY --volume /tmp/.X11-unix:/tmp/.X11-unix
'This will be added to the documentation.
I am running Ubuntu in a virtual machine, with the following config:
Running
echo $XDG_SESSION_TYPE
givesWayland
.In the virtual machine I can run
frama-c-gui
fine. With the docker image I get the following error message:** (frama-c-gui:470): CRITICAL **: 11:41:11.606: GSourceFunc: callback raised an exception
Following the message the GUI does not start, and the application does not halt either. Runningframa-c
works as expected also in the docker container.