vufa / deepin-wine-wechat-arch

Tencent WeChat on Deepin Wine(com.qq.weixin.deepin) For Archlinux
https://aur.archlinux.org/packages/deepin-wine-wechat/
1.13k stars 59 forks source link

更新后出现黑色阴影覆盖 #190

Open gong-ming opened 2 years ago

gong-ming commented 2 years ago

版本:deepin-wine-wechat 3.5.0.46-2

2022-02-07_13-25

vufa commented 2 years ago

不能复现这个问题,尝试切换窗口或重启系统?

gong-ming commented 2 years ago

依然存在,在dwm多窗口的时候,阴影框会独立出来且居中,但是xwininfo识别不到这个独立出来的阴影块 2022-02-08_08-49

gong-ming commented 2 years ago

并且阴影块的透明度受 picom的frame-opacity值的影响

gong-ming commented 2 years ago

重装后依然存在

vufa commented 2 years ago

可以暂时降级到 v3.5.0.46-1,参照 用安装包安装

PaulHJB commented 2 years ago

可能是deepin-wine6的問題

gong-ming commented 2 years ago

可能是 deepin-wine6 的问题

有什么解决办法吗

PaulHJB commented 2 years ago

可能是 deepin-wine6 的问题

有什么解决办法吗

我是降级到 [v3.5.0.46-1]

biuniun commented 2 years ago

手动跑一下/opt/apps/com.qq.weixin.deepin/files/run.sh试试

gong-ming commented 2 years ago

手动跑一下/opt/apps/com.qq.weixin.deepin/files/run.sh试试

不行,还是存在这个问题

webfrogs commented 2 years ago

可以暂时降级到 v3.5.0.46-1,参照 用安装包安装

我用 i3wm 也是同样问题,降级到 3.5.0.46-1 后正常

ljl3937 commented 2 years ago

我就是因为这个问题从dwm换回xfce的

client2233 commented 2 years ago

picom关闭后正常,我尝试在picom.conf中排除WeChat,但没成功,WeChat改为浮动后没有阴影

client2233 commented 2 years ago

我觉得可能是wine的黑边导致的

zexi commented 2 years ago

image swaywm 遇到同样的问题,降级使用v3.5.0.46-1 和 deepin-wine5 没有问题

hexh250786313 commented 1 year ago

提供一个不治本的解决方案, 针对 picom 合成器 + 类 i3 窗口管理器的配置, 两步:

  1. 对 picom 关闭 Wine 的阴影效果: ~/.config/picom/picom.conf:
    shadow-exclude = [
     "class_g *= 'Wine'"
    ];
  2. 直接关闭微信阴影窗口的绘制, 参考 https://forum.ubuntu.org.cn/viewtopic.php?t=491709

(It works

(on my machine...

Edit: 关于第二步有更好的方案, 看这个: https://github.com/vufa/deepin-wine-wechat-arch/issues/252

ymuerilkgxa840 commented 1 year ago

Failed to start remove-deepinwinewechat-border@.service: Unit name remove-deepinwinewechat-border@.service is missing the instance name. See system logs and 'systemctl status remove-deepinwinewechat-border@.service' for details.