Persistence Storage feature: GNOME config
Originally created by @segfault on #17367 (Redmine)
On tails-ux@, I suggested that we support customizing the list of favorite apps:
https://lists.autistici.org/message/20191218.160013.318ae730.en.html
I looked into ways to do that, and the easiest would be to add a
persistence preset for persisting the user’s dconf database stored in
/home/amnesia/.config/dconf/user
. This file seems to contain all the
dconf settings that were changed by the user. This means that we can
still change the default values we set in /etc/dconf/db/local.d
.
This would not only allow users to persist the list of favorite apps, but also keyboard shortcuts, gnome shell extensions, and many many more settings of GNOME and GNOME apps.
Feature Branch: feature/17367-persist-gnome-config;tps:feature/17367-persist-gnome-config