summaryrefslogtreecommitdiff
path: root/sysui
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2021-06-24 11:04:05 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2021-06-29 15:36:17 +0200
commit0fe8bbbab5d9bca4c849b0362e8662167a9ee93b (patch)
tree595e29dea4a139e3ad24b5705b3c32f357933ef0 /sysui
parent1d032975519e1008ea3ab1687b431e255c71d948 (diff)
Add URI handlers for MS Office URI Schemes on Linux/macOS
This was already done for Windows in fdd8686987ca4ee693f5f194c8eb482daa69cfef Change-Id: I2fa43bf2930e9df9fbeb9169d28700ef4bdbaacc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117726 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de> (cherry picked from commit a31b7ea9e62f6d44685aff28e1412eb43b796847) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118054 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sysui')
-rw-r--r--sysui/desktop/macosx/Info.plist.in5
-rw-r--r--sysui/desktop/menus/startcenter.desktop2
2 files changed, 6 insertions, 1 deletions
diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in
index 1bdf4eb02ea2..86c360081e2b 100644
--- a/sysui/desktop/macosx/Info.plist.in
+++ b/sysui/desktop/macosx/Info.plist.in
@@ -1531,6 +1531,11 @@
<key>CFBundleURLSchemes</key>
<array>
<string>vnd.libreoffice.command</string>
+ <string>ms-word</string>
+ <string>ms-powerpoint</string>
+ <string>ms-excel</string>
+ <string>ms-visio</string>
+ <string>ms-access</string>
</array>
</dict>
<dict>
diff --git a/sysui/desktop/menus/startcenter.desktop b/sysui/desktop/menus/startcenter.desktop
index be551ae27335..6bb33e58266d 100644
--- a/sysui/desktop/menus/startcenter.desktop
+++ b/sysui/desktop/menus/startcenter.desktop
@@ -23,7 +23,7 @@ Icon=startcenter
Type=Application
Categories=Office;X-Red-Hat-Base;X-SuSE-Core-Office;X-MandrivaLinux-Office-Other;
Exec=${UNIXBASISROOTNAME} %%FILE%%
-MimeType=application/vnd.openofficeorg.extension;x-scheme-handler/vnd.libreoffice.cmis;x-scheme-handler/vnd.sun.star.webdav;x-scheme-handler/vnd.sun.star.webdavs;x-scheme-handler/vnd.libreoffice.command;
+MimeType=application/vnd.openofficeorg.extension;x-scheme-handler/vnd.libreoffice.cmis;x-scheme-handler/vnd.sun.star.webdav;x-scheme-handler/vnd.sun.star.webdavs;x-scheme-handler/vnd.libreoffice.command;x-scheme-handler/ms-word;x-scheme-handler/ms-powerpoint;x-scheme-handler/ms-excel;x-scheme-handler/ms-visio;x-scheme-handler/ms-access;
Name=%PRODUCTNAME
GenericName=Office
Comment=The office productivity suite compatible to the open and standardized ODF document format. Supported by The Document Foundation.