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.
This commit is contained in:
Luya Tshimbalanga
2026-02-15 10:23:34 +00:00
committed by ngompa
parent 1352186134
commit a877b9421f
+7 -4
View File
@@ -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;
@@ -431,9 +431,12 @@ 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
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