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

..03-May-2022-

READMEH A D14-May-2020430 105

breeze-icons-5.4.1.listH A D14-May-202026.6 KiB1,5601,559

findunusedicons.pyH A D14-May-20205 KiB154108

iconcheck.pyH A D14-May-20204.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