docker-wechat
docker-wechat copied to clipboard
manjaro xfce不能运行
I have never used manjaro xfce
before, and I would love to know that if you can make DoChat work on it.
A little suggestion: have you tried the xhost +
command to allow the DISPLAY from remote(inside docker container)?
xhost +
works for me on a box based on arch. guess manjaro is the same.
Can we add xhost +
to dochat.sh
or somewhere?
xhost +
will disable the security for your XWindows, so it's not a good idea to add it to the dochat.sh
by default.
Is there any good way to authorize the DoChat to the XWindows with Arch Linux Distribution?
xhost +
will disable the security for your XWindows, so it's not a good idea to add it to thedochat.sh
by default.Is there any good way to authorize the DoChat to the XWindows with Arch Linux Distribution?
That's also my concern. I am running Gentoo, and I have to do this manually every time. Here I found some reference on the Internet to enable the other users to access X11 in a secure way
http://wiki.ros.org/docker/Tutorials/GUI <-check section2 the safer way.
You need this export XAUTHORITY="$HOME/.Xauthority
.
better than xhost +
.