mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
1665afe502
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-"
13 lines
304 B
Desktop File
13 lines
304 B
Desktop File
[Desktop Entry]
|
|
Version=1.0
|
|
Type=Application
|
|
Name=qTox
|
|
GenericName=Tox client
|
|
Comment=qTox is a powerful Tox client that follows the Tox design guidelines.
|
|
TryExec=qtox
|
|
Exec=qtox %u
|
|
Icon=qtox
|
|
Categories=InstantMessaging;AudioVideo;Network;
|
|
Terminal=false
|
|
MimeType=x-scheme-handler/tox;application/x-tox;
|