diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2021-06-24 11:04:05 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2021-06-28 17:53:33 +0200 |
commit | a31b7ea9e62f6d44685aff28e1412eb43b796847 (patch) | |
tree | 8ff8de6baa733c9db951056a1635298b396685a2 /sysui | |
parent | 0707380f05d4cce2d17eb74c4b871dcf17d3ac1f (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>
Diffstat (limited to 'sysui')
-rw-r--r-- | sysui/desktop/macosx/Info.plist.in | 5 | ||||
-rw-r--r-- | sysui/desktop/menus/startcenter.desktop | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in index 985ea047b0ea..e50d7a20c4dd 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. |