Create language-localization.md

This commit is contained in:
Dr. Gerhard Weck 2022-09-02 17:40:14 +02:00 committed by GitHub
parent 85026ba40d
commit 631223703c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,10 @@ You can enable UTF-8 characters in the title bar for all (non-Windows) qubes or
`qvm-features <VMname> 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.