[Libreoffice-commits] core.git: sysui/desktop

Samuel Mehrbrodt (via logerrit) logerrit at kemper.freedesktop.org
Mon Jun 28 15:54:06 UTC 2021


 sysui/desktop/macosx/Info.plist.in      |    5 +++++
 sysui/desktop/menus/startcenter.desktop |    2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit a31b7ea9e62f6d44685aff28e1412eb43b796847
Author:     Samuel Mehrbrodt <samuel.mehrbrodt at allotropia.de>
AuthorDate: Thu Jun 24 11:04:05 2021 +0200
Commit:     Thorsten Behrens <thorsten.behrens at allotropia.de>
CommitDate: Mon Jun 28 17:53:33 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.behrens at allotropia.de>

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.


More information about the Libreoffice-commits mailing list