Add icons at missing sizes, clean up SVG metadata

Adds app icon at 24px, 32px, 64px, 96px. This should give a
cleaner look in system menus like App Finder, Whisker Menu.

Removes export path strings from SVGs, metadata which Inkscape added on export.

Note:
Inkscape has recently changed this to use relative
paths so it shouldn't be an issue in the future.
This commit is contained in:
Darin
2023-06-04 08:00:46 -04:00
parent 739e95658a
commit e32f53f619
20 changed files with 712 additions and 1347 deletions

View File

@@ -1,3 +1,7 @@
iconsdir = $(datadir)/icons/hicolor/24x24/actions
icons_DATA = xc_crosshair.png
EXTRA_DIST = $(icons_DATA)
appicondir = $(datadir)/icons/hicolor/24x24/apps
appicon_DATA = org.xfce.taskmanager.png
EXTRA_DIST = $(icons_DATA) $(appicon_DATA)