sudo apt install gnome-tweak-tool gnome-shell-extensions chrome-gnome-shell
gnome-tweaks
执行
访问该网址下载插件:https://extensions.gnome.org/
User Themes
Appfolders Management extension
Blyr
Clipboard Indicator
Coverflow Alt-Tab
Dash to Dock
Gnome Global Application Menu
NetSpeed
Toplcons Plus
安装各种主题还有icons
有可能会要输入两次密码,可以用sudo apt install lightdm -y & sudo dpkg-reconfigure lightdm
解决
// 安装包在
// http://mirrors.aliyun.com/deepin/pool/non-free/d/deepin.com.baidu.pan
// wechat install
sudo apt install libjpeg62:i386
sudo apt --fix-broken install
中文乱码:
// chinese adapt
sudo gedit /opt/deepinwine/tools/run.sh
WINE_CMD="LC_ALL=zh_CN.UTF-8 deepin-wine"
#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"
#注册
deepin-wine regedit msyh_config.reg
#4.reboot
网友评论