软件下载
输入法
Ubuntu 设置输入法 Fcitx,参考文章完成安装。
1
2
3
4
5
|
# ~/.pam_environment
# 注意 \@
GTK_IM_MODULE DEFAULT=fcitx
QT_IM_MODULE DEFAULT=fcitx
XMODIFIERS DEFAULT=\@im=fcitx
|
QQ 微信
使用 deepin-wine 安装
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
wget -O- https://deepin-wine.i-m.dev/setup.sh | sh
大功告成,现在可以试试安装更新deepin-wine软件了,如:
微信:sudo apt-get install com.qq.weixin.deepin
QQ:sudo apt-get install com.qq.im.deepin
TIM:sudo apt-get install com.qq.office.deepin
钉钉:sudo apt-get install com.dingtalk.deepin
完整列表见 https://deepin-wine.i-m.dev/
🌟 尽量将main restricted universe multiverse这几个系统源都启用(自行百度),免得依赖问题多。
🌟 安装后需要注销重登录才能显示应用图标。
🌟 出了问题?先去github主页看README,再看别人提过的issue,再百度搜搜,避免直接就提issue。
如果觉得有用,不妨来给项目加个star:https://github.com/zq1997/deepin-wine
|
配置
网络配置
网络代理设置 v2raya
1
2
3
4
5
|
# 启动 v2rayA
sudo systemctl start v2raya.service
# 设置开机自动启动
# sudo systemctl enable v2raya.service
|
安装 connect 配置 ssh 代理(无 root 权限)
1
2
|
wget http://archive.ubuntu.com/ubuntu/pool/universe/c/connect-proxy/connect-proxy_1.105-1_amd64.deb
dpkg -x connect-proxy_1.105-1_amd64.deb connext_proxy
|
显示器设置
1
2
3
4
5
|
# 系统设置
System Setting => Displays
# 命令控制特定显示器 旋转
$ xrandr --output DP-2 --rotate right+
|