Kali 2016.2 in Qemu:
/usr/bin/qemu-system-x86_64  -boot d -m 5000 --enable-kvm 
-cdrom kali-linux-2016.2-amd64.iso 
I'm trying to list root dir:
# /usr/bin/dconf list /
org/
But dconf-editor shows me five dirs: apps, ca, desktop, org and system.
Moreover, full dump:
# /usr/bin/dconf dump /
does not match GUI version...
Taking look at compilations:
# ldd `which dconf` | awk '{print $1}' | while read i;do echo; echo $i;ldd /usr/bin/dconf-editor | grep $i;done
Everything matches. Both of applications compiled against the same set of libraries. Moreover, dconf-editor must be just a GUI, it must use dconf as a call inside. 
Why it is different? Is it retard of development? As I can read from License field, it was Canonical couple of years ago, but now it is one man. Canonical sucked every juices from project and lived it alone...
And how can I list from console/terminal this fields of dconf-editor(GUI) which are not visible in dconf??

dconfcommand as root, who (I hope) doesn't have a running desktop session# ps -C gnome-session-binary -o user= ->>> root, X - too as root.DBUS_SESSION_BUS_ADDRESSset in the root terminal where you randconf?# echo $DBUS_SESSION_BUS_ADDRESS ->>> unix:path=/run/user/0/bus