<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - IMPORTANT: Add a command line option (--conf) to configure Libreoffice"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=108787">108787</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>IMPORTANT: Add a command line option (--conf) to configure Libreoffice
</td>
</tr>
<tr>
<th>Product</th>
<td>LibreOffice
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>UNCONFIRMED
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>LibreOffice
</td>
</tr>
<tr>
<th>Assignee</th>
<td>libreoffice-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>public@beloved.name
</td>
</tr></table>
<p>
<div>
<pre>dconf is a package used to configure GNOME settings from the terminal. Example,
this will sort directories first in Nautilus:
dconf write /org/gnome/nautilus/preferences/sort-directories-first true
However, Libreoffice don't have any utilities to do that, but it should be easy
to craft it because registrymodifications.xcu is very structured:
I use to set this setting for example:
<item oor:path="/org.openoffice.Office.Calc/Content/Display"><prop
oor:name="ValueHighlighting" oor:op="fuse"><value>true</value></prop></item>
<item oor:path="/org.openoffice.Office.Calc/Input"><prop oor:name="AutoInput"
oor:op="fuse"><value>false</value></prop></item>
Let's call the current missing option for --conf, it should look like this for
my above setting example:
libreoffice --conf
/org.openoffice.Office.Calc/Content/Display/ValueHighlighting true
libreoffice --conf /org.openoffice.Office.Calc/Input/AutoInput false</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>