diff options
| author | Didier Roche <didier.roche@canonical.com> | 2012-07-19 12:13:55 +0200 |
|---|---|---|
| committer | Didier Roche <didier.roche@canonical.com> | 2012-07-19 12:13:55 +0200 |
| commit | e3f97d6f4073830f55a2c2cc7d9bc2de9de6a4a6 (patch) | |
| tree | 3141f4c03f6de52f6c0d46fb82272d568d5d9e7e /tools | |
| parent | 679a79750b862741a7f68b502990ce054773cdc9 (diff) | |
move schema and value from old /desktop/unity/ location to /com/canonical/unity/ new one as the dconf documentation recommends
(bzr r2511.1.1)
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/migration-scripts/01_unity_change_dconf_path | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/migration-scripts/01_unity_change_dconf_path b/tools/migration-scripts/01_unity_change_dconf_path new file mode 100755 index 000000000..9ffa4a047 --- /dev/null +++ b/tools/migration-scripts/01_unity_change_dconf_path @@ -0,0 +1,5 @@ +set -ex + +dconf dump /desktop/unity/ | dconf load /com/canonical/unity/ +dconf reset -f /desktop/unity/ + |
