News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Legacy path: /usr/share/appdata/ deprecation

Started by grem, March 16, 2020, 06:21:11 AM

Previous topic - Next topic

grem

As stated on freedesktop.org site:
Quote
Legacy Path
AppStream tools scan the /usr/share/appdata/ path for legacy compatibility as well. It should not be used anymore by new software though, even on older Linux distributions (like RHEL 7 and Ubuntu 16.04 LTS) the metainfo path is well supported. Support for the legacy path will likely be dropped completely with a future AppStream 1.0 release.

i.e. /usr/share/metainfo should be used instead by new software.

Therefore 'appdatadir = $(datarootdir)/appdata' in 'Makefile.am' and  in 'src/plugins/contrib/appdata/Makefile.am' should be 'appdatadir = $(datarootdir)/metainfo' instead.

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

grem