<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Autosave document returns to beginning of document"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=108713#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Autosave document returns to beginning of document"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=108713">bug 108713</a>
from <span class="vcard"><a class="email" href="mailto:jorge.gonzalez@daikon.es" title="JorgeGV <jorge.gonzalez@daikon.es>"> <span class="fn">JorgeGV</span></a>
</span></b>
<pre>Tried to disable Autosave by using LOOL_NO_AUTOSAVE variable:
<a href="https://gerrit.libreoffice.org/gitweb?p=online.git;a=blob_plain;f=loolwsd/README.vars;hb=41a1c0b3f953664edfe448ec60f4d11ceab5e86e">https://gerrit.libreoffice.org/gitweb?p=online.git;a=blob_plain;f=loolwsd/README.vars;hb=41a1c0b3f953664edfe448ec60f4d11ceab5e86e</a>
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...</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>