From f89f92533f561315d62c62108c795a1ed372dd69 Mon Sep 17 00:00:00 2001 From: shenmo Date: Wed, 15 Nov 2023 14:10:49 +0800 Subject: [PATCH] =?UTF-8?q?=09=E4=BF=AE=E6=94=B9=EF=BC=9A=20=20=20=20=20sr?= =?UTF-8?q?c/opt/apps/cn.flamescion.bookworm-compatibility-mode/files/bin/?= =?UTF-8?q?ace-uninstall-helper-gui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/DEBIAN/control | 2 +- .../files/bin/ace-uninstall-helper-gui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DEBIAN/control b/src/DEBIAN/control index c861c8f..7039e68 100755 --- a/src/DEBIAN/control +++ b/src/DEBIAN/control @@ -4,5 +4,5 @@ Section: misc Priority: optional Depends: bubblewrap,flatpak,zenity,policykit-1 Maintainer: shenmo -Architecture: arm64 +Architecture: amd64 Description: bwrap wrapper for install and running debs inside a bookworm container diff --git a/src/opt/apps/cn.flamescion.bookworm-compatibility-mode/files/bin/ace-uninstall-helper-gui b/src/opt/apps/cn.flamescion.bookworm-compatibility-mode/files/bin/ace-uninstall-helper-gui index 8105a01..a50af7f 100755 --- a/src/opt/apps/cn.flamescion.bookworm-compatibility-mode/files/bin/ace-uninstall-helper-gui +++ b/src/opt/apps/cn.flamescion.bookworm-compatibility-mode/files/bin/ace-uninstall-helper-gui @@ -1,6 +1,6 @@ #!/bin/bash if [ "$UID" != "0" ];then -pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY $0 +pkexec $0 exit fi # 定义应用列表文件路径