sysui/desktop/macosx/Info.plist.in | 5 +++++ sysui/desktop/menus/startcenter.desktop | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-)
New commits: commit 0fe8bbbab5d9bca4c849b0362e8662167a9ee93b Author: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de> AuthorDate: Thu Jun 24 11:04:05 2021 +0200 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Tue Jun 29 15:36:17 2021 +0200 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.behr...@allotropia.de> (cherry picked from commit a31b7ea9e62f6d44685aff28e1412eb43b796847) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118054 Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> 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. _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits