Open Draymonders opened 4 years ago
sudo apt install libjpeg62:i386
下载微软雅黑字体,msyh.ttc
#1.添加字体
cp msyh.ttc ~/.deepinwine/Deepin-WeChat/drive_c/windows/Fonts
#2.修改系统注册表
gedit ~/.deepinwine/Deepin-WeChat/system.reg
#修改以下两行
"MS Shell Dlg"="msyh"
"MS Shell Dlg 2"="msyh"
#3.字体注册
gedit msyh_config.reg
#内容添加
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink]
"Lucida Sans Unicode"="msyh.ttc"
"Microsoft Sans Serif"="msyh.ttc"
"MS Sans Serif"="msyh.ttc"
"Tahoma"="msyh.ttc"
"Tahoma Bold"="msyhbd.ttc"
"msyh"="msyh.ttc"
"Arial"="msyh.ttc"
"Arial Black"="msyh.ttc"
#注册
WINEPREFIX=~/.deepinwine/Deepin-WeChat deepin-wine regedit msyh_config.reg
#4.reboot
百度搜索 怎么弄微信里打字会出现表情
伤心
就可以了sudo apt-get install gnome-shell-extension-top-icons-plus gnome-tweaks
终端输入gnome-tweaks
, 然后选择extensions
, 然后将Topicons plus
勾上on
环境配置
系统环境
Ubuntu 16.04 / 18.04
ubuntu 源配置
搜狗拼音输入法
vscode
Material Theme
,可以下载一下zsh安装配置
chsh -s /bin/zsh
需要重启vim .zshrc
zsh 主题改为agnoster
zsh-autosuggestions
和zsh-syntax-highlighting
plugins=(其他的插件 zsh-autosuggestions zsh-syntax-highlighting)
set -g mouse on set-window-option -g mode-keys vi set-window-option -g utf8 on set-window-option -g automatic-rename off set-option -g allow-rename off 对于高版本的tmux,set -g mouse on会提示命令过于模糊,因为高版本tmux鼠标设置被拆分为鼠标调整大小、鼠标选择窗格、鼠标选择窗口等选项。
setw -g mouse-resize-pane on setw -g mouse-select-pane on setw -g mouse-select-window on setw -g mode-mouse on
sudo apt-get update -y sudo apt-get install -y deepin-screenshot
中间如若遇到问题用如下命令来解决 sudo apt-get install -f