Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=459924





--- Comment #16 from R P Herrold <[EMAIL PROTECTED]>  2008-10-24 12:12:53 EDT 
---
actually digging futher, it seems that there is are a couple of warnings
(although not properly flagged as such by the freedesktop.org tool)

[EMAIL PROTECTED] homestead]$ desktop-file-install --vendor=orc
--dir=/var/tmp/homestead-0.86-1orc-root-herrold/usr/share/applications
/home/herrold/rpmbuild/SOURCES/homestead.desktop

/home/herrold/rpmbuild/SOURCES/homestead.desktop: missing encoding  (guessed
UTF-8)

/home/herrold/rpmbuild/SOURCES/homestead.desktop: key "Categories" string list
not semicolon-terminated, fixing

==============================

This patch to SOURCE1 fixes the matter

[EMAIL PROTECTED] homestead]$ diff -u homestead.desktop-ORIG homestead.desktop
--- homestead.desktop-ORIG      2008-10-24 12:11:12.000000000 -0400
+++ homestead.desktop   2008-10-24 12:11:34.000000000 -0400
@@ -5,4 +5,7 @@
 Comment=An 3D real-time network visualiser
 Exec=homestead
 Icon=homestead
-Categories=Network
+Categories=Network;
+#      and a deprecated item needed to quell a warning
+Encoding=UTF-8
+
[EMAIL PROTECTED] homestead]$

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to