After my Debian update to Testing/Wheezy (Debian 7), I was getting this error when trying to run Gnome apps:
GLib-GIO-ERROR **: No GSettings schemas are installed on the system
Trace/breakpoint trap
This was the fix, to add into ~/.bashrc this line, for the next time that you log in:
export XDG_DATA_DIRS="/usr/local/share:/usr/share"
You can also run that command from the command line, to have it take effect now; and then go install KDE.
GLib-GIO-ERROR **: No GSettings schemas are installed on the system
Trace/breakpoint trap
This was the fix, to add into ~/.bashrc this line, for the next time that you log in:
export XDG_DATA_DIRS="/usr/local/share:/usr/share"
You can also run that command from the command line, to have it take effect now; and then go install KDE.