Date: prev next · Thread: first prev next last
2023 Archives by date, by thread · List index


Hi all,

I come across this problem and here is what I have found so far. (Hi experts, please correct me where I'm wrong.) Maybe it will help some of you.

Settings for the Presenter Console are available in
Tools > Options > LibreOffice > Advanced > Open Expert Configuration

Click on column header 'Preference Name'. That sorts the items alphabetically.
Find the item org.openoffice.Office.PresenterScreen.

For example for using a different font in the Notes pane do this:
Expand PresenterScreen > Presenter > Themes > Theme_1 > ViewStyles > ViewStyle_2 > Font.
A double-click on an item opens an input dialog box to change the value.

I have tried e.g.
Style: Regular
FamilyName: Verdana

Size is available in the Presenter Console as + and -, no need to set it here.

Changing the Color did not work for me. But you can change the color in the registrymodifications.xcu file, see below.

The settings for the Presenter Console are not in a special configuration file but in the registrymodifications.xcu file.
With above manipulations you get these entries there:

<item oor:path="/org.openoffice.Office.PresenterScreen/Presenter/Themes/org.openoffice.Office.PresenterScreen:PresenterTheme['Theme_1']/ViewStyles/org.openoffice.Office.PresenterScreen:ViewStyle['ViewStyle_2']/Font"><prop oor:name="FamilyName" oor:op="fuse"><value>Verdana</value></prop></item>

<item oor:path="/org.openoffice.Office.PresenterScreen/Presenter/Themes/org.openoffice.Office.PresenterScreen:PresenterTheme['Theme_1']/ViewStyles/org.openoffice.Office.PresenterScreen:ViewStyle['ViewStyle_2']/Font"><prop oor:name="Style" oor:op="fuse"><value>Regular</value></prop></item>

To set the font color for the Notes pane to White, you can add this item:
<item oor:path="/org.openoffice.Office.PresenterScreen/Presenter/Themes/org.openoffice.Office.PresenterScreen:PresenterTheme['Theme_1']/ViewStyles/org.openoffice.Office.PresenterScreen:ViewStyle['ViewStyle_2']/Font"><prop oor:name="Color" oor:op="fuse"><value>FFFFFF</value></prop></item>

Do not forget to make a backup of the registrymodifications.xcu file before you edit it!

The description of the properties is in https://opengrok.libreoffice.org/xref/core/officecfg/registry/schema/org/openoffice/Office/PresenterScreen.xcs. The default values for the properties are in https://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/PresenterScreen.xcu.

Kind regards
Regina

--
To unsubscribe e-mail to: users+unsubscribe@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.