GNOME Bugzilla – Bug 764016
Rygel 0.30.0 generates invalid desktop file
Last modified: 2016-03-31 10:01:00 UTC
When building rygel 0.30.0 from tarball, the generated rygel.desktop file has an invalid line: Categories=Exec=rygel Looks like a newline after "Categories=" goes missing when generating .desktop from .desktop.in. Probably the easiest fix would be to drop the empty Categories= list.
Meh, so much for "it's just a build system patch, should be no problem to include". Thanks.
Created attachment 324525 [details] [review] data: Drop empty Categories list from desktop file An empty Categories= list led to rygel.desktop losing a newline during .desktop.in.in -> .desktop.in generation and ending up with an invalid Categories=Exec=rygel line. Work this around by dropping the empty list.
Review of attachment 324525 [details] [review]: +1
Attachment 324525 [details] pushed as 5286e95 - data: Drop empty Categories list from desktop file