From 067dcfbfeea40f48e48b7e78f1a832e499c9f82e Mon Sep 17 00:00:00 2001 From: Fmstrat Date: Tue, 10 Nov 2020 13:39:16 -0500 Subject: [PATCH] Added x86 versions of MS apps --- apps/access-o365-x86/icon.svg | 6 ++++++ apps/access-o365-x86/info | 14 ++++++++++++++ apps/access-x86/icon.svg | 6 ++++++ apps/access-x86/info | 14 ++++++++++++++ apps/excel-o365-x86/icon.svg | 1 + apps/excel-o365-x86/info | 14 ++++++++++++++ apps/excel-x86/icon.svg | 1 + apps/excel-x86/info | 14 ++++++++++++++ apps/onenote-o365-x86/icon.svg | 3 +++ apps/onenote-o365-x86/info | 14 ++++++++++++++ apps/onenote-x86/icon.svg | 3 +++ apps/onenote-x86/info | 14 ++++++++++++++ apps/outlook-o365-x86/icon.svg | 3 +++ apps/outlook-o365-x86/info | 14 ++++++++++++++ apps/outlook-x86/icon.svg | 3 +++ apps/outlook-x86/info | 14 ++++++++++++++ apps/powerpoint-o365-x86/icon.svg | 3 +++ apps/powerpoint-o365-x86/info | 14 ++++++++++++++ apps/powerpoint-x86/icon.svg | 3 +++ apps/powerpoint-x86/info | 14 ++++++++++++++ apps/publisher-o365-x86/icon.svg | 3 +++ apps/publisher-o365-x86/info | 14 ++++++++++++++ apps/publisher-x86/icon.svg | 3 +++ apps/publisher-x86/info | 14 ++++++++++++++ apps/word-o365-x86/icon.svg | 3 +++ apps/word-o365-x86/info | 14 ++++++++++++++ apps/word-x86/icon.svg | 3 +++ apps/word-x86/info | 14 ++++++++++++++ 28 files changed, 240 insertions(+) create mode 100644 apps/access-o365-x86/icon.svg create mode 100644 apps/access-o365-x86/info create mode 100644 apps/access-x86/icon.svg create mode 100644 apps/access-x86/info create mode 100644 apps/excel-o365-x86/icon.svg create mode 100644 apps/excel-o365-x86/info create mode 100644 apps/excel-x86/icon.svg create mode 100644 apps/excel-x86/info create mode 100644 apps/onenote-o365-x86/icon.svg create mode 100644 apps/onenote-o365-x86/info create mode 100644 apps/onenote-x86/icon.svg create mode 100644 apps/onenote-x86/info create mode 100644 apps/outlook-o365-x86/icon.svg create mode 100644 apps/outlook-o365-x86/info create mode 100644 apps/outlook-x86/icon.svg create mode 100644 apps/outlook-x86/info create mode 100644 apps/powerpoint-o365-x86/icon.svg create mode 100644 apps/powerpoint-o365-x86/info create mode 100644 apps/powerpoint-x86/icon.svg create mode 100644 apps/powerpoint-x86/info create mode 100644 apps/publisher-o365-x86/icon.svg create mode 100644 apps/publisher-o365-x86/info create mode 100644 apps/publisher-x86/icon.svg create mode 100644 apps/publisher-x86/info create mode 100644 apps/word-o365-x86/icon.svg create mode 100644 apps/word-o365-x86/info create mode 100644 apps/word-x86/icon.svg create mode 100644 apps/word-x86/info diff --git a/apps/access-o365-x86/icon.svg b/apps/access-o365-x86/icon.svg new file mode 100644 index 0000000..a62af30 --- /dev/null +++ b/apps/access-o365-x86/icon.svg @@ -0,0 +1,6 @@ + + + + diff --git a/apps/access-o365-x86/info b/apps/access-o365-x86/info new file mode 100644 index 0000000..915f269 --- /dev/null +++ b/apps/access-o365-x86/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="Access" + +# Used for descriptions and window class +FULL_NAME="Microsoft Access" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\Office16\MSACCESS.EXE" + +# GNOME categories +CATEGORIES="Office" + +# GNOME mimetypes +MIME_TYPES="application/x-msaccess;" diff --git a/apps/access-x86/icon.svg b/apps/access-x86/icon.svg new file mode 100644 index 0000000..a62af30 --- /dev/null +++ b/apps/access-x86/icon.svg @@ -0,0 +1,6 @@ + + + + diff --git a/apps/access-x86/info b/apps/access-x86/info new file mode 100644 index 0000000..81343fa --- /dev/null +++ b/apps/access-x86/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="Access" + +# Used for descriptions and window class +FULL_NAME="Microsoft Access" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\root\Office16\MSACCESS.EXE" + +# GNOME categories +CATEGORIES="Office" + +# GNOME mimetypes +MIME_TYPES="application/x-msaccess;" diff --git a/apps/excel-o365-x86/icon.svg b/apps/excel-o365-x86/icon.svg new file mode 100644 index 0000000..2992c1f --- /dev/null +++ b/apps/excel-o365-x86/icon.svg @@ -0,0 +1 @@ + diff --git a/apps/excel-o365-x86/info b/apps/excel-o365-x86/info new file mode 100644 index 0000000..64d8ac0 --- /dev/null +++ b/apps/excel-o365-x86/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="Excel" + +# Used for descriptions and window class +FULL_NAME="Microsoft Excel" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\root\Office16\EXCEL.EXE" + +# GNOME categories +CATEGORIES="Office" + +# GNOME mimetypes +MIME_TYPES="application/vnd.ms-excel;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;application/vnd.openxmlformats-officedocument.spreadsheetml.template;application/vnd.ms-excel.sheet.macroEnabled.12;application/vnd.ms-excel.template.macroEnabled.12;application/vnd.ms-excel.addin.macroEnabled.12;application/vnd.ms-excel.sheet.binary.macroEnabled.12;" diff --git a/apps/excel-x86/icon.svg b/apps/excel-x86/icon.svg new file mode 100644 index 0000000..2992c1f --- /dev/null +++ b/apps/excel-x86/icon.svg @@ -0,0 +1 @@ + diff --git a/apps/excel-x86/info b/apps/excel-x86/info new file mode 100644 index 0000000..f4583e8 --- /dev/null +++ b/apps/excel-x86/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="Excel" + +# Used for descriptions and window class +FULL_NAME="Microsoft Excel" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\Office16\EXCEL.EXE" + +# GNOME categories +CATEGORIES="Office" + +# GNOME mimetypes +MIME_TYPES="application/vnd.ms-excel;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;application/vnd.openxmlformats-officedocument.spreadsheetml.template;application/vnd.ms-excel.sheet.macroEnabled.12;application/vnd.ms-excel.template.macroEnabled.12;application/vnd.ms-excel.addin.macroEnabled.12;application/vnd.ms-excel.sheet.binary.macroEnabled.12;" diff --git a/apps/onenote-o365-x86/icon.svg b/apps/onenote-o365-x86/icon.svg new file mode 100644 index 0000000..d640dcc --- /dev/null +++ b/apps/onenote-o365-x86/icon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/apps/onenote-o365-x86/info b/apps/onenote-o365-x86/info new file mode 100644 index 0000000..8cbddff --- /dev/null +++ b/apps/onenote-o365-x86/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="OneNote" + +# Used for descriptions and window class +FULL_NAME="Microsoft OneNote" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\root\Office16\ONENOTE.EXE" + +# GNOME categories +CATEGORIES="Office" + +# GNOME mimetypes +MIME_TYPES="application/msonenote;" diff --git a/apps/onenote-x86/icon.svg b/apps/onenote-x86/icon.svg new file mode 100644 index 0000000..d640dcc --- /dev/null +++ b/apps/onenote-x86/icon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/apps/onenote-x86/info b/apps/onenote-x86/info new file mode 100644 index 0000000..f4310a2 --- /dev/null +++ b/apps/onenote-x86/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="OneNote" + +# Used for descriptions and window class +FULL_NAME="Microsoft OneNote" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\Office16\ONENOTE.EXE" + +# GNOME categories +CATEGORIES="Office" + +# GNOME mimetypes +MIME_TYPES="application/msonenote;" diff --git a/apps/outlook-o365-x86/icon.svg b/apps/outlook-o365-x86/icon.svg new file mode 100644 index 0000000..a459409 --- /dev/null +++ b/apps/outlook-o365-x86/icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/apps/outlook-o365-x86/info b/apps/outlook-o365-x86/info new file mode 100644 index 0000000..cad861a --- /dev/null +++ b/apps/outlook-o365-x86/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 (x86)\Microsoft Office\root\Office16\OUTLOOK.EXE" + +# GNOME categories +CATEGORIES="Office" + +# GNOME mimetypes +MIME_TYPES="application/vnd.ms-outlook;application/octet-stream;" diff --git a/apps/outlook-x86/icon.svg b/apps/outlook-x86/icon.svg new file mode 100644 index 0000000..a459409 --- /dev/null +++ b/apps/outlook-x86/icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/apps/outlook-x86/info b/apps/outlook-x86/info new file mode 100644 index 0000000..c793a2b --- /dev/null +++ b/apps/outlook-x86/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 (x86)\Microsoft Office\Office16\OUTLOOK.EXE" + +# GNOME categories +CATEGORIES="Office" + +# GNOME mimetypes +MIME_TYPES="application/vnd.ms-outlook;application/octet-stream;" diff --git a/apps/powerpoint-o365-x86/icon.svg b/apps/powerpoint-o365-x86/icon.svg new file mode 100644 index 0000000..a0e97a5 --- /dev/null +++ b/apps/powerpoint-o365-x86/icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/apps/powerpoint-o365-x86/info b/apps/powerpoint-o365-x86/info new file mode 100644 index 0000000..cc57fea --- /dev/null +++ b/apps/powerpoint-o365-x86/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="PowerPoint" + +# Used for descriptions and window class +FULL_NAME="Microsoft PowerPoint" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\root\Office16\POWERPNT.EXE" + +# GNOME categories +CATEGORIES="Office" + +# GNOME mimetypes +MIME_TYPES="application/vnd.ms-powerpoint;application/vnd.openxmlformats-officedocument.presentationml.presentation;application/vnd.openxmlformats-officedocument.presentationml.template;application/vnd.openxmlformats-officedocument.presentationml.slideshow;application/vnd.ms-powerpoint.addin.macroEnabled.12;application/vnd.ms-powerpoint.presentation.macroEnabled.12;application/vnd.ms-powerpoint.template.macroEnabled.12;application/vnd.ms-powerpoint.slideshow.macroEnabled.12;" diff --git a/apps/powerpoint-x86/icon.svg b/apps/powerpoint-x86/icon.svg new file mode 100644 index 0000000..a0e97a5 --- /dev/null +++ b/apps/powerpoint-x86/icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/apps/powerpoint-x86/info b/apps/powerpoint-x86/info new file mode 100644 index 0000000..11ee92a --- /dev/null +++ b/apps/powerpoint-x86/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="PowerPoint" + +# Used for descriptions and window class +FULL_NAME="Microsoft PowerPoint" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\Office16\POWERPNT.EXE" + +# GNOME categories +CATEGORIES="Office" + +# GNOME mimetypes +MIME_TYPES="application/vnd.ms-powerpoint;application/vnd.openxmlformats-officedocument.presentationml.presentation;application/vnd.openxmlformats-officedocument.presentationml.template;application/vnd.openxmlformats-officedocument.presentationml.slideshow;application/vnd.ms-powerpoint.addin.macroEnabled.12;application/vnd.ms-powerpoint.presentation.macroEnabled.12;application/vnd.ms-powerpoint.template.macroEnabled.12;application/vnd.ms-powerpoint.slideshow.macroEnabled.12;" diff --git a/apps/publisher-o365-x86/icon.svg b/apps/publisher-o365-x86/icon.svg new file mode 100644 index 0000000..6706891 --- /dev/null +++ b/apps/publisher-o365-x86/icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/apps/publisher-o365-x86/info b/apps/publisher-o365-x86/info new file mode 100644 index 0000000..534eb32 --- /dev/null +++ b/apps/publisher-o365-x86/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="Publisher" + +# Used for descriptions and window class +FULL_NAME="Microsoft Publisher" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\root\Office16\MSPUB.EXE" + +# GNOME categories +CATEGORIES="Office" + +# GNOME mimetypes +MIME_TYPES="application/vnd.ms-publisher;" diff --git a/apps/publisher-x86/icon.svg b/apps/publisher-x86/icon.svg new file mode 100644 index 0000000..6706891 --- /dev/null +++ b/apps/publisher-x86/icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/apps/publisher-x86/info b/apps/publisher-x86/info new file mode 100644 index 0000000..d6ec41a --- /dev/null +++ b/apps/publisher-x86/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="Publisher" + +# Used for descriptions and window class +FULL_NAME="Microsoft Publisher" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\Office16\MSPUB.EXE" + +# GNOME categories +CATEGORIES="Office" + +# GNOME mimetypes +MIME_TYPES="application/vnd.ms-publisher;" diff --git a/apps/word-o365-x86/icon.svg b/apps/word-o365-x86/icon.svg new file mode 100644 index 0000000..289d90e --- /dev/null +++ b/apps/word-o365-x86/icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/apps/word-o365-x86/info b/apps/word-o365-x86/info new file mode 100644 index 0000000..4fa696a --- /dev/null +++ b/apps/word-o365-x86/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="Word" + +# Used for descriptions and window class +FULL_NAME="Microsoft Word" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\root\Office16\WINWORD.EXE" + +# GNOME categories +CATEGORIES="Office" + +# GNOME mimetypes +MIME_TYPES="application/msword;application/vnd.openxmlformats-officedocument.wordprocessingml.document;application/vnd.openxmlformats-officedocument.wordprocessingml.template;application/vnd.ms-word.document.macroEnabled.12;application/vnd.ms-word.template.macroEnabled.12;" diff --git a/apps/word-x86/icon.svg b/apps/word-x86/icon.svg new file mode 100644 index 0000000..289d90e --- /dev/null +++ b/apps/word-x86/icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/apps/word-x86/info b/apps/word-x86/info new file mode 100644 index 0000000..0fa537c --- /dev/null +++ b/apps/word-x86/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="Word" + +# Used for descriptions and window class +FULL_NAME="Microsoft Word" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\Office16\WINWORD.EXE" + +# GNOME categories +CATEGORIES="Office" + +# GNOME mimetypes +MIME_TYPES="application/msword;application/vnd.openxmlformats-officedocument.wordprocessingml.document;application/vnd.openxmlformats-officedocument.wordprocessingml.template;application/vnd.ms-word.document.macroEnabled.12;application/vnd.ms-word.template.macroEnabled.12;"