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

--- Comment #10 from Jean-Baptiste Faure <[email protected]> ---
Another find: the problem does not occur with a clean fresh user profile. But
it goes back when LO is restarted after a crash (ctrl+C in the terminal from
which I launched LO is enough).
In such a case, I found that I can fix the problem by modifying the
registrymodifications.xcu file. If I compare the file from a fresh user profile
before and after a crash, I found that purging the recovery list fixed the
problem.
Before the crash:
    <item oor:path="/org.openoffice.Office.Recovery/RecoveryList">
        <node oor:name="recovery_item_1" oor:op="remove"/>
    </item>
After the crash (here after a test for bug 91574):
    <item oor:path="/org.openoffice.Office.Recovery/RecoveryList">
        <node oor:name="recovery_item_1" oor:op="replace">
            <prop oor:name="Title" oor:op="fuse">
                <value> <...> </value>
            </prop>
            <prop oor:name="Filter" oor:op="fuse">
                <value>impress8</value>
            </prop>
            <prop oor:name="Module" oor:op="fuse">
                <value>com.sun.star.presentation.PresentationDocument</value>
            </prop>
            <prop oor:name="TempURL" oor:op="fuse">
                <value></value>
            </prop>
            <prop oor:name="ViewNames" oor:op="fuse">
                <value></value>
            </prop>
            <prop oor:name="OriginalURL" oor:op="fuse">
                <value>file:///home/...</value>
            </prop>
            <prop oor:name="TemplateURL" oor:op="fuse">
                <value></value>
            </prop>
            <prop oor:name="DocumentState" oor:op="fuse">
                <value>0</value>
            </prop>
        </node>
    </item>

If I restore the state before the crash of the recoverylist item, then the
tooltips have the correct font size without having to force a redraw of the UI
by changing the scale factor or the minimum pixels number to apply font
anti-aliasing.

Best regards. JBF

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to