LXC + wine + VNC + Freegate ...

有够复杂的

安 装 了 vnc4server之后 , ubuntu下 修改 (修改了 第二行 和 最后 一行 )
unset SESSION_MANAGER
. /etc/X11/xinit/xinitrc        
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#x-window-manager &
gnome-session

然后 起动  vncserver :1 就 好 了

运 行 DISPLAY=:1 wine /home/zale/fg726.exe 就 好 了

原文地址:https://www.cnblogs.com/zhangzhang/p/2384007.html