diff options
author | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2020-12-19 11:18:34 +0100 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2021-06-24 20:24:22 +0200 |
commit | 1bc454a2c0cb0dd69512d69ddd2123a44814197e (patch) | |
tree | f7d064457af4ec3ce96ce8d89baf183aeb8eb8b9 /sysui | |
parent | 8bfa14e831f31f372b98d7283fa4abc73bcb5532 (diff) |
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@allotropia.de>
Diffstat (limited to 'sysui')
-rw-r--r-- | sysui/desktop/macosx/Info.plist.in | 8 | ||||
-rw-r--r-- | sysui/desktop/menus/startcenter.desktop | 2 |
2 files changed, 9 insertions, 1 deletions
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 @@ -1527,6 +1527,14 @@ </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> <key>CFBundleURLSchemes</key> <array> 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. |