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: [email protected]
Reporter: [email protected]
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._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs