From e415fc62b02d416dae39f2d53765ca839abca419 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 9 Dec 2023 21:37:47 -0600 Subject: Qt UI: Runner: Use specialised QProcess subclass This allows us to set the uid/gid in the executor process so that APK inherits full root, which prevents a weird error that causes APK Tools to write out all files as owned by the live user's GID when run under live media. --- ui/qt5/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/qt5/CMakeLists.txt') diff --git a/ui/qt5/CMakeLists.txt b/ui/qt5/CMakeLists.txt index 086abc7..74b9c68 100644 --- a/ui/qt5/CMakeLists.txt +++ b/ui/qt5/CMakeLists.txt @@ -44,6 +44,7 @@ set(RUN_QT_SOURCES horizonwizardpage.cc stepprogresswidget.cc runner/main.cc + runner/executorprocess.cc runner/executorwizard.cc runner/executepage.cc runner/errorpage.cc -- cgit v1.2.3-60-g2f50