diff --git a/diveintopython-html.desktop b/diveintopython-html.desktop
index b1e7751..29a663f 100644
--- a/diveintopython-html.desktop
+++ b/diveintopython-html.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
-Name=Dive Into Python
+Name=Dive Into Python - html
Comment=Open Dive Into Python book
Exec=xdg-open /usr/share/diveintopython-html/index.html
Icon=diveintopython
diff --git a/diveintopython-pdf.desktop b/diveintopython-pdf.desktop
index 19d7a5b..3233dc8 100644
--- a/diveintopython-pdf.desktop
+++ b/diveintopython-pdf.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
-Name=Dive Into Python
+Name=Dive Into Python - pdf
Comment=Open Dive Into Python book
Exec=xdg-open /usr/share/diveintopython-pdf/diveintopython.pdf
Icon=diveintopython
diff --git a/diveintopython-single-html.desktop b/diveintopython-single-html.desktop
index 9c71e6c..954bc55 100644
--- a/diveintopython-single-html.desktop
+++ b/diveintopython-single-html.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
-Name=Dive Into Python
+Name=Dive Into Python - Single-html
Comment=Open Dive Into Python book
Exec=xdg-open /usr/share/diveintopython-single-html/diveintopython.html
Icon=diveintopython
diff --git a/diveintopython-txt.desktop b/diveintopython-txt.desktop
index 64218cd..beb6482 100644
--- a/diveintopython-txt.desktop
+++ b/diveintopython-txt.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
-Name=Dive Into Python
+Name=Dive Into Python - Text
Comment=Open Dive Into Python book
Exec=xdg-open /usr/share/diveintopython-txt/diveintopython.txt
Icon=diveintopython
diff --git a/diveintopython.spec b/diveintopython.spec
index b3c7117..ce2ccd2 100644
--- a/diveintopython.spec
+++ b/diveintopython.spec
@@ -167,8 +167,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Jan 19 2008 Marc Wiriadisastra - 5.4-7
-- Fixed spec file to install the txt version in the txt folder
-- Added desktop file to txt version
+- Fixed spec file to install the txt version in the txt folder (bug #429239)
+- Added diveintopython.png to desktop file in txt version
+- Fixed desktop files to relate to each individual package more. (bug #429239)
* Wed Jan 9 2008 Marc Wiriadisastra - 5.4-6
- Fix ownership of folders