diff --git a/Makefile b/Makefile
index 430ed9196..8d92e6ad8 100644
--- a/Makefile
+++ b/Makefile
@@ -302,9 +302,15 @@ install-kde:
install-kde-icons:
@echo "...Installing launcher icon graphics into KDE..."
@if [ "x$(KDE_ICON_PREFIX)" != "x" ]; then \
+ install -d $(KDE_ICON_PREFIX)/hicolor/128x128/apps/; \
+ install -d $(KDE_ICON_PREFIX)/hicolor/64x64/apps/; \
install -d $(KDE_ICON_PREFIX)/hicolor/48x48/apps/; \
install -d $(KDE_ICON_PREFIX)/hicolor/32x32/apps/; \
install -d $(KDE_ICON_PREFIX)/hicolor/16x16/apps/; \
+ cp data/images/icon128x128.png \
+ $(KDE_ICON_PREFIX)/hicolor/128x128/apps/tuxpaint.png; \
+ cp data/images/icon64x64.png \
+ $(KDE_ICON_PREFIX)/hicolor/64x64/apps/tuxpaint.png; \
cp data/images/icon48x48.png \
$(KDE_ICON_PREFIX)/hicolor/48x48/apps/tuxpaint.png; \
cp data/images/icon32x32.png \
diff --git a/data/images/icon128x128.png b/data/images/icon128x128.png
new file mode 100644
index 000000000..02ee9f200
Binary files /dev/null and b/data/images/icon128x128.png differ
diff --git a/data/images/icon64x64.png b/data/images/icon64x64.png
new file mode 100644
index 000000000..1c66c41d2
Binary files /dev/null and b/data/images/icon64x64.png differ
diff --git a/data/images/tuxpaint-icon.svg b/data/images/tuxpaint-icon.svg
new file mode 100644
index 000000000..825d538a8
--- /dev/null
+++ b/data/images/tuxpaint-icon.svg
@@ -0,0 +1,196 @@
+
+
+
+
diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt
index d8156836f..85a89093f 100644
--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -7,7 +7,13 @@ bill@newbreedsoftware.com
http://www.newbreedsoftware.com/tuxpaint/
-2004.May.27 (0.9.14) [cvs]
+2004.May.29 (0.9.14) [cvs]
+ * SVG (Scalable Vector Graphics) icon created.
+ Karl Ove Hufthammer
+
+ * Added 64x64 and 128x128 icons, based on SVG icon.
+ Karl Ove Hufthammer
+
* Fixed "--noprint=yes" not working under Windows and BeOS.
Thanks to Adam Moore for pointing out this bug!
Bill Kendrick & Mark K. Kim
diff --git a/src/tuxpaint.desktop b/src/tuxpaint.desktop
index 152d4b57d..f2ac8bc75 100644
--- a/src/tuxpaint.desktop
+++ b/src/tuxpaint.desktop
@@ -2,7 +2,7 @@
Name=Tux Paint
Type=Application
Exec=tuxpaint
-Icon=tuxpaint.png
+Icon=tuxpaint
Terminal=0
Comment=Tux Paint: a drawing program for children.
Comment[ca]=Tux Paint: un programa de dibuix per a nens petits.