Linux install question: Made it through the "insta...
# ieee-sscs-dc-24
e
Linux install question: Made it through the "install with docker" steps, and "checking the install" script ran successfully. I'm at "installing klive", and klayout isn't starting up. root@petrus:/home/ejf/OpenFASOC# klayout & [1] 51 root@petrus:/home/ejf/OpenFASOC# No protocol specified Info: Could not load the Qt platform plugin "xcb" in "" even though it was found. Fatal: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb. [1]+ Aborted (core dumped) klayout
s
can you send the command you used to run the container
and also, did you try
xhost +Local:*
e
docker run -v $(pwd):$(pwd) -w $(pwd) -e DISPLAY -v /temp/.X11-unix:/tmp/.X11-unix --net=host -it openfasoc:glayout
solution: xhost +Local:* Thanks.
c
hii eric i got same problem in vs code.how to solve it
for wsl
e
Hi. I'm running Ubuntu (no WSL). For me, the issue was the xhost +Local:* command. May be different in your case.