cannot assign categories when type=link
RPM packaging calls the freedesktop tool "desktop-file-install", which fails with: ``` error: key "Categories" is present in group "Desktop Entry", but the type is "Link" while this key is only valid for type "Application" ``` @connortechnology This fails the build so I'm removing the categories. Let me know if you've got any other ideas.
This commit is contained in:
parent
3a80c60d2e
commit
17fbb49025
|
@ -5,4 +5,3 @@ Name=ZoneMinder
|
||||||
Comment=
|
Comment=
|
||||||
Icon=@PKGDATADIR@/icons/16x16/icon.xpm
|
Icon=@PKGDATADIR@/icons/16x16/icon.xpm
|
||||||
URL=http://localhost/zm/\r
|
URL=http://localhost/zm/\r
|
||||||
Categories=GNOME;AudioVideo;Video;Recorder;
|
|
||||||
|
|
Loading…
Reference in New Issue