[Libreoffice-commits] core.git: Branch 'libreoffice-7-2' - sysui/desktop

Thorsten Behrens (via logerrit) logerrit at kemper.freedesktop.org
Fri Jun 25 07:57:29 UTC 2021


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

New commits:
commit 3156e46277822ec7fbd2e93482a6c576e06b728a
Author:     Thorsten Behrens <thorsten.behrens at allotropia.de>
AuthorDate: Sat Dec 19 11:18:34 2020 +0100
Commit:     Thorsten Behrens <thorsten.behrens at allotropia.de>
CommitDate: Fri Jun 25 09:56:50 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.behrens at allotropia.de>
    (cherry picked from commit 1bc454a2c0cb0dd69512d69ddd2123a44814197e)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117812

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.


More information about the Libreoffice-commits mailing list