• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..26-Mar-2019-

READMEH A D26-Mar-2019430 105

breeze-icons-5.4.1.listH A D26-Mar-201926.6 KiB1,5601,559

findunusedicons.pyH A D26-Mar-20195.6 KiB168122

iconcheck.pyH A D26-Mar-20194.9 KiB150105

README

1TODO:
2filter false-positives like "okular" and "this-action"
3
4
5Command used to create the breeze-icons-5.4.1.list file:
6
7find path_to_breeze-5.4.1-icons \( -name "*.png" -o -name "*.svgz" -o -name "*.svg" \) -printf "%f\n" | sed -e 's/\.png$//' -e 's/\.svgz$//' -e 's/\.svg$//' | sort -u > devtools/iconcheck/breeze-icons-5.4.1.list
8
9with path_to_breeze-5.4.1-icons e.g. /usr/share/icons/breeze if installed icons at that version
10