From 5cd80c51e8ff38f74408c46f98e6e270ce99f56b Mon Sep 17 00:00:00 2001 From: Fmstrat Date: Sun, 8 Nov 2020 09:33:20 -0500 Subject: [PATCH 1/2] 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 bd88be4..dee1415 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;" From 125c11879a9e6b8d29a60ad8d017e5bcdfd03198 Mon Sep 17 00:00:00 2001 From: Fmstrat Date: Mon, 9 Nov 2020 10:19:32 -0500 Subject: [PATCH 2/2] Moved outlook.exe path --- apps/outlook/info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/outlook/info b/apps/outlook/info index 2ba9cc8..3154a1f 100644 --- a/apps/outlook/info +++ b/apps/outlook/info @@ -5,7 +5,7 @@ NAME="Outlook" FULL_NAME="Microsoft Outlook" # The executable inside windows -WIN_EXECUTABLE="C:\Program Files\Microsoft Office\root\Office16\OUTLOOK.EXE" +WIN_EXECUTABLE="C:\Program Files\Microsoft Office\Office16\OUTLOOK.EXE" # GNOME categories CATEGORIES="Office"