[Libreoffice-bugs] [Bug 107764] Menu bar (File, Edit, View, ...) missing on all LibreOffice Product Family with OpenGL on Intel(R) HD Graphics in Windows

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Oct 14 07:30:18 UTC 2017


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

--- Comment #69 from Telesto <telesto at surfxs.nl> ---
Some affected user in the mood to attempt a bibisect?
https://wiki.documentfoundation.org/QA/Bibisect/Windows (and for the missing
parts: https://wiki.documentfoundation.org/QA/Bibisect/Linux)

It seems you should clone 5.3 repo (if it started with LibO5.3 and it's not
happening in 5.2)
git clone git://gerrit.libreoffice.org/bibisect-win32-5.3 (+/- 6 GB)

The wiki is a bit outdated for Windows, so a small summary:
1. Install -> http://cygwin.com/setup-x86.exe with the following cygwin
packages: git, ssh (can be selected in the installer)
2. Open the Cygwin Terminal (desktop icon)
3. Type/ paste into the console git clone
git://gerrit.libreoffice.org/bibisect-win32-5.3 (and press enter)
4. After the download is completed type: cd bibisect-win32-5.3 -> Enter
5. Type/paste: git checkout origin/master -> Enter 
6. Type/paste: instdir/program/soffice -> Enter
7. If the bug does appear in the latest version, continue. Else put a comment
on the bug saying "Regression does not appear in latest version 5.3
8. After testing with the latest build, we next test with the oldest build
included in the repo and check that the regression is not there:
9. Type/paste: git checkout oldest -> and press enter
10. Type/paste: instdir/program/soffice -> and press enter
11. If the bug is already present at this point, it is not a regression in the
range covered by the repo, but an even older bug.
12. If the bug does not appear in the oldest version, this means it is a
regression in the range covered by the download and we can corner it down very
well (hooray!). 
13. git bisect start origin/master oldest (Enter)
12. Then repeat these commands:
a. instdir/program/soffice 
b. git bisect good # if the bug is not there
   git bisect bad  # if the bug is there

-- 
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/20171014/4479a7e6/attachment.html>


More information about the Libreoffice-bugs mailing list