From 3156e46277822ec7fbd2e93482a6c576e06b728a Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Sat, 19 Dec 2020 11:18:34 +0100 Subject: 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 (cherry picked from commit 1bc454a2c0cb0dd69512d69ddd2123a44814197e) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117812 --- sysui/desktop/macosx/Info.plist.in | 8 ++++++++ sysui/desktop/menus/startcenter.desktop | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'sysui/desktop') 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 @@ vnd.libreoffice.cmis + + CFBundleURLName + @PRODUCTNAME@ + CFBundleURLSchemes + + vnd.libreoffice.command + + CFBundleURLName @PRODUCTNAME@ WebDav 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. -- cgit