-
Notifications
You must be signed in to change notification settings - Fork 5
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
Copy custom config files to docker image #208
base: main
Are you sure you want to change the base?
Conversation
Copys libreoffice config files into docker image. The config files have been modifed from the default libreoffice config files in two ways: First, document comparison mode has been disabled, see PR OPM#204 for details. Second, the parts sub directory inside the image has been added as a trusted location to get rid of the popup dialog "Would you like to change the document, and update all links to get the most recent data?"
Will this still allow us to compare two different documents (Open the update one, Edit -> Track changes -> Compare Document, and use the old version)? That option is actually quite handy. |
@blattms I am not sure why we we would use libreoffice to compare two different documents when we already have git version control? Can you elaborate on that idea? Anyway, as I remember it, this pull request was in accordance with the README.md file which suggests that we turn off document comparison mode. If the user still want document comparison he could he could avoid using the docker container version of libreoffice or he could manually re-enable the mode from the menu in libreoffice. But it is not recommended if he plans to submit a clean PR.. |
Because humans cannot read formatting changes. It is really hard to compare changes using git only. I'll check that myself once I find time. |
@blattms Can you check then if it would be a possible strategy for a user to have document comparison mode enabled and only disable it when submitting changes to the git repository? Then we can avoid tracking the revision ids in the xml files which should simplify the git diff review process according to the dicussion about span tags in #203. |
I will if you tell me how to do this, |
@blattms Thanks for that. What is the problem with that workflow that makes you want to keep the revision ids in the XML files? Sorry, it is not clear to me yet why this workflow is in conflict with this PR. |
Can you please remind me how to use the docker image. I have been trying this for while now and always fail (e.g. the file `/home/dockeruser/parts/appendices/A.fodt is not found. My approach
|
I have not tested with |
Copies a snapshot of LibreOffice config files into the docker image. The config files have been modified from the default LibreOffice config files in two ways: