Small issue in the desktop file
A feature packed DJ console and internet radio client for Linux users
Status: Beta
Brought to you by:
s-fairchild
Hi,
the value 'Application' is deprecated, so please remove it from the Category field of the desktop file. The following patch fixes the issue:
--- idjc.orig/idjc.desktop_
+++ idjc/idjc.desktop_
@@ -1,5 +1,5 @@
[___Desktop Entry]
-Categories=GNOME;Application;Network;
+Categories=GNOME;Network;
Comment=Create your live radio show or podcast
Comment[en_GB]=Create your live radio show or podcast
Comment[de]=Erstelle deine eigene Radiosendung oder Podcasts
Fixed in Git.