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 707364 - Desktop file categories are wrong
Desktop file categories are wrong
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: Build and packaging
Git
Other Linux
: High normal
: 0.91
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2013-09-03 10:11 UTC by Elad Alfassa
Modified: 2013-09-04 18:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] Fix .desktop file categories so that pitivi will show up in gnome-software (1.10 KB, patch)
2013-09-03 10:11 UTC, Elad Alfassa
none Details | Review

Description Elad Alfassa 2013-09-03 10:11:53 UTC
Created attachment 253943 [details] [review]
[PATCH] Fix .desktop file categories so that pitivi will show up in  gnome-software

This patch will make sure Pitivi will appear in the appropriate category in gnome-software
Comment 1 Jean-François Fortin Tam 2013-09-03 15:00:26 UTC
Thanks Elad!
So it was just missing being present in the "video" category?

I'd be happy to push your patch. By the way, have you seen https://github.com/nekohayo/pitivi/commits/appdata ? Besides me needing to cleanup the history (squash things together), there is still some work to be done: 

<hughsie> INTLTOOL_XML_RULE is not cool anymore, itstool is the new hotness

...except I suck at build scripts and packaging and all that stuff.

Would you happen to know how to do that thing that Richard describes, by any chance? If so, you could create a commit to complement mine - since you're well versed in the art of packaging, I would be confident that it's done "properly" and tested (compared to me doing it and just crossing fingers :)
Comment 2 Jean-François Fortin Tam 2013-09-04 18:26:37 UTC
Pushed as:


commit 88ebb08acc9b68e1ffbbcf511a76d903d7f44323
Author: Elad Alfassa <elad@fedoraproject.org>
Date:   Tue Sep 3 13:06:10 2013 +0300

    Fix .desktop file categories so that Pitivi will show up in GNOME Software
    
    gnome-software uses desktop file categories to sort the apps it shows.
    This commit fixes those categories to conform to the Freedesktop spec.
    
    For more information:
    http://standards.freedesktop.org/menu-spec/latest/apa.html
    http://standards.freedesktop.org/menu-spec/latest/apas02.html