Vufa

Results 131 comments of Vufa

在 `deepin-wine5` 上图片加载没有问题,可以试试

这个问题暂时没有好的解决方法

这个问题目前只在Manjaro上有反馈,大概率是Manjaro在构建 `wine` 相关依赖时可能有问题,可以在终端中运行: ```bash /opt/deepinwine/apps/Deepin-TIM/run.sh ``` 看看log输出

暂时没有办法,查log也找不出原因,也许可以试试这里提供的方法: https://bbs.archlinux.org/viewtopic.php?id=127398

尝试安装`lib32-mpg123`和`mpg123`: ```shell sudo pacman -S mpg123 lib32-mpg123 ```

查看一下`wine`版本: ```shell wine --version ``` 这个错误: ``` reg:系统无法找到指定的注册表键或值 ``` 没有遇到过,是通过什么命令安装的?

我不能复现这个问题,没有找到注册表键或者值应该是安装过程出错,重新安装试试。还有,是从aur还是archlinuxcn源安装的?这里有个类似的问题,如果重新安装不能解决,可以试试:[issue13](https://github.com/countstarlight/deepin-wine-tim-arch/issues/13#issuecomment-426311310)

使用[自动切换](https://github.com/countstarlight/deepin-wine-tim-arch#%E8%87%AA%E5%8A%A8%E5%88%87%E6%8D%A2%E6%8E%A8%E8%8D%90)切换到 `deepin-wine`: ```bash /opt/deepinwine/apps/Deepin-TIM/run.sh -d ```

这个比较难取舍,为了开箱即用,依赖安装微米黑并自动在 `WINEPREFIX` 中设置字体链接以确保中文字体能正常显示,用户自行设置可能会有额外的问题

确保已经设置fcitx的相关环境变量, 并参照 https://github.com/countstarlight/deepin-wine-tim-arch/issues/100#issuecomment-789348347 : > 1. 编辑 `/etc/locale.gen`,取消 `zh_CN.UTF-8` 前的注释 > 2. 终端里运行: > ```bash > sudo locale-gen > ``` > 3. 重启系统