[Libreoffice-bugs] [Bug 108713] Autosave document returns to beginning of document
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Jun 23 11:48:19 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=108713
--- Comment #2 from JorgeGV <jorge.gonzalez at daikon.es> ---
Tried to disable Autosave by using LOOL_NO_AUTOSAVE variable:
https://gerrit.libreoffice.org/gitweb?p=online.git;a=blob_plain;f=loolwsd/README.vars;hb=41a1c0b3f953664edfe448ec60f4d11ceab5e86e
I had to regenerate my image by editing the start-libreoffice.sh script and
modifying the last line:
su -c "export LOOL_NO_AUTOSAVE=1; /usr/bin/loolwsd --version
--o:sys_template_path=/opt/lool/systemplate
--o:lo_template_path=/opt/collaboraoffice5.3
--o:child_root_path=/opt/lool/child-roots
--o:file_server_root_path=/usr/share/loolwsd" -s /bin/bash lool
Then rebuilt my image with a new Dockerfile:
FROM collabora/code
ADD start-libreoffice.sh /
ENTRYPOINT bash start-libreoffice.sh
And then started again Collabora with my modified image.
But it does not work as expected. WHen I modify a document, after some 15
seconds of inactivity it autosaves and takes me to the first page.
Grrrrr...
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170623/8b8c88b3/attachment.html>
More information about the Libreoffice-bugs
mailing list