2 An incomplete list of missing and/or not-yet-mapped icons:
3 Most of these icons live in cmd/
5 * Mapping/hacking errors
6 + 'New' button with 'database' icon (most odd)
19 From toolbar->Customize ...
20 + sorted by least work to 100% first
23 + Data navigator: lc_showdatanavigator.png
25 + Book preview: lc_showbookview.png
27 + Graphics mode: lc_grafmode.png
29 + table properties: lc_tabledialog.png
31 + lc_fontworksameletterheights.png
32 + lc_fontworkcharacterspacingfloater.png
33 + lc_fontworkalignmentfloater.png
35 + lc_symbolshapes.smiley
36 + lc_arrowshapes.left-right-arrow
37 + lc_flowchartshapes.flowchart-internal-storage.png
38 + lc_calloutshapes.round-rectangular-callout.png
39 + lc_starshapes.star5.png
41 lc_extrusiontiltdown.png
42 lc_extrusiontiltleft.png
43 lc_extrusiontiltright.png
44 lc_extrusiontiltup.png
45 lc_extrusiondepthfloater.png
46 lc_extrusiondirectionfloater.png
47 lc_extrusionlightingfloater.png
48 lc_extrusionsurfacefloater.png
49 lc_extrusion3dcolor.png
56 lc_insertmasterpage.png
57 lc_deletemasterpage.png
58 lc_renamemasterpage.png
61 + Insert: lc_inserttoolbox.png
62 + Extrusion on/off: lc_extrusiontoggle.png
63 + Custom animation: lc_customanimation.png
64 + Interaction: lc_animationeffects.png
65 + Animated image: lc_animationobject.png
67 To find obsolete files:
69 for file in `cat ../../missing`; do foo=`md5sum icon-themes/galaxy/$file | cut -f 1 -d ' '`; if test "z$foo" = "z36d1d1d46cdd975db0539b82ffe5ac42"; then echo "$file"; fi; done > ../../obsolete