Add support for O365 apps

This commit is contained in:
Jon Champagne
2020-11-07 19:34:53 -05:00
committed by Oskar Manhart
parent b585eff3f0
commit cc16e89b0f
10 changed files with 122 additions and 0 deletions

1
apps/excel-o365/icon.svg Normal file
View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.cls-1{fill:#21a366;}.cls-2{fill:none;}.cls-3{fill:#107c41;}.cls-4{fill:#33c481;}.cls-5{fill:#185c37;}.cls-6{opacity:0.5;}.cls-7{fill:#fff;}</style></defs><title>Excel_24x</title><g id="Excel"><g id="_24" data-name="24"><path class="cls-1" d="M16,1H7A1,1,0,0,0,6,2V7l10,5,4,1.5L24,12V7Z"/><rect class="cls-2" width="24" height="24"/><rect class="cls-3" x="6" y="7.02" width="10" height="4.98"/><path class="cls-4" d="M24,2V7H16V1h7A1,1,0,0,1,24,2Z"/><path class="cls-5" d="M16,12H6V22a1,1,0,0,0,1,1H23a1,1,0,0,0,1-1V17Z"/><path class="cls-6" d="M13.83,6H6V20h7.6A1.5,1.5,0,0,0,15,18.65V7.17A1.18,1.18,0,0,0,13.83,6Z"/><rect id="Back_Plate" data-name="Back Plate" class="cls-3" y="5" width="14" height="14" rx="1.17"/><path class="cls-7" d="M3.43,16,6,12,3.64,8H5.55l1.3,2.55a4.63,4.63,0,0,1,.24.54h0a5.77,5.77,0,0,1,.27-.56L8.76,8h1.75L8.08,12l2.49,4H8.71l-1.5-2.8A2.14,2.14,0,0,1,7,12.83H7a1.54,1.54,0,0,1-.17.36L5.3,16Z"/><rect class="cls-3" x="16" y="12" width="8" height="5"/></g></g></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

17
apps/excel-o365/info Normal file
View File

@@ -0,0 +1,17 @@
# GNOME shortcut name
NAME="Excel (Office365)"
# Used for descriptions and window class
FULL_NAME="Microsoft Excel"
# The executable inside windows
WIN_EXECUTABLE="C:\Program Files\Microsoft Office\root\Office16\EXCEL.EXE"
# The icon in the icon folder
ICON="excel.svg"
# 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;"