On 11/24/2014 09:23 AM, Richard Hughes wrote:
On 24 November 2014 at 14:05, Richard Heck <rgh...@lyx.org> wrote:
Where is the problem? In our appdata.xml file?
Yes, you want <id>lyx.desktop</id> rather than the short version I think.
That's what I thought, but:
../lyx/lyx-stable/ [⚡ (2.1.2)] > cat lib/appdata.xml
<?xml version="1.0" encoding="utf-8"?>
<application>
<id type="desktop">lyx.desktop</id>
<licence>GPL-2.0+</licence>
<name>LyX</name>
...
This sounds as if it may be a Fedora issue, then.
FYI, the file was committed at:
commit d350cc4f8b7c3ff6e634887c4833f5eb60e41a5b
Author: Pavel Sanda <sa...@lyx.org>
Date: Wed Dec 11 19:51:16 2013 -0800
Add appdata.xml, provided by Matej Cepl.
AppData is an emerging standard (hopefully not distro-specific) for the
description of applications in various app stores.
http://people.freedesktop.org/~hughsient/appdata/ is the home page of
the standard.
http://blogs.gnome.org/hughsie/2013/09/27/frikin-awesome-apps-without-appdat
is the call for providing new appdata.xml files.
The only thing changed since then is the license string.
Richard