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

New commits:
commit 1bc454a2c0cb0dd69512d69ddd2123a44814197e
Author:     Thorsten Behrens <thorsten.behr...@allotropia.de>
AuthorDate: Sat Dec 19 11:18:34 2020 +0100
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Thu Jun 24 20:24:22 2021 +0200

    Handle fancy webdav URI schemes on all platforms
    
    Change-Id: I5cc16b0fdaf032e90aa0361df6f33c04a615abab
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108016
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de>

diff --git a/sysui/desktop/macosx/Info.plist.in 
b/sysui/desktop/macosx/Info.plist.in
index f1ce15a5c83e..1bdf4eb02ea2 100644
--- a/sysui/desktop/macosx/Info.plist.in
+++ b/sysui/desktop/macosx/Info.plist.in
@@ -1525,6 +1525,14 @@
                 <string>vnd.libreoffice.cmis</string>
             </array>
         </dict>
+        <dict>
+            <key>CFBundleURLName</key>
+            <string>@PRODUCTNAME@</string>
+            <key>CFBundleURLSchemes</key>
+            <array>
+                <string>vnd.libreoffice.command</string>
+            </array>
+        </dict>
         <dict>
             <key>CFBundleURLName</key>
             <string>@PRODUCTNAME@ WebDav</string>
diff --git a/sysui/desktop/menus/startcenter.desktop 
b/sysui/desktop/menus/startcenter.desktop
index 3551a750a45f..be551ae27335 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;
+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;
 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

Reply via email to