numixproject / numix-core

Builder for App Icon Themes
GNU General Public License v3.0
767 stars 146 forks source link

Change cs-login.svg to link to login.svg to avoid wrong/duplicate icon #5812

Closed ocobblepot closed 1 year ago

ocobblepot commented 1 year ago

The current cs-login.svg is a symlink to session-properties.svg.

There are two problems with this:

  1. cs-login.svg is used by the System Settings control panel in Cinnamon for "Login Window". Clicking on "Login Window" launches lightdm-settings, which uses the login.svg icon, so there is currently an inconsistency.
  2. session-properties.svg is also used by "Startup Applications" in the System Settings control panel in Cinnamon, so there are duplicate icons for different functions.

Please amend cs-login.svg in the /usr/share/icons/Numix-{Circle/Square}/48/apps/ folder so that it links to login.svg.

Thank you.