GNOME Bugzilla – Bug 707364
Desktop file categories are wrong
Last modified: 2013-09-04 18:26:37 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
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 :)
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