wechat-devtools
wechat-devtools copied to clipboard
Wechat Dev Tools on Linux GNOME
开发者您好,我这边使用此仓库进行安装报错如下 ``` /usr/bin/env: ‘mew_js’: No such file or directory ``` 我尝试安装 nwjs-v0.47.3-linux-x64,并进行如下软链 ``` sudo ln -s ~/nwjs-v0.47.3-linux-x64/nw /usr/local/bin/nw sudo ln -s ~/nwjs-v0.47.3-linux-x64/nw /usr/local/bin/mew_js sudo ldconfig ``` 然后再次启动 setup-wechat-devtools 现报错如下,请问我该如何处理 
dockerfile文件内容 FROM ubuntu:16.04 MAINTAINER xxx ENV DISPLAY=unix$DISPLAY ENV LANG=C.UTF-8 RUN sed -i s@/archive.ubuntu.com/@/mirrors.aliyun.com/@g /etc/apt/sources.list RUN apt-get clean RUN apt-get update RUN apt-get install -y libglib2.0-dev RUN apt-get install -y libnss3...
fedroa 32系统,下载的release版本,tar解压后执行了“./bin/wechat-devtools” 报错,错误信息如下 `Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs" [24037:24037:0721/174513.648341:ERROR:sandbox_linux.cc(370)] InitializeSandbox() called with multiple threads in process gpu-process. [24055:24055:0721/174513.679617:FATAL:nw_content_renderer_hooks.cc(53)] Failed to load node library (error: libatomic.so.1: 无法打开共享对象文件: 没有那个文件或目录)...
```sh ./bin/wechat-devtools ``` 运行上述后显示 ```sh Gtk-Message: 09:44:21.479: GtkDialog mapped without a transient parent. This is discouraged. (node:16868) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use...