From 1374485dfd4b1db847c266e80ede69c873b55186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Sat, 17 Aug 2024 22:08:59 +0000 Subject: [PATCH] software-properties: make software-properties-qt visible with custom icon. --- helpers/make-software-properties | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/helpers/make-software-properties b/helpers/make-software-properties index 08ef5c5..d2dc6eb 100644 --- a/helpers/make-software-properties +++ b/helpers/make-software-properties @@ -20,7 +20,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=14 +VERSION=15 . ./config @@ -82,6 +82,10 @@ patch --no-backup-if-mismatch -p1 < $DATA/fix_PPA_upstream_codename.patch #Fix mention of "other packages" as we don't distribute snap. patch --no-backup-if-mismatch -p1 < $DATA/removal_of_snaps_other_packages_referral.patch +# Make software-properties-qt visible on Triskel +sed -i '/^NoDisplay=/s|true|false|' data/software-properties-qt.desktop.in +sed -i '/^Icon=/s|applications-other|system-software-install|' data/software-properties-qt.desktop.in + # Trisquel l10n modifications using git patches. for patch in $(ls -v ${DATA}/l10n/*.patch) do