• ubuntu 下 Deepin-TIM 折腾笔记


    安装 TIM

    wszqkzqk/deepin-wine-ubuntu

    解决TIM下打不开图片的问题

    安装完 TIM 后先别启动, 做好这一步:

    sudo gedit /etc/sysctl.conf
    

    在文件末尾追加

    # IPv6 disabled
    net.ipv6.conf.all.disable_ipv6 =1
    net.ipv6.conf.default.disable_ipv6 =1
    net.ipv6.conf.lo.disable_ipv6 =1
    

    然后终端输入:

    sudo sysctl -p
    

    清空缓存:

    sudo rm -rf ~/.deepinwine/Deepin-QQ
    

    更新 TIM

    下载最新版的 windows-TIM, 然后安装:

    WINEPREFIX=~/.deepinwine/Deepin-TIM deepin-wine *.exe
    

    中文字体

    sudo apt install fonts-wqy-microhei fonts-wqy-zenhei
    

    下载字体: 微软雅黑

    cp msyh.ttc ~/.deepinwine/Deepin-WeChat/drive_c/windows/Fonts
    

    msyh_config.reg:

    REGEDIT4
    [HKEY_LOCAL_MACHINESoftwareMicrosoftWindows NTCurrentVersionFontSubstitutes]
    "MS Shell Dlg"="msyh"
    "MS Shell Dlg 2"="msyh"
    "Arial"="msyh"
    "Arial CE,238"="msyh"
    "Arial CYR,204"="msyh"
    "Arial Greek,161"="msyh"
    "Arial TUR,162"="msyh"
    "Courier New"="msyh"
    "Courier New CE,238"="msyh"
    "Courier New CYR,204"="msyh"
    "Courier New Greek,161"="msyh"
    "Courier New TUR,162"="msyh"
    "FixedSys"="msyh"
    "Helv"="msyh"
    "Helvetica"="msyh"
    "MS Sans Serif"="msyh"
    "MS Shell Dlg"="msyh"
    "MS Shell Dlg 2"="msyh"
    "System"="msyh"
    "Tahoma"="msyh"
    "Times"="msyh"
    "Times New Roman CE,238"="msyh"
    "Times New Roman CYR,204"="msyh"
    "Times New Roman Greek,161"="msyh"
    "Times New Roman TUR,162"="msyh"
    "Tms Rmn"="msyh"
    
    [HKEY_LOCAL_MACHINESoftwareMicrosoftWindows NTCurrentVersionFontLinkSystemLink]
    "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-TIM deepin-wine regedit msyh_config.reg
    
  • 相关阅读:
    November 13th 2016 Week 47th Sunday The 1st Day
    November 12th 2016 Week 46th Saturday
    November 11th 2016 Week 46th Friday
    November 10th 2016 Week 46th Thursday
    November 9th 2016 Week 46th Wednesday
    November 8th 2016 Week 46th Tuesday
    windows 7文件共享方法
    Win7无线网络共享设置方法
    常量指针和指针常量
    如何查找局域网的外网ip
  • 原文地址:https://www.cnblogs.com/eqvpkbz/p/14002286.html
Copyright © 2020-2023  润新知