转载请注明原作者和出处!持续更新中...
更换国内源
-
生成可用中国镜像站列表
sudo pacman-mirrors -i -c China -m rank -
编辑
/etc/pacman.conf,末尾添加:
[archlinuxcn]
SigLevel = Optional TrustedOnly
# 清华大学
Server = https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/$arch
# 中科大
Server = https://mirrors.ustc.edu.cn/archlinuxcn/$arch
# 官方源
Server = http://repo.archlinuxcn.org/$arch
- 刷新软件源
sudo pacman -Syy && sudo pacman -S archlinuxcn-keyring - 自动排列软件源
sudo pacman-mirrors -g -
更新系统[1]
sudo pacman -Syu
安装搜狗输入法
sudo pacman -S fcitx-qt4 kcm-fcitx[2]
sudo pacman -S fcitx-sogoupinyin
编辑/etc/xprofile[3],末尾添加:
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"
reboot重启即可
安装QQ(TIM) Wechat
sudo pacman -S gnome-settings-daemon[4]
涉及deepin-wine操作前需要先运行命令:/usr/lib/gsd-xsettings &[5]
-
TIM
sudo pacman -S deepin.com.qq.office
deepin-wine winecfg[6]:在弹出窗口中配置deepin-wine
用win10的C:\Windows\System32\riched20.dll替换掉~/.deepinwine/Deepin-TIM/drive_c/windows/system32/riched20.dll[7] -
WeChat
在微信官网下载安装包,执行deepin-wine 安装包绝对路径-
安装好后,发现输入的内容无法在输入框显示,但是能够发送出去,只是看不到
deepin-wine winecfg,函数库中将riched20设为 原装先于内建
用win10的C:\Windows\System32\riched20.dll替换掉~/.wine/drive_c/windows/system32/riched20.dll -
WeChat没有图标
nvim ~/.local/share/applications/WeChat.desktop[8]
填入以下内容:
-
[Desktop Entry]
Categories=chat;
Comment[zh_CN]=WeChat
Comment=WeChat
Encoding=UTF-8
Exec=deepin-wine ~/.wine/drive_c/"Program Files"/Tencent/WeChat/WeChat.exe -u %u
GenericName[zh_CN]=
GenericName=
Icon=你的wechat图片位置(网上下载图片)
MimeType=
Name[zh_CN]=Tencent WeChat Client on Deepin Wine
Name=Tencent WeChat Client on Deepin Wine
Path=
StartupNotify=true
StartupWMClass=WeChat.exe
Terminal=false
TerminalOptions=
Type=Application
X-Created-By=Deepin WINE Team
X-DBUS-ServiceName=
X-DBUS-StartupType=
X-KDE-SubstituteUID=false
X-KDE-Username=
科学上网
使用electron-ssr
sudo pacman -S electron-ssr
系统设置 ~~> 网络 ~~> 代理 ~~> 使用系统代理服务器配置 / 使用手动配置的代理服务器
只在SOCKS代理处填写127.0.0.1:1080
安装VMware[9]
- 安装依赖
sudo pacman -S fuse2 gtkmm pcsclite libcanberra - 使用
uname -r确定linux内核版本,安装linux-headers
sudo pacman -S linux-headers,选择对应版本安装 sudo pacman -S ncurses5-compat-libssudo pacman -S vmware-workstation- 加载VMware模块
方法一:sudo modprobe -a vmw_vmci vmmon
方法二:reboot重启系统 -
VMware服务管理
使用systemctl命令运行 / 停止、启用 / 禁止开机自启 以下服务-
vmware-networks.service:to have network access inside VMs -
vmware-usbarbitrator.service:to connect USB devices inside VMs -
vmware-hostd.service:to share VMS on the network
-
必备软件
- 录屏
- peek:小巧;不支持录制声音
- simplescreenrecorder:略大于 peek;支持声音录制
Links
-
更新系统前最好先将系统中不需要的软件包卸载 ↩
-
kcm-fcitx是kde下的fcitx-configtool;先安装fcitx-qt4再安装sogoupinyin↩ -
系统启动后依次加载如下配置文件:
/etc/profile、~/.profile、/etc/xprofile、~/.xprofile↩ -
gnome环境自带,可忽略此步骤 ↩ -
&:启动为后台进程;可视情况而定将此命令设为开机启动脚本 ↩ -
执行此命令后会自动生成
~/.wine文件夹,此目录为以后deepin-wine的默认容器位置 ↩ -
此路径为
deepin.com.qq.office的容器位置;此条步骤非必要,强迫症适用 ↩ -
此路径为用户APP桌面快捷方式位置 ↩
-
若出现
vmmon模块丢失情况,请卸载干净VMware后执行sudo pacman -Syu升级系统,再按步骤安装即可 ↩











网友评论