On 1 November 2013 19:27, Tim Lauridsen <tim.laurid...@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 <tim...@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.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Reply via email to