Bug 144099 - Missing x-scheme-handler association at install avoid online edit from browser
Summary: Missing x-scheme-handler association at install avoid online edit from browser
Status: UNCONFIRMED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Installation (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: QA:needsComment
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-26 08:22 UTC by Christopher POTTER
Modified: 2021-11-08 20:02 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher POTTER 2021-08-26 08:22:02 UTC
If you try to launch Libreoffice from a web application on Ubuntu (other distro also), you will get a :

- "Failed to launch 'ms-word:" "scheme does not have a registered handler" 
or
- "Failed to launch 'vnd.libreoffice.command:" "scheme does not have a registered handler"

depending of the launch method.

You can also show the problem from the command line :

$ xgd-open ms-word:ofe|u|https://serveraddress/path/to/file.docx
or
$ xgd-open vnd.libreoffice.command:ofe|u|https://serveraddress/path/to/file.docx

$ "gio: the specified location is not supported"

Environment : Ubuntu 20.04LTS, Libreoffice 6.5.7.2 and 7.1.5 

At linux install, Libreoffice should register for URI by :

$ xdg-mime default libreoffice-writer.desktop x-scheme-handler/vnd.libreoffice.command
$ xdg-mime default libreoffice-writer.desktop x-scheme-handler/ms-word
$ sudo update-desktop-database

or course this has to be done for other format (spreadsheet,...)