Merge pull request #207 from GWeck/patch-21

Simplify desciption of UTF8 titles
This commit is contained in:
Ivan 2022-09-03 06:43:35 +00:00 committed by GitHub
commit b768466fb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,18 @@
Language Localization Language Localization
===================== =====================
Enable UTF-8 in dom0 title bars 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 <VMname> gui-allow-utf8-titles true` `qvm-features <VMname> 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. **Note:** This does not work for Windows qubes.