Is Gnome Software ready for primetime ?

Richard Hughes hughsient at gmail.com
Fri Nov 1 19:38:34 UTC 2013


On 1 November 2013 19:27, Tim Lauridsen <tim.lauridsen at gmail.com> wrote:
> Cleaned up the appdata xml

Thanks,

> https://github.com/timlau/yumex/blob/master/misc/yumex.appdata.xml
> but I get errors from  appdata-validate
> Can see what the problem is :(

You've got some odd non-utf8 char as the very first byte in the file:

diff --git a/misc/yumex.appdata.xml b/misc/yumex.appdata.xml
index 640c557..2c24fa5 100644
--- a/misc/yumex.appdata.xml
+++ b/misc/yumex.appdata.xml
@@ -1,5 +1,4 @@
-<U+FEFF><?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2013 Tim Lauridsen <timlau at fedoraproject.org> -->
+<?xml version="1.0" encoding="UTF-8"?>
 <application>
  <id type="desktop">yumex.desktop</id>
  <licence>CC0</licence>

With that fixed it validates fine.

Richard.


More information about the devel mailing list