-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WeChat-3.0.0.57 2.9.5.41deepin7 无法使用 run.sh 来弹窗 #96
Comments
是的 有时候状态栏卡死 双击无法唤醒微信的时候 使用run.sh就直接打开新的微信登录窗口了 |
请问这个 ctrl+alt+w 的 wine wechat 热键在哪儿配置呢? |
这是什么软件呢? DE 带的吗? |
这个kde的系统设置啊。别的桌面的话可以百度一下 怎么添加全局快捷键 |
ok,我理解错了,原来在 wechat 里配置好热键即可,谢谢指出 .deepinwine/deepin-wine-helper/sendkeys.sh |
找不到$HOME/.deepinwine/deepin-wine-helper/sendkeys.sh的用/opt/deepinwine/tools/sendkeys.sh代替也可以 |
扒了一遍
但是执行时可以看到有非常多的 warning log, 其实这个脚本的最终目的是执行这个命令:
我的方案:1. 新建脚本文件
#!/usr/bin/env bash
env WINEPREDLL=/opt/apps/com.qq.weixin.deepin/files/dlls WINEDLLPATH=/opt/deepin-wine6-stable/lib:/opt/deepin-wine6-stable/lib64 WINEPREFIX=/home/hyleon/.deepinwine/Deepin-WeChat deepin-wine6-stable /opt/deepinwine/tools/sendkeys.exe w (其实这个命令可以精简,env 里并不需要给出那么多,只执行 2. 添加执行权限
3. 映射快捷键具体的 DE or WM 配置方法不同,我使用的是 BSPWM + sxhkd, 所以以 sxhkd 配置快捷键为例:
# WeChat
ctrl + alt + w
/home/{your_name}/scripts/weakup_wechat.sh 然后就可以通过你配置的快捷键(如我配置的是 (注:配置好快捷键后,根据不用的 DE or WM, 可能需要一些额外的操作来使配置生效,如 sxhkd 可以通过 |
当误触 ESC 关闭了当前的 WeChat 窗口后,使用 run.sh 会拉起一个新的 WeChat。早先版本能够直接唤出已运行的 WeChat 窗口。
The text was updated successfully, but these errors were encountered: