GNOME Bugzilla – Bug 741664
GSettings conversion file needs updating to avoid crash on upgrade
Last modified: 2014-12-18 07:04:03 UTC
A GSettings conversion file was added in commit 5f2834f4fad6715de7b5a2fae1689d131e6fe01c (2012-08-24 15:19:06) but the bluetooth-enabled key was removed from the schema in commit f25f1f2e0f25d5a5cfbfc157f80f01a75e3445f9 (2013-11-12 13:14:39). The conversion file was not updated, so still contains: bluetooth-enabled = /desktop/gnome/file_sharing/bluetooth_enabled This causes gsettings-data-convert to crash as in: https://bugzilla.redhat.com/show_bug.cgi?id=1173823
Same for bluetooth-allow-write and bluetooth-require-pairing. All three keys need to be taken out of the GSettings conversion file.
Fixed in master, thanks.