After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 741664 - GSettings conversion file needs updating to avoid crash on upgrade
GSettings conversion file needs updating to avoid crash on upgrade
Status: RESOLVED FIXED
Product: gnome-user-share
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-user-share maintainers
gnome-user-share maintainers
Depends on:
Blocks:
 
 
Reported: 2014-12-17 17:17 UTC by Tim Waugh
Modified: 2014-12-18 07:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim Waugh 2014-12-17 17:17:25 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
Comment 1 Tim Waugh 2014-12-17 17:20:33 UTC
Same for bluetooth-allow-write and bluetooth-require-pairing. All three keys need to be taken out of the GSettings conversion file.
Comment 2 Bastien Nocera 2014-12-18 07:04:03 UTC
Fixed in master, thanks.