2017-03-11 13:43:26 -06:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<oor:items xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
|
|
2017-03-11 15:47:21 -06:00
|
|
|
<!-- tdf#106488 - reverse hostname lookup can go badly wrong -->
|
|
|
|
<item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="UseLocking" oor:op="fuse"><value>false</value></prop></item>
|
|
|
|
|
2018-11-22 23:05:29 -06:00
|
|
|
<!-- Dialogs have limited real estate, limit drop-down height -->
|
2019-03-11 21:14:20 -05:00
|
|
|
<item oor:path="/org.openoffice.Office.Common/Accessibility"><prop oor:name="ListBoxMaximumLineCount" oor:op="fuse"><value>11</value></prop></item>
|
|
|
|
|
|
|
|
<!-- The Help root URL, or empty for no help (hides the help buttons) -->
|
2019-04-23 03:05:05 -05:00
|
|
|
<item oor:path="/org.openoffice.Office.Common/Help"><prop oor:name="HelpRootURL" oor:op="fuse"><value>https://help.libreoffice.org/help.html?</value></prop></item>
|
2018-11-22 23:05:29 -06:00
|
|
|
|
2017-09-14 04:31:12 -05:00
|
|
|
<!-- Enable spell-checking by default -->
|
|
|
|
<item oor:path="/org.openoffice.Office.Linguistic/SpellChecking"><prop oor:name="IsSpellAuto" oor:op="fuse"><value>true</value></prop></item>
|
2017-10-03 13:28:05 -05:00
|
|
|
|
2017-11-25 13:10:14 -06:00
|
|
|
<!-- Save memory by avoiding collecting autocompletion words -->
|
|
|
|
<item oor:path="/org.openoffice.Office.Writer/AutoFunction/Completion"><prop oor:name="Enable" oor:op="fuse"><value>false</value></prop></item>
|
|
|
|
|
2018-01-03 05:04:10 -06:00
|
|
|
<!-- Set a work path which is valid in chroot -->
|
2018-01-12 07:09:34 -06:00
|
|
|
<item oor:path="/org.openoffice.Office.Paths/Variables"><prop oor:name="Work" oor:op="fuse"><value>file:///tmp</value></prop></item>
|
2018-01-03 05:04:10 -06:00
|
|
|
|
2018-01-22 10:25:31 -06:00
|
|
|
<!-- Enable thumbnail generation by default (disabling saves CPU time) -->
|
|
|
|
<item oor:path="/org.openoffice.Office.Common/Save/Document"><prop oor:name="GenerateThumbnail" oor:op="fuse"><value>true</value></prop></item>
|
|
|
|
|
2017-03-11 13:43:26 -06:00
|
|
|
</oor:items>
|