Browse Source

Correct qTox.desktop

With an additional ';' installing qTox desktop file resulted in warning:

/usr/share/applications/qTox.desktop: error: value "InstantMessaging;;AudioVideo;Network;" for key "Categories" in group "Desktop Entry" contains an unregistered value ""; values extending the format should start with "X-"
pull/667/head
Zetok Zalbavar 11 years ago
parent
commit
1665afe502
No known key found for this signature in database
GPG Key ID: 53137C3033F09008
  1. 2
      qTox.desktop

2
qTox.desktop

@ -7,6 +7,6 @@ Comment=qTox is a powerful Tox client that follows the Tox design guidelines. @@ -7,6 +7,6 @@ Comment=qTox is a powerful Tox client that follows the Tox design guidelines.
TryExec=qtox
Exec=qtox %u
Icon=qtox
Categories=InstantMessaging;;AudioVideo;Network;
Categories=InstantMessaging;AudioVideo;Network;
Terminal=false
MimeType=x-scheme-handler/tox;application/x-tox;

Loading…
Cancel
Save