#882 Update custom icons (avoid renaming Design Suite ks file)
Closed 2 years ago by luya. Opened 2 years ago by luya.
Unknown source main  into  main

@@ -27,6 +27,5 @@

  # temporarily removing conflicting application

  -mypaint

  -sparkleshare

- -blender-luxcorerender

  

  %end

@@ -1,71 +0,0 @@

- # fedora-design-suite.ks

- # Based on Live Workstation

- # A collection of applications for professional visual designers

- # http://fedoraproject.org/wiki/Design_Suite

- # Maintained by Luya Tshimbalanga <luya AT fedoraproject DOT org>

- # Credit to Sebastian Dziallas for initiating the project

- 

- %include fedora-live-workstation.ks

- %include fedora-design-suite-common.ks

- 

- # Size partition

- part / --size 14336

- 

- %post

- # Add link to lists of tutorials

- cat >> /usr/share/applications/list-design-tutorials.desktop << FOE

- [Desktop Entry]

- Name=List of design tutorials

- GenericName=List of Tutorials for Designers

- Comment=Reference of Design Related Tutorials

- Exec=xdg-open https://fedoraproject.org/wiki/Design_Suite/Tutorials

- Type=Application

- Icon=applications-graphics

- Categories=Graphics;Documentation;

- FOE

- chmod a+x /usr/share/applications/list-design-tutorials.desktop

- 

- # Add information about Fedora Design Suite

- cat >> /usr/share/applications/fedora-design-suite.desktop << FOE

- [Desktop Entry]

- Name=Design Suite Info

- GenericName=About Design Suite

- Comment=Wiki page of Design Suite

- Exec=xdg-open https://fedoraproject.org/wiki/Design_Suite

- Type=Application

- Icon=applications-internet

- Categories=Documentation;

- FOE

- chmod a+x /usr/share/applications/fedora-design-suite.desktop

- 

- # Add information about Fedora Design Team

- 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

- Type=Application

- Icon=applications-internet

- Categories=Documentation;

- FOE

- chmod a+x /usr/share/applications/fedora-design-team.desktop

- 

- # Use Powerline in bash

- cat >>  $HOME/.bashrc << FOE

- # Enable powerline daemon

- if [ -f `which powerline-daemon` ]; then

-   powerline-daemon -q

-   POWERLINE_BASH_CONTINUATION=1

-   POWERLINE_BASH_SELECT=1

-   . /usr/share/powerline/bash/powerline.sh

- fi

- FOE

- 

- # rebuild schema cache with any overrides we installed

- glib-compile-schemas /usr/share/glib-2.0/schemas

- 

- #Override the favorite desktop application in Dash

- sed -i "s/favorite-apps=."'*'"/favorite-apps=['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']/" /etc/rc.d/init.d/livesys

- 

- %end

no initial comment

1 new commit added

  • Rename Design Suite ks file
2 years ago

I think renaming would mess up a lot of things. ;(

  • pungi-fedora would need to know the new name
  • websites possibly would need adjustment
  • fedfind would not be able to find it

Finally, it breaks our naming conventions: "Fields may only contain ASCII alphanumeric characters and underscores. Particularly of note, the character '-' is reserved for use as a field separator. No field may itself contain that character. "

1 new commit added

  • Reverted renamed file and restore blender-luxcorerender
2 years ago

I completely forgot about the naming convention and thanks for pointing out the issue. I reverted the commit, only applied the needed changes and edit the title.

Can you squash these into one PR that has just the luxrender change?

Lets close this tickets as #908 and #909 are newer.

Pull-Request has been closed by luya

2 years ago