From aa07d088c43f423fed31cd42a07cc5f8112448be Mon Sep 17 00:00:00 2001 From: Botspot Date: Tue, 2 Feb 2021 12:16:29 -0600 Subject: [PATCH] Wine app fix wineboot --- apps/Wine (x86)/install-32 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/Wine (x86)/install-32 b/apps/Wine (x86)/install-32 index adbaf80..08268bb 100755 --- a/apps/Wine (x86)/install-32 +++ b/apps/Wine (x86)/install-32 @@ -179,4 +179,5 @@ Categories=System;" > ~/.local/share/applications/wine-explorer.desktop # Boot wine (make fresh wineprefix in ~/.wine -BOX86_NOBANNER=1 wine ~/wine/bin/wineboot +BOX86_NOBANNER=1 +setarch linux32 -L box86 ~/wine/bin/wine wineboot