coding

Results 19 comments of coding
trafficstars

install gnome-settings-daemon,run /usr/lib/gsd-xsettings or install xfce4-settings, run /usr/bin/xfsettingsd see https://www.cnblogs.com/fly2wind/p/10680428.html

可以尝试关闭ipv6,参考:https://www.cnblogs.com/crab-in-the-northeast/p/deepin-wine-qq-cannot-load-pic.html

xprop: unable to open display 'unix:0' 查看本机DISPLAY: echo $DISPLAY, 尝试docker环境变量去掉unix,使用 DISPLAY=$DISPLAY

> > > > 感谢你提供的方式,按照提供的方法去掉unix后可以进入登录界面 ,但同时会不断弹窗报错,错误信息如下: info: Win32 WSI info: OpenVR warn: OpenVR: Failed to locate module info: Required Vulkan extension VK_KHR_surface not supported err: DxvkInstance: Failed to create instance...

安装 gnome-settings-daemon,运行 /usr/lib/gsd-xsettings 或 安装 xfce4-settings, 运行 /usr/bin/xfsettingsd 参考 https://www.cnblogs.com/fly2wind/p/10680428.html

可尝试以下方式 **未验证** 1.进入wechat容器 ``` docker exec -it wechat bash ``` 2.安装 libqt4-declarative ``` apt update apt install libqt4-declarative ``` 3.重启容器 ``` docker restart wechat ```

可以试试 第一次运行失败时,不重启docker,进入容器执行 /opt/apps/com.qq.weixin.deepin/files/run.sh。如果直接重启docker,就可能出现扫码登录不了 docker exec -it wechat bash /opt/apps/com.qq.weixin.deepin/files/run.sh

系统输入法是 fcitx 还是 ibus - QT_IM_MODULE=fcitx - XMODIFIERS=@im=fcitx - GTK_IM_MODULE=fcitx

@pnboot 增加了procps软件包。输入问题,未在我的电脑上复现,暂不考虑添加中文包。你可以提交一个PR,看是否其他人有一样的需求,再考虑合并。