[Bug 459924] Review Request: Homestead - 3D real-time network visualiser

bugzilla at redhat.com bugzilla at redhat.com
Fri Oct 24 16:12:54 UTC 2008


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 <herrold at owlriver.com>  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)

[herrold at centos-5 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

[herrold at centos-5 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
+
[herrold at centos-5 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.




More information about the Fedora-package-review mailing list