-
Notifications
You must be signed in to change notification settings - Fork 119
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
Easy way to download and install MS Fonts #3297
Comments
|
@juliushaertl Regarding the fonts, does user have to download font files manually and then upload to install OR font files are downloaded automatically from a static url? |
We would introduce a HTTP endpoint in the richdocuments app where the Nextcloud backend can download the files and store them, we just need to let the user manually trigger it and cannot automatically perform those downloads. Does that make it clearer? |
Is the HTTP endpoint ready? |
Checking what the distributions do this seems more complex https://github.com/pop-os/msttcorefonts/blob/master_jammy/debian/postinst#L70-L80 They download exe files (self extracting) from https://sourceforge.net/projects/corefonts/files/the%20fonts/ and extracts them with |
I see we decided not to do it, perhaps we can put our full argumentation against it here before closing it. For the fidelity of documents it is a high impact feature, so we should have strong legal or technical reasons ;-) |
Sure, quoting from chat:
|
Is it the final decision? What is the link? Is it https://downloads.sourceforge.net/corefonts/? |
The sourceforge link is not directly usable as there are only exe files. My suggestion would be:
|
@juliushaertl As I understand, what should be done:
Please confirm. |
@luka-nextcloud, I followed the link: https://docs.nextcloud.com/server/latest/admin_manual/office/configuration.html#custom-fonts, but cannot find any mention of where to download MS fonts. Am I missing something? |
We should make sure we have the default MS Office ones - that will make sure documents from MS Office look good. Really key, I think, to ensure a good experience, as MS Office fonts and docs are used the most.
I think to ship proprietary Microsoft fonts you might have to do what Linux distributions do - download them on demand. You are likely not allowed to ship them, but they can be downloaded for free.
Yes, you and me can not do that. But a user (AKA the server admin) can dowload them for themselves. The fonts do not leave the one server and they are not distributing them.
This is how Linux distributions do it - they don't ship them. They have a script or a package that contains a script that asks the user to agree to the EULA and then downloads and installs them.
So we will need the same - a button in the UI that says "install Microsoft fonts" which then shows the EULA and then grabs them. I am sure we can't ship them and I don't think we can auto-accept the EULA like OO does.
Originally posted by @jospoortvliet in #3139 (comment)
https://git.launchpad.net/ubuntu/+source/msttcorefonts/tree/update-ms-fonts#n34
https://github.com/pop-os/msttcorefonts/blob/master_jammy/debian/postinst#L70-L80
The text was updated successfully, but these errors were encountered: