[evolution/wip/webkit2] Bug 762477 - Add .desktop file actions to open respective parts
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit2] Bug 762477 - Add .desktop file actions to open respective parts
- Date: Tue, 31 May 2016 12:00:18 +0000 (UTC)
commit 950687725086ddc7ca9284a8a3e4ae393111fe24
Author: Iain Lane <iain orangesquash org uk>
Date: Thu Mar 10 16:16:36 2016 +0100
Bug 762477 - Add .desktop file actions to open respective parts
data/evolution.desktop.in.in | 26 +++++++++++++++++++++++++-
1 files changed, 25 insertions(+), 1 deletions(-)
---
diff --git a/data/evolution.desktop.in.in b/data/evolution.desktop.in.in
index b9a95aa..493195f 100644
--- a/data/evolution.desktop.in.in
+++ b/data/evolution.desktop.in.in
@@ -4,7 +4,7 @@ _GenericName=Groupware Suite
_X-GNOME-FullName=Evolution Mail and Calendar
_Comment=Manage your email, contacts and schedule
_Keywords=email;calendar;contact;addressbook;task;
-Actions=new-window;
+Actions=new-window;compose;contacts;calendar;mail;memos;tasks;
Exec=evolution %U
Icon=evolution
Terminal=false
@@ -22,3 +22,27 @@ MimeType=text/calendar;text/x-vcard;text/directory;application/mbox;message/rfc8
[Desktop Action new-window]
_Name=New Window
Exec=evolution -c current
+
+[Desktop Action compose]
+_Name=Compose Message
+Exec=evolution mailto:
+
+[Desktop Action contacts]
+_Name=Contacts
+Exec=evolution -c contacts
+
+[Desktop Action calendar]
+_Name=Calendar
+Exec=evolution -c calendar
+
+[Desktop Action mail]
+_Name=Mail
+Exec=evolution -c mail
+
+[Desktop Action memos]
+_Name=Memos
+Exec=evolution -c memos
+
+[Desktop Action tasks]
+_Name=Tasks
+Exec=evolution -c tasks
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]