Results 4 comments of zegang

#### 解决乱码+修改字体(微软雅黑) 下载微软雅黑字体,`msyh.ttc` ```shell #1.添加字体 cp msyh.ttc ~/.deepinwine/Deepin-WeChat/drive_c/windows/Fonts #2.修改系统注册表 gedit ~/.deepinwine/Deepin-WeChat/system.reg #修改以下两行 "MS Shell Dlg"="msyh" "MS Shell Dlg 2"="msyh" #3.字体注册 gedit msyh_config.reg #内容添加 REGEDIT4 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink] "Lucida Sans Unicode"="msyh.ttc" "Microsoft...

@xiao-Tiger 注册这一步属于win里的参数配置,不需要添加到linux的环境变量; 只需要在终端执行这一行(复制->执行): `WINEPREFIX=~/.deepinwine/Deepin-WeChat deepin-wine regedit msyh_config.reg `

@hwdd1992 @permgenspace 两台Ubuntu电脑,暂时没有发现输入法问题, 软件环境: 1)ubuntu19.04+最新搜狗输入法(出现了乱码+配置) 2)ubuntu18.10+最新搜狗输入法(暂时没有出现乱码+默认安装配置) **参考一下6楼的方案(没有验证)**

## build webots-libcontroller since [webots-libcontroller](https://github.com/cyberbotics/webots-libcontroller) only provide x86_64 libs but m1 Mac need arm64 ### clone webots repo ``` git clone https://github.com/cyberbotics/webots.git cd webots.git git submodule init git submodule update...