https://bugs.documentfoundation.org/show_bug.cgi?id=154959

--- Comment #14 from Buovjaga <[email protected]> ---
(In reply to Dr. Martinus from comment #13)
> I don't understand how to do bibisecting, else I would try. I know it works
> fine using OpenOffice, and it worked fine in LO before I switched to
> OpenOffice for a while which was around the end of 2023, or early 2024.
> Maybe you can pinpoint it with the help of this info.

It is impossible to pinpoint without the printer or until some other way to
reproduce appears.

Steps to test with 7.5 on Linux:

1. wget --continue https://bibisect.libreoffice.org/linux-64-7.5.git-bundle
2. git clone -o bundle linux-64-7.5.git-bundle linux-64-7.5
3. rm ./linux-64-7.5.git-bundle
4. cd ./linux-64-7.5
5. git remote remove bundle
6. git checkout oldest && instdir/program/soffice
7. Test, if you see the bug. If you don't see it, proceed to next step
8. git checkout master && instdir/program/soffice
9. Test, if you see the bug.

If at step 7 you in fact see the bug, you need to start over from step 1, this
time using 7.4 in the steps.

When you have a situation, where you don't see the bug in "oldest", but do see
it in "master", you can start bisecting.

git bisect start master oldest && instdir/program/soffice

Whenever you don't see the bug after testing, say
git bisect good && instdir/program/soffice

Whenever you see the bug after testing, say
git bisect bad && instdir/program/soffice

and share the final result in a comment here.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to