software-properties: make software-properties-qt visible with custom icon.

This commit is contained in:
Luis Guzmán 2024-08-18 02:27:11 +00:00
parent dad9dcaca5
commit 8535908065

View file

@ -20,7 +20,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=16 VERSION=16.2
. ./config . ./config
@ -85,6 +85,10 @@ patch_p1 $DATA/removal_of_snaps_other_packages_referral.patch
# Remove extend esm url from update tabs # Remove extend esm url from update tabs
patch_p1 $DATA/rm_extend_esm_url_link.patch 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. # Trisquel l10n modifications using git patches.
for patch in $(ls -v ${DATA}/l10n/*.patch) for patch in $(ls -v ${DATA}/l10n/*.patch)
do do