From f5c3d353adf6aff92df82a960241616ce160edcb Mon Sep 17 00:00:00 2001
From: Maximilian Gerhard <maxbox@directbox.com>
Date: Fri, 1 Jun 2012 01:46:50 +0200
Subject: respect freedesktop.org XDG menu spec

- changed install target of .desktop file to /usr/share/applications
- added own copy of Kanotix ksplash icon into package (for html pages)
---
 debian/acritoxinstaller-kanotix.install |   2 +-
 debian/changelog                        |   7 +++++++
 kanotix/acritoxinstaller.desktop        |   1 +
 kanotix/html/kanotix-k-icon.png         | Bin 0 -> 26045 bytes
 kanotix/html/welcome.html               |   2 +-
 kanotix/html/willkommen.html            |   2 +-
 6 files changed, 11 insertions(+), 3 deletions(-)
 create mode 100644 kanotix/html/kanotix-k-icon.png

diff --git a/debian/acritoxinstaller-kanotix.install b/debian/acritoxinstaller-kanotix.install
index 1376b12..bbd3ee9 100644
--- a/debian/acritoxinstaller-kanotix.install
+++ b/debian/acritoxinstaller-kanotix.install
@@ -1,3 +1,3 @@
-kanotix/acritoxinstaller.desktop /usr/share/applnk/Kanotix/
+kanotix/acritoxinstaller.desktop /usr/share/applications/
 kanotix/icons/* /usr/share/icons/hicolor/
 kanotix/html /usr/share/acritoxinstaller/
diff --git a/debian/changelog b/debian/changelog
index 90277d0..6d4d7b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+acritoxinstaller (0.2.26) dragonfire; urgency=low
+
+  * changed install target of .desktop file to /usr/share/applications
+  * added own copy of Kanotix ksplash icon into package
+
+ -- Maximilian Gerhard <maxbox@directbox.com>  Fri, 01 Jun 2012 01:34:15 +0200
+
 acritoxinstaller (0.2.25) dragonfire; urgency=low
 
   * remove enable_persistent script, mdadm raid support
diff --git a/kanotix/acritoxinstaller.desktop b/kanotix/acritoxinstaller.desktop
index 676498b..6d632a4 100644
--- a/kanotix/acritoxinstaller.desktop
+++ b/kanotix/acritoxinstaller.desktop
@@ -8,3 +8,4 @@ GenericName=Install Kanotix
 GenericName[de]=Kanotix installieren
 Comment=Install Kanotix
 Comment[de]=Kanotix installieren
+Categories=Kanotix
diff --git a/kanotix/html/kanotix-k-icon.png b/kanotix/html/kanotix-k-icon.png
new file mode 100644
index 0000000..cfe436d
Binary files /dev/null and b/kanotix/html/kanotix-k-icon.png differ
diff --git a/kanotix/html/welcome.html b/kanotix/html/welcome.html
index 9aac961..90c4abb 100644
--- a/kanotix/html/welcome.html
+++ b/kanotix/html/welcome.html
@@ -5,7 +5,7 @@
 <table>
 <tr>
 <td>
-<img src="/usr/share/kde4/apps/ksplash/Themes/kanotix-starrise/1600x1200/icon5.png" />
+<img src="kanotix-k-.png" />
 </td>
 <td style="padding: 20px 10px;">
 <h1>Install Kanotix</h1>
diff --git a/kanotix/html/willkommen.html b/kanotix/html/willkommen.html
index 90ef6fb..a8919e2 100644
--- a/kanotix/html/willkommen.html
+++ b/kanotix/html/willkommen.html
@@ -5,7 +5,7 @@
 <table>
 <tr>
 <td>
-<img src="/usr/share/kde4/apps/ksplash/Themes/kanotix-starrise/1600x1200/icon5.png" />
+<img src="kanotix-k-icon.png" />
 </td>
 <td style="padding: 20px 10px;">
 <h1>Kanotix installieren</h1>
-- 
cgit v1.0