From 6ee00a33b2bfb1cb67dee5f683c9b3c0f6c0221b Mon Sep 17 00:00:00 2001 From: shenmo <jifengshenmo@outlook.com> Date: Mon, 3 Mar 2025 13:50:01 +0000 Subject: [PATCH] 12.6.5 Signed-off-by: shenmo <jifengshenmo@outlook.com> --- debian/changelog | 3 ++- .../opt/ace-host-integration/ace-host-integration | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a028a27..8ab74c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ -amber-ce-bookworm (12.6.4) UNRELEASED; urgency=low +amber-ce-bookworm (12.6.5) UNRELEASED; urgency=low * 修复 Arch 下无法在容器中使用 Bwrap * 修复 bwrap 下无法使用N卡加速 * 修复 无法启动自动更新 + * 修复 绝对路径图标路径检查出错 -- shenmo <shenmo@spark-app.store> Wed, 25 Sep 2024 23:15:49 +0800 diff --git a/src/opt/apps/amber-ce-bookworm/files/flamescion-container-tools/ace-host-integration/opt/ace-host-integration/ace-host-integration b/src/opt/apps/amber-ce-bookworm/files/flamescion-container-tools/ace-host-integration/opt/ace-host-integration/ace-host-integration index 2ddffaf..da4317e 100755 --- a/src/opt/apps/amber-ce-bookworm/files/flamescion-container-tools/ace-host-integration/opt/ace-host-integration/ace-host-integration +++ b/src/opt/apps/amber-ce-bookworm/files/flamescion-container-tools/ace-host-integration/opt/ace-host-integration/ace-host-integration @@ -54,7 +54,7 @@ local file=$1 icon_line=$(grep "^Icon=" "$file") if [[ "$icon_line" == "Icon=/"* ]]; then # 如果Icon=后面接的是/,则添加前缀 - sed -i 's|^Icon=/|Icon=/opt/apps/amber-ce-bookworm/files/bookworm-env/|' "$file" + sed -i 's|^Icon=/|Icon=/opt/apps/amber-ce-bookworm/files/ace-env/|' "$file" fi fi