From a796fd2716051ef0382d68e5f22768ff31452282 Mon Sep 17 00:00:00 2001 From: shenmo Date: Sat, 29 Mar 2025 18:02:04 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=88=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shenmo --- gxde-sysbro-more-desktop/repair-apt-broken.desktop | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gxde-sysbro-more-desktop/repair-apt-broken.desktop b/gxde-sysbro-more-desktop/repair-apt-broken.desktop index b603b5c..4a55537 100644 --- a/gxde-sysbro-more-desktop/repair-apt-broken.desktop +++ b/gxde-sysbro-more-desktop/repair-apt-broken.desktop @@ -2,11 +2,11 @@ Categories=GNOME;GTK;DDE;Utility;System;TerminalEmulator; Comment=Use the command line Exec=gxde-terminal -e pkexec bash /usr/share/GXDE/gxde-system-assistant/repair-apt-broken.sh -GenericName=Terminal +GenericName=Repair Dependency Broken Icon=gxde-terminal Keywords=shell;prompt;command;commandline; -Name=Repair APT Broken -Name[zh_CN]=修复系统软件安装器故障 +Name=Repair APT Dependency Broken +Name[zh_CN]=修复依赖故障 StartupNotify=true TryExec=gxde-terminal Type=Application -- Gitee