|
|
发表于 2005-1-4 21:13:49
|
显示全部楼层
>但在/home/jacky/.wine/config文件中已经有了
[Drive H]
" ath" = "/"
"Type" = "hd"
"Label" = "root"
"Filesystem" = "unix"
怎么还是会有错误提示呢?
This setting is obviously incorrect.
1. The root directory "/" is not owned by jacky, you cannot map this path as jacky's Window directory. You should create another working directory so that wine 'sees' it as window directory.
2. You did not read the message on the top of the config file, did you? The config file warn you not to use a filesystem=unix! Please read it carefully.
>红色的那两行是什么意思?
Before wine-200409xx, the font resolution is defined in the config file. Since wine-200409xx, it needs to be defined in the registry.
>难道这里面还有注册表?
Yes, provided that you have successfully installed and configure wine. They are located at the windows directory and end with .reg extension. You can use regedit to make modifications (very similar to the operations under M$).
>应该怎么搞?
Of course, you must configure your wine config file properly in the very beginning. |
|