Ubuntu wine installation and garbled Solution

Source: Internet
Author: User

1. Install wine:

For detailed installation method, see web site: http://wiki.ubuntu.org.cn/Wine is only installed with this method, ubuntu9.10 software source to add changed to: deb http://wine.budgetdedicated.com/apt dapper main (official source ).

Ii. Solution to garbled code on the wine interface:

1. Enter the wine directory and open the registry.

Cd ~ /. Wine
Sudo gedit system. reg [Note: use an editor that supports utf8 encoding such as gedit; otherwise, garbled characters may occur.]

2. Modify the registry.

Search: LogPixels
The row should be: [System \ CurrentControlSet \ Hardware Profiles \ Current \ Software \ Fonts]
Replace the following:
"LogPixels" = dword: 00000060

Changed:
"LogPixels" = dword: 00000070

Search: FontSubstitutes
The row should be: [Software \ Microsoft \ Windows NT \ CurrentVersion \ FontSubstitutes]
Replace the following:
"MS Shell Dlg" = "Tahoma"
"MS Shell Dlg 2" = "Tahoma"

Changed:
"MS Shell Dlg" = "SimSun"
"MS Shell Dlg 2" = "SimSun" [Note: the premise is that you need to copy the windows in windows to the font directory in ubuntu]

3. Open wine. Success!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.