Originally created by @CaptainTux on GitHub (Jun 16, 2020).
log.txt
So I am having an issue with ALSA, see the log attached.
I did everything in the README and tried running docker with
$ docker run --privileged -e "DISPLAY=${DISPLAY:-:0.0}" -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx
I tried to find a solution online, I suppose it is not exactly an issue with the docker image, but I couldn't find anything that works.
I am running Manjaro with XMonad, I have all the alsa libs and drivers installed, not sure what else I can do...
Originally created by @CaptainTux on GitHub (Jun 16, 2020).
[log.txt](https://github.com/sickcodes/Docker-OSX/files/4785702/log.txt)
So I am having an issue with ALSA, see the log attached.
I did everything in the README and tried running docker with
```shell
$ docker run --privileged -e "DISPLAY=${DISPLAY:-:0.0}" -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx
```
I tried to find a solution online, I suppose it is not exactly an issue with the docker image, but I couldn't find anything that works.
I am running Manjaro with XMonad, I have all the alsa libs and drivers installed, not sure what else I can do...
The problem is the display. Alsa errors show up for everyone.
Have you tried all the troubleshooting docs in the readme?
echo $DISPLAY
ls -lha /dev/kvm
@sickcodes commented on GitHub (Jun 16, 2020):
The problem is the display. Alsa errors show up for everyone.
Have you tried all the troubleshooting docs in the readme?
```
echo $DISPLAY
ls -lha /dev/kvm
```
yes I looked at the trouble shooting docs, didn't help
I tried docker run --privileged -e "DISPLAY=${DISPLAY:-:0}" -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx, but gtk initialization always fails
EDIT: after running xhost +, I'm getting
@CaptainTux commented on GitHub (Jun 16, 2020):

yes I looked at the trouble shooting docs, didn't help
I tried `docker run --privileged -e "DISPLAY=${DISPLAY:-:0}" -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx`, but gtk initialization always fails
EDIT: after running `xhost +`, I'm getting 
Never mind, somehow it works now with the original command docker run --privileged -e "DISPLAY=${DISPLAY:-:0.0}" -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx
the problem seems to have been that I was unable to connect to the X-server and gtk failed
@CaptainTux commented on GitHub (Jun 16, 2020):
Never mind, somehow it works now with the original command
`docker run --privileged -e "DISPLAY=${DISPLAY:-:0.0}" -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx`
the problem seems to have been that I was unable to connect to the X-server and gtk failed
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @CaptainTux on GitHub (Jun 16, 2020).
log.txt
So I am having an issue with ALSA, see the log attached.
I did everything in the README and tried running docker with
I tried to find a solution online, I suppose it is not exactly an issue with the docker image, but I couldn't find anything that works.
I am running Manjaro with XMonad, I have all the alsa libs and drivers installed, not sure what else I can do...
@sickcodes commented on GitHub (Jun 16, 2020):
The problem is the display. Alsa errors show up for everyone.
Have you tried all the troubleshooting docs in the readme?
@CaptainTux commented on GitHub (Jun 16, 2020):
yes I looked at the trouble shooting docs, didn't help
I tried
docker run --privileged -e "DISPLAY=${DISPLAY:-:0}" -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osx, but gtk initialization always failsEDIT: after running
xhost +, I'm getting@CaptainTux commented on GitHub (Jun 16, 2020):
Never mind, somehow it works now with the original command
docker run --privileged -e "DISPLAY=${DISPLAY:-:0.0}" -v /tmp/.X11-unix:/tmp/.X11-unix sickcodes/docker-osxthe problem seems to have been that I was unable to connect to the X-server and gtk failed
@sickcodes commented on GitHub (Jun 16, 2020):
Great :)