From 85359080653627f6fad8839d21cd006db066e43c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Sun, 18 Aug 2024 02:27:11 +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 ea42676..173a7fc 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=16 +VERSION=16.2 . ./config @@ -85,6 +85,10 @@ patch_p1 $DATA/removal_of_snaps_other_packages_referral.patch # Remove extend esm url from update tabs patch_p1 $DATA/rm_extend_esm_url_link.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