Vufa

Results 131 comments of Vufa

不能复现这个问题,尝试重装最新的版本

由 linux上游的 `mesa` 导致:[OpenGL does not initialize - GLXBadFBConfig](https://forum.winehq.org/viewtopic.php?f=8&t=34889) 可以暂时从终端中启动: ```bash export MESA_GL_VERSION_OVERRIDE=4.5 /opt/apps/com.qq.weixin.deepin/files/run.sh ```

在kde上打开微信窗口再最小化,有新消息时最小化的窗口图标会闪烁

换用 `deepin-wine5` 试试,测试发现 `deepin-wine6-stable` 还有不少问题, 从aur安装 `deepin-wine5`,并拷贝一份 `/opt/apps/com.qq.weixin.deepin/files/run.sh`,修改 ```bash export APPRUN_CMD="deepin-wine6-stable" ``` 为 ```bash export APPRUN_CMD="deepin-wine5" ``` 并删除本地安装目录: ```bash rm -rf ~/.deepinwine/Deepin-WeChat ``` 重启一下系统,用修改后的 `run.sh` 启动

用的是fcitx还是fcitx5?

是什么桌面环境,按照 [ArchWiki](https://wiki.archlinux.org/title/Fcitx5_(%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)#%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F) 在 `~/.pam_environment` 配置好环境变量了吗? ``` GTK_IM_MODULE DEFAULT=fcitx QT_IM_MODULE DEFAULT=fcitx XMODIFIERS DEFAULT=\@im=fcitx INPUT_METHOD DEFAULT=fcitx SDL_IM_MODULE DEFAULT=fcitx GLFW_IM_MODULE DEFAULT=fcitx ```

已经更新:https://github.com/vufa/deepin-wine-wechat-arch/commit/868856c9b8a860987a826a9c2df1ebbff5178ce1

更新到最新,或参照 https://github.com/countstarlight/deepin-wine-wechat-arch/issues/15#issuecomment-515455845 换用 `deepin-wine` 试试

不能复现这个问题,可以暂时参照[用安装包安装](https://github.com/vufa/deepin-wine-wechat-arch#%E7%94%A8%E5%AE%89%E8%A3%85%E5%8C%85%E5%AE%89%E8%A3%85),降级到旧版

感谢帮助,已经尝试添加了修复:https://github.com/vufa/deepin-wine-wechat-arch/commit/868856c9b8a860987a826a9c2df1ebbff5178ce1