Feature #6362
Convert GConf settings to DConf
Start date:
2013-10-12
Due date:
% Done:
100%
Description
We have quite some GConf settings in config/chroot_local-includes/usr/share/amnesia/gconf/*.xml
, that we should convert to DConf.
Some of them might be migrated automatically, but not all.
How to proceed
A way to do it is to choose a setting to migrate, then boot an experimental Tails ISO based on Wheezy (http://nightly.tails.boum.org/build_Tails_ISO_feature-wheezy/), then tweak the settings graphically, then use dconf dump
to retrieve the configuration in dconf format, and then save it in config/chroot_local-includes/etc/dconf/db/local.d/
.
What should not be migrated
apps_gksu.xml
: still uses GConf on Wheezy, and our prefs are taken into accountapps_gnome-power-manager.xml
: still uses GConf on Wheezy, and our prefs are taken into accountapps_gnome-screensaver.xml
: still uses GConf on Wheezy, and our prefs are taken into accountapps_gnome-terminal.xml
: still uses GConf on Wheezy, and our prefs are taken into accountapps_nautilus.xml
: still uses GConf on Wheezy, and our prefs are taken into account
Subtasks
History
#1 Updated by intrigeri 2014-03-31 12:05:55
- Assignee set to intrigeri
#2 Updated by intrigeri 2014-03-31 12:40:39
- Description updated
#3 Updated by intrigeri 2014-03-31 13:15:45
- Status changed from Confirmed to Resolved
- Target version set to Tails_1.1
- % Done changed from 0 to 100
Finished migrating whatever needed to be in 1b0e259.