Skip to content
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

Supporting LibreOffice language packs #191

Closed
aleixpol opened this issue Jun 1, 2018 · 2 comments
Closed

Supporting LibreOffice language packs #191

aleixpol opened this issue Jun 1, 2018 · 2 comments

Comments

@aleixpol
Copy link
Collaborator

aleixpol commented Jun 1, 2018

Installing libreoffice in your own language is hard. There possibly is other projects with the same problem.

To install it properly the user needs to know to install a random package with his localisation data.

Would it be possible to expose this information through AppStream so software centers can suggest to install the language packs when available?

https://bugs.kde.org/show_bug.cgi?id=393878

@ximion
Copy link
Owner

ximion commented Jun 1, 2018

Yes, that's not something we can do in AppStream though.

LibreOffice needs a metainfo file for its products, as well as one metainfo file per language pack of type localization. The format of which is described in the specification: https://www.freedesktop.org/software/appstream/docs/sect-Metadata-Localization.html

A software center can the just fetch the localization components that extend the installed software components on the system and install those automatically.

This is really not something AppStream can help mit, it's rather up to LibreOffice and/or the respective distributors to provide the right metadata.

@aleixpol
Copy link
Collaborator Author

aleixpol commented Jun 1, 2018

Correct, will reach out to LO.

@aleixpol aleixpol closed this as completed Jun 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants