buzzmachines
buzzmachines copied to clipboard
GLib-GIO-ERROR
Hi
I built and installed buzztrax and buzzmachine on my Ubuntu machinesuccessfully. I configure using --prefix=$HOME/buzztrax/ and set the environment variables as instructed.
When I tried to run buzztrax, the following error ocurrs: (buzztrax-cmd:4187): GLib-GIO-ERROR **: Settings schema 'org.buzztrax' is not installed
Best regards, Gengdai
Which are the variables you exported? For the schema issues, do you do:
if [ -z $XDG_DATA_DIRS ]; then export XDG_DATA_DIRS="/usr/share"; fi
export XDG_DATA_DIRS="$XDG_DATA_DIRS:$HOME/buzztrax/share"