diff options
author | Aleix Pol <aleixpol@kde.org> | 2016-06-14 20:24:57 +0200 |
---|---|---|
committer | Aleix Pol <aleixpol@kde.org> | 2016-06-14 20:24:57 +0200 |
commit | fabe4477ea6077b414eb9f191f0f848599710551 (patch) | |
tree | e95ac5a6646e0bad147aaf32902301d74c83a163 /applications/mail/org.kde.kube.desktop | |
parent | e51e2051ab9a94a32d15a90020f4862bede5e006 (diff) | |
download | kube-fabe4477ea6077b414eb9f191f0f848599710551.tar.gz kube-fabe4477ea6077b414eb9f191f0f848599710551.zip |
Introduce a desktop and appdata file
Reviewed by Christian Mollekopf
Diffstat (limited to 'applications/mail/org.kde.kube.desktop')
-rwxr-xr-x | applications/mail/org.kde.kube.desktop | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/applications/mail/org.kde.kube.desktop b/applications/mail/org.kde.kube.desktop new file mode 100755 index 00000000..83d57dd8 --- /dev/null +++ b/applications/mail/org.kde.kube.desktop | |||
@@ -0,0 +1,10 @@ | |||
1 | [Desktop Entry] | ||
2 | Name=Kube | ||
3 | Type=Application | ||
4 | Exec=kube-mail | ||
5 | Icon=kube_icon | ||
6 | GenericName=Mail Client | ||
7 | Comment=Send, receive and manage your mail with Kube | ||
8 | Terminal=false | ||
9 | StartupNotify=true | ||
10 | Categories=Qt;KDE;Office;Network;Email; | ||