[Libreoffice-bugs] [Bug 108787] New: IMPORTANT: Add a command line option (--conf) to configure Libreoffice
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Jun 26 11:30:17 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=108787
Bug ID: 108787
Summary: IMPORTANT: Add a command line option (--conf) to
configure Libreoffice
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: public at beloved.name
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
--
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/20170626/7c65f1f9/attachment.html>
More information about the Libreoffice-bugs
mailing list