wine on ubuntu linux, and source insight 绿色版的安装
1.安装一些必要组件
winetricks msxml3 gdiplus riched20 riched30 vcrun6 vcrun2005sp1 wenquanyi2.拷贝字体
下载网盘中的字体,解压,移至~/.wine/dosdevices/c:/windows/Fonts目录
cp Fonts/* ~/.wine/dosdevices/c:/windows/Fonts3.修改注册表
wine regedit打开wine注册表:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes] :修改如下几项,没有的要新建字符串:
Microsoft YaHei=MSYH MS Shell Dlg=SimSun MS Shell Dlg2=SimSun Tms Rmn=SimSun SimHei=SimHei对于source insight 绿色版,由于3.5 版si有bug,所以不能更改字体及大小,如果下载了有补丁的si,则可以按一下步骤让有补丁的si运行起来
1, 对于source insight 绿色版,先用
$ wine regedit 绿色.reg
将其注册表项导入到注册表2,
$ wine ~/.wine/drive_c/Program\ Files/sourceInsight-v3.5.0064/Insight3.exe &
先运行原始版本的si
3,
$ wine ~/.wine/drive_c/Program\ Files/sourceInsight-v3.5.0064/Insight3_en.exe &
再运行能够修改字体的版本
4,修改字体在: options -> document type 里修改
5,若要修改stype properties, 则需要将 options -> preferences 里的 syntax formatting tab 里的 use only color formatting uncheck
wine on ubuntu linux, and source insight 绿色版的安装
,温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/file/70625.html
- 上一篇:WPF的数据绑定详细介绍
- 下一篇:在c#中用指针操作图片像素点