From 85026ba40d181e468fdff1d300a5d1d5ca337085 Mon Sep 17 00:00:00 2001 From: "Dr. Gerhard Weck" Date: Fri, 2 Sep 2022 13:01:17 +0200 Subject: [PATCH 1/3] Simplify desciption of UTF8 titles --- docs/customization/language-localization.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/customization/language-localization.md b/docs/customization/language-localization.md index 1a588b7..9057474 100644 --- a/docs/customization/language-localization.md +++ b/docs/customization/language-localization.md @@ -5,13 +5,11 @@ 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 a given GUI option globally, set the `gui-default-{option}` feature on the GuiVM for that qube. +To change this given GUI option globally, set this feature in the Qube Manager's `Global Settings` plane. **Note:** This does not work for Windows qubes. From 631223703cfd167396a8ff8118c6465591723a11 Mon Sep 17 00:00:00 2001 From: "Dr. Gerhard Weck" Date: Fri, 2 Sep 2022 17:40:14 +0200 Subject: [PATCH 2/3] Create language-localization.md --- docs/customization/language-localization.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/customization/language-localization.md b/docs/customization/language-localization.md index 9057474..8f37854 100644 --- a/docs/customization/language-localization.md +++ b/docs/customization/language-localization.md @@ -9,7 +9,10 @@ You can enable UTF-8 characters in the title bar for all (non-Windows) qubes or `qvm-features gui-allow-utf8-titles true` -To change this given GUI option globally, set this feature in the Qube Manager's `Global Settings` plane. +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 + + `qvm-feautures dom0 gui-default-allow-utf8-titles true` +or accordingly. **Note:** This does not work for Windows qubes. From d8433feaeae4297fa4eadecdb8ce48aedc125beb Mon Sep 17 00:00:00 2001 From: "Dr. Gerhard Weck" Date: Fri, 2 Sep 2022 17:42:49 +0200 Subject: [PATCH 3/3] Describe global property change --- docs/customization/language-localization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/customization/language-localization.md b/docs/customization/language-localization.md index 8f37854..8d097df 100644 --- a/docs/customization/language-localization.md +++ b/docs/customization/language-localization.md @@ -1,4 +1,3 @@ - Language Localization ===================== @@ -11,7 +10,8 @@ You can enable UTF-8 characters in the title bar for all (non-Windows) qubes or 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 - `qvm-feautures dom0 gui-default-allow-utf8-titles true` + `qvm-features dom0 gui-default-allow-utf8-titles true` + or accordingly. **Note:** This does not work for Windows qubes.