Replace duplicate icons by symlinks

Bug #1083106 reported by Pander
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Humanity
New
Undecided
Unassigned

Bug Description

The source codes uses symlinks for identical icons. however, the following icons are identical but do not use symlinks.

Humanity:
./actions/24/rotate.svg
./actions/24/object-rotate-right.svg

./places/24/mail-sent.svg
./actions/24/mail-send.svg

./places/22/mail-sent.svg
./actions/22/mail-send.svg

./places/16/mail-sent.svg
./actions/16/mail-send.svg

./mimes/16/text-x-generic.svg
./mimes/16/x-office-spreadsheet.svg
./mimes/16/x-office-document.svg
./mimes/16/x-office-drawing.svg

./status/48/weather-clear-night.svg
./categories/48/applications-astronomy.svg

./status/24/nm-device-wired-autoip.svg
./categories/24/preferences-system-network.svg

./status/24/stock_volume-0.svg
./status/24/audio-volume-zero-panel.svg

./status/24/battery_two_thirds.svg
./status/24/gpm-battery-060.svg

./status/22/battery_two_thirds.svg
./status/22/gpm-battery-060.svg

./apps/48/gnome-control-centre.svg
./categories/48/preferences-desktop.svg

./apps/48/application-community.svg
./categories/48/application-community.svg

./apps/32/application-community.svg
./categories/32/application-community.svg

./apps/24/gnome-control-centre.svg
./categories/24/preferences-desktop.svg

./apps/24/application-community.svg
./categories/24/application-community.svg

./apps/22/application-community.svg
./categories/22/application-community.svg

./apps/16/gnome-control-centre.svg
./categories/16/preferences-desktop.svg

./apps/16/application-community.svg
./categories/16/application-community.svg

Humanity-Dark:
./status/24/battery_two_thirds.svg
./status/24/gpm-battery-060.svg

./status/22/battery_two_thirds.svg
./status/22/gpm-battery-060.svg

The list above can be found by using
  fdupes -r .
Practical is to do this is in a temporary copy where the links have been removed first by
  find . -type l -exec rm -f {} \;
This test can be part of
  make test
or some other frequent analysis.

Please fix this by using symlinks or creating different icons.

Fixing this improves reusability and more properly structured source code tree.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.