GNOME Bugzilla – Bug 769538
Use *.metainfo.xml as extension for the nautilus add-on
Last modified: 2016-08-06 11:24:04 UTC
Pedantically speaking, org.gnome.Terminal.Nautilus.appdata.xml.in should be renamed to org.gnome.Terminal.Nautilus.metainfo.xml.in to conform to the AppStream specification [1]. However, this is not a pressing problem because *.appdata.xml files are going to be supported for add-ons for the near future. [1] https://www.freedesktop.org/software/appstream/docs/sect-Metadata-Addon.html
Created attachment 332783 [details] [review] appdata: Use *.metainfo.xml as extension for the nautilus add-on
Comment on attachment 332783 [details] [review] appdata: Use *.metainfo.xml as extension for the nautilus add-on delete mode 100644 org.gnome.Terminal.Nautilus.appdata.xml.in create mode 100644 org.gnome.Terminal.Nautilus.metainfo.xml.in This should be a git mv, not rm+add. With that fixed, ok to commit. Thanks!
(In reply to Christian Persch from comment #2) > Comment on attachment 332783 [details] [review] [review] > appdata: Use *.metainfo.xml as extension for the nautilus add-on > > delete mode 100644 org.gnome.Terminal.Nautilus.appdata.xml.in > create mode 100644 org.gnome.Terminal.Nautilus.metainfo.xml.in > > This should be a git mv, not rm+add. With that fixed, ok to commit. Thanks! I did do a 'git mv' to rename the file. I think it is a matter of using -M with git format-patch when creating the attachment. I will reattach it with -M shortly.
Created attachment 332818 [details] [review] appdata: Use *.metainfo.xml as extension for the nautilus add-on
Comment on attachment 332818 [details] [review] appdata: Use *.metainfo.xml as extension for the nautilus add-on Ok.
Comment on attachment 332818 [details] [review] appdata: Use *.metainfo.xml as extension for the nautilus add-on Pushed to master.