mirror of
https://github.com/Qubes-Community/Contents.git
synced 2024-12-23 06:09:29 -05:00
add note about resetting local dconf keys
This commit is contained in:
parent
f8ee66c165
commit
89e3939bad
@ -91,6 +91,14 @@ text-scaling-factor=0.75
|
|||||||
|
|
||||||
Then run `dconf update`.
|
Then run `dconf update`.
|
||||||
|
|
||||||
|
Note: the `scaling-factor` and `text-scaling-factor` might already have been set in an AppVM's user profile, in which case they'll override the system-wide ones. To use the system-wide values, reset the user values like so in the AppVM(s):
|
||||||
|
|
||||||
|
~~~
|
||||||
|
gsettings reset org.gnome.desktop.interface scaling-factor
|
||||||
|
gsettings reset org.gnome.desktop.interface text-scaling-factor
|
||||||
|
~~~
|
||||||
|
|
||||||
|
|
||||||
For more information on setting system-wide dconf values see [this page](https://help.gnome.org/admin/system-admin-guide/stable/dconf-custom-defaults.html.en).
|
For more information on setting system-wide dconf values see [this page](https://help.gnome.org/admin/system-admin-guide/stable/dconf-custom-defaults.html.en).
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user