[Desktop-packages] [Bug 1122028] Re: gsettings does not respect dconf locks

2013-02-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: glib2.0 (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to glib2.0 in Ubuntu.

[Desktop-packages] [Bug 1122028] Re: gsettings does not respect dconf locks

2013-02-11 Thread Margarita Manterola
This bug was also reported in GNOME's bugzilla: https://bugzilla.gnome.org/show_bug.cgi?id=693149 Let me add that if the locks are removed from the /etc/dconf files, and then the user changes the value manually, for example to 3 minutes, then this is the result: $ dconf read

[Desktop-packages] [Bug 1122028] Re: gsettings does not respect dconf locks

2013-02-11 Thread Margarita Manterola
On the other bug, Ryan Lortie explained that this is because the value needs to be casted to uint32. Changing: idle-delay=10 To: idle-delay=uint32 10 Makes this work correctly. I still think this is a bug though, since it's a conf file, not a programming language. But in any case it should be