<div dir="ltr">Flatpak apps now can store dconf settings in a "keyfile", for example the gedit flatpak uses this file:<br>-----<br>~/.var/app/org.gnome.gedit/config/glib-2.0/settings/keyfile<br>-----<br><br>What is the best way to configure these settings, without overwriting the whole file?<br><br>My approach now is to run "gsettings" in the flatpak container. But that only works once the flatpak is installed.<br>-----<br>flatpak run --command=gsettings org.gnome.gedit set org.gnome.gedit.preferences.editor display-line-numbers false<br>-----<br><br>Is there maybe a way to modify the keyfile using "gsettings" from the host?<br><br>Thanks<br>Reto</div>