美文网首页
Gnome类Mac

Gnome类Mac

作者: 小幸运Q | 来源:发表于2020-03-07 12:47 被阅读0次

    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
    

    相关文章

      网友评论

          本文标题:Gnome类Mac

          本文链接:https://www.haomeiwen.com/subject/bfmdrhtx.html