aboutsummaryrefslogtreecommitdiff
diff options
from:
to:
context:
space:
mode:
authorGravatar Luya Tshimbalanga <luya@fedoraproject.org> 2026-02-14 19:52:40 -0800
committerGravatar Luya Tshimbalanga <luya@fedoraproject.org> 2026-02-14 19:52:40 -0800
commite77b02f5d7e34d8b9fd3674970dc26448c3b9f50 (patch)
tree2e2bbf3c2c80217127ac3567f3067b3dcb0d6d1f
parent95069f8c551f1c4f7ab09c4c0c4bc3d7c3793309 (diff)
downloadkiwi-descriptions-e77b02f5d7e34d8b9fd3674970dc26448c3b9f50.tar.gz
kiwi-descriptions-e77b02f5d7e34d8b9fd3674970dc26448c3b9f50.zip
teams/designsuite: Replace pitivi by kdenlive and updated info
This commit updates favorite-apps with the replacement of pitivi by kdenlive. It also updates Design Suite page to Fedora Documentation.
-rwxr-xr-xconfig.sh13
1 files changed, 8 insertions, 5 deletions
diff --git a/config.sh b/config.sh
index 7f37f31..ee65a1e 100755
--- a/config.sh
+++ b/config.sh
@@ -410,8 +410,8 @@ cat >> /usr/share/applications/fedora-design-team.desktop << FOE
[Desktop Entry]
Name=Design Team Info
GenericName=About Design Team
-Comment=Wiki page of Design Team
-Exec=xdg-open https://fedoraproject.org/wiki/Design
+Comment=Documentation about Design Team
+Exec=xdg-open https://docs.fedoraproject.org/en-US/design/
Type=Application
Icon=applications-internet
Categories=Documentation;
@@ -430,10 +430,13 @@ fi
FOE
# End powerline override
-#Override the favorite desktop application in Dash
-sed -i "s/favorite-apps=."'*'"/favorite-apps=['org.mozilla.firefox.desktop', 'shotwell.desktop', 'gimp.desktop', 'darktable.desktop','krita.desktop', 'inkscape.desktop', 'blender.desktop', 'libreoffice-writer.desktop', 'scribus.desktop', 'pitivi.desktop', 'nautilus.desktop', 'bijiben.desktop', 'anaconda.desktop', 'list-design-tutorials.desktop']/" /usr/libexec/livesys/sessions.d/livesys-gnome
+# Override the favorite desktop application in Dash
+cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
+[org.gnome.shell]
+favorite-apps=['org.mozilla.firefox.desktop', 'shotwell.desktop', 'gimp.desktop', 'darktable.desktop', 'krita.desktop', 'inkscape.desktop', 'blender.desktop', 'libreoffice-writer.desktop', 'scribus.desktop', 'kdenlive.desktop', 'nautilus.desktop', 'anaconda.desktop', 'list-design-tutorials.desktop']
+FOE
-# rebuild schema cache with any overrides we installed
+# Rebuild schema cache with any overrides we installed
glib-compile-schemas /usr/share/glib-2.0/schemas
fi