AppImage / AppImage/AppImageKit

Wine inside an AppImage: can I enable 32-bit architecture for 64-bit apps?

未关闭
#361 12 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
没有语言数据
星标
9.4k
派生
588
PR 合并指标
PR 指标待抓取

描述

Wine requires 32-bit libs in order to run, even if I'm trying to run a 64-bit Windows application. I've gotten my Wine application working perfectly in an AppImage, except it needs libc6:i386 to be installed on the local machine (which kind of defeats the purpose of having one app that "just works").

I'm wondering if I can bundle libc6:i386 into the appimage itself. So far I've had no such luck. Copying in the files from the package into the appimage still leaves me with:

```
./bin//myapp: line 4: ../bin/wine: No such file or directory
```

(^ Classic error message when architecture of the file isn't supported)

If anyone has ideas I'd appreciate it. Been stuck on this for hours.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。