跳转至

在 Manjaro 上安装腾讯 TIM

文档时效性说明

本文为早期笔记,可能存在版本过时、命令失效、链接失效、最佳实践变化等问题。请以官方最新文档为准。

原英文标题:Install Tencent TIM on Manjaro

1. Install TIM (Spark store version)

yay -Sy com.qq.tim.spark

1.1 Install Windows fonts

1
2
3
4
cd /tmp
git clone https://github.com/hxp-plus/Windows-Font-Collection.git
cd Windows-Font-Collection
cp -r winfonts/* ~/.deepinwine/Spark-TIM/drive_c/windows/Fonts

1.2 Update font cache

fc-cache -fv

and then reboot (P.S. I don't know why TIM crashes every time before I restarted completely. Log out and Log in did not work).