ubuntu安装和配置wine
我的ubuntu版本是10.10的desktop。
检查本机安装的版本:
>wine --version
root@carl-VirtualBox:~# wine --version
wine-1.0.1
安装兼容程序
apt-get update
apt-get install wine
下载文件
http://cidian.youdao.com/
YoudaoDict.exe
运行
wine YoudaoDict.exe
报错如下:
Application tried to create a window, but no driver could be loaded.
查找所有的相关LIB
>apt-cache search wine | grep lib
libkwineffects1 - library used by effects for the KDE 4 window manager
运行
>winecfg
报错如下:
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: 没有那个文件或目录
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
Application tried to create a window, but no driver could
我的ubuntu版本是10.10的desktop。
检查本机安装的版本:
>wine --version
root@carl-VirtualBox:~# wine --version
wine-1.0.1
安装兼容程序
apt-get update
apt-get install wine
下载文件
http://cidian.youdao.com/
YoudaoDict.exe
运行
wine YoudaoDict.exe
报错如下:
Application tried to create a window, but no driver could be loaded.
查找所有的相关LIB
>apt-cache search wine | grep lib
libkwineffects1 - library used by effects for the KDE 4 window manager
运行
>winecfg
报错如下:
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: 没有那个文件或目录
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
Application tried to create a window, but no driver could