无法使用 Wine 版本 7.2

无法使用 Wine 版本 7.2

当我使用命令 winecfg 时,会创建一个窗口,但不会打开。它不会显示该窗口。以下是输出

winecfg
0100:fixme:imm:ImeSetActiveContext (0x25a450, 1): stub
0100:fixme:imm:ImmReleaseContext (0001005A, 0025A450): stub
0050:fixme:imm:ImeSetActiveContext (0x257578, 0): stub
0050:fixme:imm:ImmReleaseContext (00010020, 00257578): stub

我无法打开 wineconfiguration 窗口。它显示的是配置,但没有窗口。如何显示窗口? 在此处输入图片描述

我使用的是 wine7.2 版本。我使用以下命令安装了 wine7.2:

tar xf [filename]

This will expand the contents of the file to a folder. Then the commands are, from the folder:

./configure
./configure --without-freetype

make

sudo make install

相关内容