After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 788358 - No AppData for software centers
No AppData for software centers
Status: RESOLVED FIXED
Product: gnome-nettool
Classification: Applications
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: Germán Poo-Caamaño
Rodrigo Moya
Depends on:
Blocks:
 
 
Reported: 2017-09-29 20:53 UTC by Piotr Drąg
Modified: 2017-10-03 20:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add AppData file for Software Center (4.63 KB, patch)
2017-10-03 19:45 UTC, Germán Poo-Caamaño
committed Details | Review
Update AppData to modern format (2.44 KB, patch)
2017-10-03 20:09 UTC, Piotr Drąg
committed Details | Review

Description Piotr Drąg 2017-09-29 20:53:02 UTC
gnome-nettool currently has no AppData, so it doesn’t show up in any software centers like gnome-software.

It does on Fedora, though, because it provides a downstream AppData file:

http://pkgs.fedoraproject.org/rpms/gnome-nettool/blob/master/f/gnome-nettool.spec#_44

It lists a wrong BugReportURL, though, so it was probably never sent upstream. Apart from being used only in Fedora, downstream AppData has other disadvantages, among them not being translated.
Comment 1 Germán Poo-Caamaño 2017-10-03 19:45:43 UTC
The following fix has been pushed:
a3d0738 Add AppData file for Software Center
Comment 2 Germán Poo-Caamaño 2017-10-03 19:45:51 UTC
Created attachment 360866 [details] [review]
Add AppData file for Software Center
Comment 3 Piotr Drąg 2017-10-03 20:09:02 UTC
Created attachment 360872 [details] [review]
Update AppData to modern format

Our i18n tools can’t extract AppData for translation, because they require the modern version.
Comment 4 Germán Poo-Caamaño 2017-10-03 20:13:34 UTC
Review of attachment 360872 [details] [review]:

Thanks!
Comment 5 Piotr Drąg 2017-10-03 20:18:58 UTC
Comment on attachment 360872 [details] [review]
Update AppData to modern format

https://git.gnome.org/browse/gnome-nettool/commit/?id=578f63891f6b6053580fd7ed772f077e9f93cd8f

Thank you!