on ubuntu 20.04, this was working well to tweak my setting via cli:
dconf write /org/gnome/desktop/interface/text-scaling-factor 0.9
however on ubuntu 22.04, I can only read the value
$ dconf read /org/gnome/desktop/interface/text-scaling-factor
0.94999999999999996
$ dconf write /org/gnome/desktop/interface/text-scaling-factor 0.9
error: The given address is empty
Any idea how to solve ?
Gnome tweaks can modify it, but I want to do it via cli