diff options
author | Maximilian Gerhard <maxbox@directbox.com> | 2012-06-01 01:46:50 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-06-02 14:31:33 +0200 |
commit | f5c3d353adf6aff92df82a960241616ce160edcb (patch) | |
tree | ca77850ea1e8acb1f2617fbab2fdd5585162c46e /kanotix | |
parent | 45024fa621b29141469fae412eb442ea7f40c764 (diff) | |
download | acritoxinstaller-f5c3d353adf6aff92df82a960241616ce160edcb.zip acritoxinstaller-f5c3d353adf6aff92df82a960241616ce160edcb.tar.gz |
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)
Diffstat (limited to 'kanotix')
-rw-r--r-- | kanotix/acritoxinstaller.desktop | 1 | ||||
-rw-r--r-- | kanotix/html/kanotix-k-icon.png | bin | 0 -> 26045 bytes | |||
-rw-r--r-- | kanotix/html/welcome.html | 2 | ||||
-rw-r--r-- | kanotix/html/willkommen.html | 2 |
4 files changed, 3 insertions, 2 deletions
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 Binary files differnew file mode 100644 index 0000000..cfe436d --- /dev/null +++ b/kanotix/html/kanotix-k-icon.png 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> |