一、安装

1、

# apt-get install wine

安装完后在终端里运行wine:

# wine

会弹出一个对话框:

This is the wine64-bin helper package, which does not provide wine itself,
but instead exists solely to provide the following information about
enabling multiarch on your system in order to be able to install and run
the -bit wine packages. The following commands should be issued as root or via sudo in order to
enable multiarch (the last command installs -bit wine): # dpkg --add-architecture i386
# apt-get update
# apt-get install wine-bin:i386 Be very careful as spaces matter above. Note that this package
(wine64-bin) will be removed in the process. For more information on
the multiarch conversion, see: http://wiki.debian.org/Multiarch/HOWTO

2、按提示继续:

# dpkg --add-architecture i386
# apt-get update
# apt-get install wine:i386

这样会下载约90兆文件。安装完成后:

# wine --version
wine-1.4.

可以看到wine的版本,这样就安装好了。

二、字体设置

安装好后在wine里打开windows程序发现字体很小,有些中文还是口口。

1、在wine里打开注册表,导入reg文件:

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink]
"Lucida Sans Unicode"="wqy-microhei.ttc"
"Microsoft Sans Serif"="wqy-microhei.ttc"
"Tahoma"="wqy-microhei.ttc"
"Tahoma Bold"="wqy-microhei.ttc"
"SimSun"="wqy-microhei.ttc"

2、在注册表 HKEY_CURRENT_CONFIG\Software\Fonts 中把 LogPixels的值改大一些。

HKEY_CURRENT_CONFIG\Software\Fonts

Read more : http://www.ehow.com/how_6931859_adjust-fonts-wine-ubuntu.html

HKEY_CURRENT_CONFIG\Software\Fonts.

Read more : http://www.ehow.com/how_6931859_adjust-fonts-wine-ubuntu.html

然后打开win.ini文件:

~/.wine/drive_c/windows/win.ini

在文件中加入2行:

[Desktop]
MenuFontSize=

打完收工!

参考:

http://www.binarytides.com/install-wine-debian-wheezy/

http://www.ehow.com/how_6931859_adjust-fonts-wine-ubuntu.html

最新文章

  1. 我利用网上代码开发的JQuery图片插件
  2. js中的console很强大
  3. 分享Kali Linux 2016.2第41周镜像虚拟机
  4. javascript设计模式与开发实践阅读笔记(7)——迭代器模式
  5. LINUX DIFF命令详解
  6. MyBatis java and MySql local variables
  7. Excel导入数据(97--2003版本)的ExcelHelper
  8. 关于SecureCRT的安装和破解问题以及xp系统的串口问题
  9. Android 开发第三天
  10. 一个ajax的Post要求
  11. 【JS学习笔记】第一个JS效果——鼠标提示框
  12. NewtonJson中转义的斜杠\和多余的引号处理
  13. Python:如何用一行代码获取上个月是几月
  14. 从壹开始前后端分离 [ Vue2.0+.NET Core2.1] 十七 ║Vue基础:使用Vue.js 来画博客首页+指令(一)
  15. C#学习-多态
  16. Java高并发秒杀API之Service层
  17. MysqL_select for update锁详解
  18. jq的load
  19. Vue父子组件传值 | 父传子 | 子传父
  20. 封装海康SDK出现无法加载 DLL“..\bin\HCNetSDK.dll”: 找不到指定的模块

热门文章

  1. 在Heroku上部署MEAN
  2. Nodejs与Net 和SQL 交互利器Edge.js
  3. 优秀android开源项目与解决方案推荐
  4. linux下开发c第一弹--相关环境需求
  5. 最新CentOS6.x下redis安装
  6. Linux date命令 - 显示和设置系统日期与时间
  7. JavaScript随笔记(一)基础概念以及变量类型
  8. KVM学习笔记
  9. flex 弹性合模型
  10. NET程序的破解--静态分析(Xenocode Fox 2006 Evaluation)