GNOME Bugzilla – Bug 708757
Please include an AppData file
Last modified: 2013-10-30 10:41:48 UTC
Created attachment 255697 [details] [review] patch that works for me Eye of GNOME has no AppData file and looks bad in GNOME Software, the new software center for GNOME 3.10. I've attached something that works for me. You'll have to check the contact details and prose for me. Thanks.
Created attachment 255698 [details] [review] -- actually mark strings for translation
Review of attachment 255698 [details] [review]: Must change the following line: +@INTLTOOL_XML_NOMERGE_RULE@ to use @INTLTOOL_XML_RULE@ Anyway, this module should be branched to gnome-3-10 before applying the patch. Maintainers: could you please branch to gnome-3-10? Thanks!
(In reply to comment #2) > Maintainers: could you please branch to gnome-3-10? eog is already branched for gnome-3-10. ;)
So, can the patch be commited?
(In reply to comment #4) > So, can the patch be commited? Sure! I just thought docs would take care of it when everything's ready. :) Anyway, I updated the Makefile to use intltool's GSettings support, so we can drop the NOMERGE rule (which is critical for distcheck). commit 8f83ae4397bf7a477a154e5712b799fa43c60187 Author: Felix Riemann <> Date: Sun Oct 27 12:55:27 2013 +0100 Use intltool's GSettings support Necessary to be able to build the AppData XML in the same folder. https://bugzilla.gnome.org/show_bug.cgi?id=708757 commit 44866d5177903e79d0fb1b9f2e313ae087bc3358 Author: Richard Hughes <> Date: Wed Sep 25 15:55:12 2013 +0100 Add an AppData file See http://people.freedesktop.org/~hughsient/appdata/ for details. https://bugzilla.gnome.org/show_bug.cgi?id=708757 --- This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
May thanks Félix for your help! :)