From b39ed5fbb7398aed9e5cc6b305b8b628b3a224b1 Mon Sep 17 00:00:00 2001 From: Fmstrat Date: Sun, 8 Nov 2020 09:33:20 -0500 Subject: [PATCH] Added Outlook --- README.md | 1 + icons/outlook.svg => apps/outlook/icon.svg | 0 apps/outlook/info | 14 ++++++++++++++ 3 files changed, 15 insertions(+) rename icons/outlook.svg => apps/outlook/icon.svg (100%) create mode 100644 apps/outlook/info diff --git a/README.md b/README.md index 488dd84..9cfbab6 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Currently supported apps - Microsoft Word - Microsoft Excel - Microsoft PowerPoint +- Microsoft Outlook - Internet Explorer (just because) To Do diff --git a/icons/outlook.svg b/apps/outlook/icon.svg similarity index 100% rename from icons/outlook.svg rename to apps/outlook/icon.svg diff --git a/apps/outlook/info b/apps/outlook/info new file mode 100644 index 0000000..2ba9cc8 --- /dev/null +++ b/apps/outlook/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="Outlook" + +# Used for descriptions and window class +FULL_NAME="Microsoft Outlook" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files\Microsoft Office\root\Office16\OUTLOOK.EXE" + +# GNOME categories +CATEGORIES="Office" + +# GNOME mimetypes +MIME_TYPES="application/vnd.ms-outlook;application/octet-stream;"