From 34310693163b717427a4b9096e3814bad41d6d09 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 22 May 2026 07:33:16 +0000 Subject: [PATCH] fix(autopatch): auto-fix for gnome-shell on c10 Replaced obsolete action targeting dict-style string in gnome-shell-favourite-apps-firefox.patch with action targeting org.mozilla.Firefox.desktop in gnome-shell-favourite-apps-terminal.patch, matchin --- config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index 485120f..7b5ce5b 100644 --- a/config.yaml +++ b/config.yaml @@ -4,9 +4,9 @@ actions: find: "+org.mozilla.Firefox.desktop" replace: "+firefox.desktop" count: 1 - - target: "gnome-shell-favourite-apps-firefox.patch" - find: "'firefox.desktop': 'org.mozilla.firefox.desktop'," - replace: "'firefox.desktop': 'firefox.desktop'," + - target: "gnome-shell-favourite-apps-terminal.patch" + find: "org.mozilla.Firefox.desktop" + replace: "firefox.desktop" count: 1 - target: "spec" find: "Patch: 0001-theme-Welcome-Illustration.patch" -- 2.47.3