GNOME Bugzilla – Bug 709436
gnome-software needs to filter filter the locales in the appdata plugin
Last modified: 2013-10-05 19:01:08 UTC
Bug seen on openSUSE Test bed gnome-software has it's onwn appdata.xml installed in /usr/local/share/appdata (due to local build from git master, not packaged) gnome-software is also listed in the 'repository' appdata.xml.gz (saved in /var/cache/app-info/xmls).
Created attachment 256483 [details] gnome-software appdata.xml with all translations
Created attachment 256484 [details] Screenshot how gnome-software represents itself
I've added this to master: commit d21eec67970dd88551d0c1a6c5e0de73fc936807 Author: Richard Hughes <richard@hughsie.com> Date: Sat Oct 5 19:47:42 2013 +0100 Only show LANG=C descriptions from AppData files Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=709436 :100644 100644 b8b3978... be2df07... M src/plugins/gs-plugin-appdata.c commit 3411a21ccc01d287b8b30b7a52d3b70cf211e807 Author: Richard Hughes <richard@hughsie.com> Date: Sat Oct 5 19:57:40 2013 +0100 trivial: Move the location of appstream_app_get_locale_value() We need this for AppData too. :100644 100644 6c28c1a... 47f2449... M src/plugins/appstream-app.c :100644 100644 77d0f8a... 3140473... M src/plugins/appstream-common.c :100644 100644 fc4d3c7... a9e1107... M src/plugins/appstream-common.h commit a7eced7e36a87b856f2a2dc5106c45b86c2f196b Author: Richard Hughes <richard@hughsie.com> Date: Sat Oct 5 19:58:22 2013 +0100 Show the best locale when using AppData files for the long description Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=709436 :100644 100644 be2df07... eb30f66... M src/plugins/gs-plugin-appdata.c