-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default mimetype actions #1400
Comments
We miss this option too. Sometime .docx are opening in collabora whereas we'd rather have them opened in onlyoffice and keep collabora for .odt files only. Same with .ods/.xlsx and .odp/.pptx . |
Moreover, I have seen situations when .docx (.xlsx, etc.) in the browser are opened in Collabora, but in the mobile client they are opened in Onlyoffice - with the same NC21 server (where both Collabora and Onlyoffice applications are installed). .. Therefore, I think it would be nice to be able to explicitly specify which file types should be opened by which particular application. |
Additional information: it seems that the existing rules are anyway not followed everywhere in Nextcloud. In the default Dashboard, under the section Empfohlene Dateien/Recommended Files when there's a CSV file, it's opened with the text editor instead of Collabora, which is used throughout the files app browser. Tested today on two NC 21.0.3 with all latest app updates on different servers of different organisations. |
I wanted to open a bug, but I see this issue so I'll plug myself here. Tested today on a 20.0.12 freshly updated instance. I open a docx with onlyoffice, share it in read/write, and open this link in an other browser. I find it surprising for the user, as the collaboration will definitely not work, so this looks like a bug to me, not an enhancement. |
Currently, the situation is such that you have to uninstall either collabora or OnlyOffice to make sure that collaboration works. For me, this means that I have to uninstall Collabora, because many users have complained to me about its laggy interface, whereas OpenOffice is much more responsive, due to client side rendering. So, for me for now this means I have to uninstall Collabora because I can't find a reliable way of preventing it from usurping the OOXML file association. |
I would strongly argue for closing it in favour of #8105. We don't want yet another file hander configuration gui shipped by the richdocuments app. Instead, there should be one central, app independent place in the Nextcloud admin gui, plus a user level configuration gui. |
The suggestion of @ juliushaertl could resolve this issue too : nextcloud/server#361 |
hello Please, make a generic place where apps can register the mime types that they can handle and users or administrators with shell can choose. Does anybody know where an administrator can change this, please? Thanks for the tip and for making NextCloud :) |
We ended up doing a dirty patch: Our use case is quiet simple, our users want to run LibreOfficeOnline and ONLYOFFICE side by side. We'd like to offer an half baked solution, instead of the fully fledged real, configurable list of mimetype. Would you accept if we PR to add a conf like a bool Would you like this idea? If yes, then we could make a PR for that, we'd prefer than maintaining our dirty patch ;) (FYI, we then added a little js hack app to improve the ( cc @lolozere hope you'll be happy ;) ) |
Thanks pierreozoux Please, make an interface where admins can choose what it is best suit for their NextCloud installation 🙏 |
This comment has been minimized.
This comment has been minimized.
Since this requires a proper handling of mime type openers in the server, lets close it here and use nextcloud/viewer#2393 for tracking and follow up discussions. |
Currently csv is opened by default on Collabora, however we also register text/csv as a default in the text app. As we do not have a way to customize which app should be used by the user or admin basically the app that registers as the last one at runtime of the javascript code will win and be the default, which is not really a good option imo.
@jancborchardt I know how you think about configuration options for default file actions but there are cases where certain organizations have the need to enforce either one or the other app for a given mimetype. I assume having something like operating systems do where the user can set a new default file opener is a bit to much here, but still think we should tackle this in some way.
I was wondering if we should think about introducing a matrix configuration so that at least the admin can define which mimetypes the app should open by default, similar to how the ONLYOFFICE app does it already:
The text was updated successfully, but these errors were encountered: