zoukankan      html  css  js  c++  java
  • 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
    
  • 相关阅读:
    转:struts2的s:iterator 标签 详解
    转载:jquery 获取和设置 select下拉框的值
    转载:Linux下Tomcat配置
    document、element、node方法
    .NET平台下Web测试工具横向比较
    PhotoShop中让索引图片解锁使用
    改变FileUpLoader 样式 (FileUpLoader js)
    【收藏下】ashx+jQuery,一个轻量级的asp.net ajax解决方案
    TopCoder入门教程
    调用API
  • 原文地址:https://www.cnblogs.com/eqvpkbz/p/14002286.html
Copyright © 2011-2022 走看看