AiRyunn

Results 6 comments of AiRyunn

这里ubuntu18.10,我暂时写了一个脚本 先安装`xdotool` ```shell $ sudo apt install xdotool ``` 创建`/opt/deepinwine/apps/Deepin-WeChat/runrun.sh` ```shell $ sudo vim /opt/deepinwine/apps/Deepin-WeChat/runrun.sh ``` ```shell #!/bin/bash "/opt/deepinwine/apps/Deepin-WeChat/run.sh">/dev/null 2>&1 start_succ=false for i in {1..5} do xdotool search --onlyvisible --classname...

@laiweixing 你看下是不是路径设置错了或者是权限问题

> > 这里ubuntu18.10,我暂时写了一个脚本 > > 先安装`xdotool` > > ```shell > > $ sudo apt安装xdotool > > ``` > > > > > > 创建`/opt/deepinwine/apps/Deepin-WeChat/runrun.sh` > > ```shell > > $...

@sp910 我觉得应该不是vi的问题 你可以试一下我修改过后的代码 ``` #!/bin/bash "/opt/deepinwine/apps/Deepin-WeChat/run.sh">/dev/null 2>&1 for i in {0..9}; do xdotool search --onlyvisible --classname "wechat.exe" if [ $? == 0 ]; then break fi sleep 1 done sleep...

manjaro+kde,wechat和tim都有这个问题

Sorry for my late reply. This appears to be related to the version of DGL you are using. Here are my suggestions: 1. Install DGL 0.5.3. This is the version...