Created attachment 128436 [details] LibreOffice Vanilla supported URL Schemes LibreOffice Vanilla: 5.2.1.4 macOS Sierra Version 10.12 After installation of LibreOffice custom URL protocols "vnd.sun.star.webdav" and "vnd.sun.star.webdavs" aren't in Info.plist file and therefore url links with these protocols aren't bound to LibreOffice. As for https://wiki.documentfoundation.org/ReleaseNotes/5.1#WebDav_Improvements LibreOffice supports this protocols and would be nice to open such url's with LibreOffice by default. For Windows and Linux are workarounds described in this bugs (bug 98881 and bug 65261). For MacOS after adding "vnd.sun.star.webdav" and "vnd.sun.star.webdavs" to URL Schemes in Info.plist, LibreOffice stops opening with error: "Sandbox registration failed: The code signature is not valid: The operation couldn't be completed. (OSStatus error -67030)"
Andras: having noticed you had made some changes about plist, thought you might be interested in this one.
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Still present 3.3 didn't have any URL Schemes defined in Info.plist Should be a very simple issue to fix (almost a one-liner)
I have submitted a patch for this https://gerrit.libreoffice.org/c/core/+/94359
Eivind Samseth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/32eac748c508640bec036975c0a91ea904c729a2 tdf#103644: Add support for vnd.sun.star.webdav on macOS It will be available in 7.0.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
So this should in principle be fixed. LO opens if I feed the vnd.sun.star.webdav:// url scheme in Safari As I don't use this myself I can't verify that LO handles it properly internally though
Oh, this should had been a duplicate of tdf#98881, and resolved WONTFIX (and the commit d3de490437df4c9093f32e97fc185066d64c0f46 possibly reverted, for the sake of use of office URI schemes - implemented in 5.3 [1]). [1] https://wiki.documentfoundation.org/ReleaseNotes/5.3#Office_URI_Schemes_support