forked from srbala/fedora-kickstarts
/ ‘fedora-live-design_suite.ks’
This commit is contained in:
parent
d2984eca0c
commit
0b9cfd0610
@ -107,19 +107,33 @@ Categories=Graphics;Documentation;
|
|||||||
FOE
|
FOE
|
||||||
chmod a+x /usr/share/applications/list-design-tutorials.desktop
|
chmod a+x /usr/share/applications/list-design-tutorials.desktop
|
||||||
|
|
||||||
# Add link to lists of tutorials
|
# Add information about Fedora Design Team
|
||||||
cat >> /usr/share/applications/fedora-design-team.desktop << FOE
|
cat >> /usr/share/applications/fedora-design-team.desktop << FOE
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Fedora Design Team
|
Name=About Design Team
|
||||||
GenericName=Design Team
|
GenericName=About Design Team
|
||||||
Comment=Wiki page of Design Team
|
Comment=Wiki page of Design Team
|
||||||
Exec=xdg-open http://fedoraproject.org/wiki/Design
|
Exec=xdg-open http://fedoraproject.org/wiki/Design
|
||||||
Type=Application
|
Type=Application
|
||||||
Icon=applications-graphics
|
Icon=applications-internet
|
||||||
Categories=Graphics;Documentation;
|
Categories=Documentation;
|
||||||
FOE
|
FOE
|
||||||
chmod a+x /usr/share/applications/fedora-design-team.desktop
|
chmod a+x /usr/share/applications/fedora-design-team.desktop
|
||||||
|
|
||||||
|
# Add information about Fedora Design Team
|
||||||
|
cat >> /usr/share/applications/fedora-design-team.desktop << FOE
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=About Design Suite
|
||||||
|
GenericName=About Design Suite Wiki Page
|
||||||
|
Comment=Wiki page of Design Team
|
||||||
|
Exec=xdg-open http://fedoraproject.org/wiki/Design
|
||||||
|
Type=Application
|
||||||
|
Icon=applications-internet
|
||||||
|
Categories=Documentation;
|
||||||
|
FOE
|
||||||
|
chmod a+x /usr/share/applications/fedora-design-team.desktop
|
||||||
|
|
||||||
|
|
||||||
# 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
|
glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user