diff --git a/docs/customization/language-localization.md b/docs/customization/language-localization.md index 1a588b7..8d097df 100644 --- a/docs/customization/language-localization.md +++ b/docs/customization/language-localization.md @@ -1,17 +1,18 @@ - Language Localization ===================== Enable UTF-8 in dom0 title bars ------------------------- -You can enable UTF-8 characters in the title bar for all (non-Windows) qubes or on a per-qube basis via the command +You can enable UTF-8 characters in the title bar for all (non-Windows) qubes or on a per-qube basis. For an individual qube, this can be done using the Qube Manager's `Advanced` tab or, in a `dom0` terminal, via the command `qvm-features gui-allow-utf8-titles true` -in a `dom0` terminal. +To change this given GUI option globally, set this feature in the Qube Manager's `Global Settings` plane, which will apply to all qubes using the GuiVM under which Qube Manager is running (usually `dom0`, or possibly in one of the alternative GuiVMs `sys-gui` or `sys-gui-gpu`.). To set this property globally for all qubes running under a certain GuiVM, e.g. `dom0`, use the command -To change a given GUI option globally, set the `gui-default-{option}` feature on the GuiVM for that qube. + `qvm-features dom0 gui-default-allow-utf8-titles true` + +or accordingly. **Note:** This does not work for Windows qubes.