From 940e31a9a2ff10b654dc6fddde980d58ce5d7051 Mon Sep 17 00:00:00 2001 From: liushuyu Date: Mon, 16 Oct 2023 22:03:30 -0600 Subject: [PATCH] manifest: re-enable QtWebEngine --- org.yuzu_emu.yuzu.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/org.yuzu_emu.yuzu.json b/org.yuzu_emu.yuzu.json index b2255cc..ce4c6c5 100644 --- a/org.yuzu_emu.yuzu.json +++ b/org.yuzu_emu.yuzu.json @@ -3,6 +3,8 @@ "runtime": "org.kde.Platform", "runtime-version": "5.15-23.08", "sdk": "org.kde.Sdk", + "base": "io.qt.qtwebengine.BaseApp", + "base-version": "5.15-23.08", "command": "yuzu-launcher", "finish-args": [ "--device=all", @@ -14,7 +16,8 @@ "--filesystem=xdg-run/app/com.discordapp.Discord:ro", "--filesystem=home:ro", "--filesystem=/run/media:ro", - "--talk-name=org.freedesktop.login1.Manager" + "--talk-name=org.freedesktop.login1.Manager", + "--env=QTWEBENGINEPROCESS_PATH=/app/bin/QtWebEngineProcess" ], "cleanup": [ "/include", @@ -32,6 +35,9 @@ "*.a", "*.la" ], + "cleanup-commands": [ + "/app/cleanup-BaseApp.sh" + ], "modules": [ "shared-modules/libusb/libusb.json", { @@ -242,7 +248,7 @@ "-DENABLE_QT_TRANSLATION=ON", "-DYUZU_ENABLE_COMPATIBILITY_REPORTING=ON", "-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=OFF", - "-DYUZU_USE_QT_WEB_ENGINE=OFF", + "-DYUZU_USE_QT_WEB_ENGINE=ON", "-DYUZU_USE_BUNDLED_FFMPEG=ON", "-DDISPLAY_VERSION=1605", "-DBUILD_TAG=mainline-1605",