Fedora9 is the latest operating system, representing the latest technology today, including its core is the latest, especially k desktop because of the use of the latest kde4 high requirements for users, requires strong hands-on capabilities. Wine is a solution for using windows programs in Linux. After all, not all types of software in Linux have been replaced, and windows software is also needed. Wine is constantly updated and has been improved. However, Chinese support still needs to be improved. Two wine methods are available.
Fedora 9 is the latest operating system, representing the latest technology today, including its core is the latest, especially k desktop because of the use of the latest kde4 high requirements for users, requires strong hands-on capabilities.
Wine is a solution for using windows programs in Linux. After all, not all types of software in Linux have been replaced, and windows software is also needed. Wine is constantly updated and has been improved. However, Chinese support still needs to be improved. There are two wine methods. One is the famous compilation, which requires some related tools and is very troublesome. However, you can get the satisfactory software through settings, compilation is not just a matter of making. You need to have a certain understanding of the basics. Otherwise, you may not compile much practical value. It is better to directly use yum to save time. The second type is yum, which has obvious advantages and does not need to be compiled. It automatically solves the dependency problem and won't cause too many problems after installation. The disadvantage is that some producers of yum have different levels, some compile well, and some are not flattering.
I used to compile it myself. This time I used Fedora 9 to select the minimal installation, so some compilation tools were not installed. In fact, yum, a powerful tool, was rarely compiled by myself, except for several cutting-edge software, it is not very useful for common use. The latest version of wine in yum is compiled. At least the permission is fixed and can be installed by common users.
The installation method is simple.
Use yumex to click available-search-wine
Select all the wine headers that you have searched for and install them. The installation will be completed in a few minutes.
The latest version is 1.0rc3. Open notepad and check that all the buttons are boxes. The selected Chinese font cannot be recognized. This version can be forgiven if compiled by foreigners. After all, it is not the native language. If it is compiled by Chinese people, it cannot be forgiven. It cannot even be understood by the language coding in its own country, what should I do.
In fact, this is very simple. wine is still open-source software. It cannot use the font of commercial software-the font of windows, but can only be replaced by open-source fonts. Of course, it is much easier for users.
The simplest method is first
Copy simsun. ttc from the Fonts in the Windows directory to/home/user/. wine/drive_c/windows/fonts.
Start regedit
QUOTE:
[HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows NT \ CurrentVersion \ FontSubstitutes]
"Arial" = "simsun"
"Arial CE, 238" = "simsun"
"Arial CYR, 204" = "simsun"
"Arial Greek, 161" = "simsun"
"Arial TUR, 162" = "simsun"
"Courier New" = "simsun"
"Courier New CE, 238" = "simsun"
"Courier New CYR, 204" = "simsun"
"Courier New Greek, 161" = "simsun"
"Courier New TUR, 162" = "simsun"
"FixedSys" = "simsun"
"Helv" = "simsun"
"Helvetica" = "simsun"
"MS Sans Serif" = "simsun"
"MS Shell Dlg" = "simsun"
"MS Shell Dlg 2" = "simsun"
"System" = "simsun"
"Tahoma" = "simsun"
"Times" = "simsun"
"Times New Roman CE, 238" = "simsun"
"Times New Roman CYR, 204" = "simsun"
"Times New Roman Greek, 161" = "simsun"
"Times New Roman TUR, 162" = "simsun"
"Tms Rmn" = "simsun"
Of course, you can select your preferred font. (Author: tablea)