GNOME Bugzilla – Bug 649443
dconf-editor does not refresh after changing a value
Last modified: 2015-02-22 12:23:05 UTC
Hi. I'm running with the latest dconf+dconf-editor from git as of today (Thu May 5 10:47:13 CEST 2011) on OpenBSD/i386. When using dconf-editor to change a value, the display does not refresh. For example, when I want to check or uncheck a box, I need to restart dconf-editor to see the change. I have no warning or error whatsoever in the logs, .xsession-errors nor console. Any clue where I should look to try and debug this?
I can confirm this bug. Robert pinged me to let me know that it's caused by the fact that the DConfClient doesn't support watching. He was right, but now I've fixed that and the editor still appears to be broken. I'll poke him back and let him know that he has some more work to do on his side. :)
Somewhat related I suppose, when I change the background in gnome-control-center it doesn't change until I re-log.
Hi Ryan. Any news about this bug?
Not that I know about. Robert?
In case that can help debug this, 'dconf watch /org/' works just fine and sees the dconf changes without issue. So it looks like something is not re-parsing/re-loading the dconf entries or so after a change...
commit a15802bd044b93c02ecd880d0c2bcb5935b03d92 Author: Ryan Lortie <desrt@desrt.ca> Date: Wed Jun 22 11:46:40 2011 -0400 Add change watching to dconf-editor Watch for changes to DConf and update the view. This is not done in the most elegant or efficient way, but it's simple and it works. https://bugzilla.gnome.org/show_bug.cgi?id=649443
[moving dconf>editor tickets to dconf-editor product. See bug 744791]