Ubuntu – Error while running Quickly

application-developmentquickly

Getting an error while running quickly app:

Creating project directory sata
Creating bzr repository and committing
Launching your newly created project!

(sata:2701): GLib-GIO-ERROR **: Settings schema 'org.gnome.desktop.interface' is not installed

Congrats, your new project is setup! cd /home/blacksaint/sata/ to start hacking.

Actually after this the app should pop – up but it really doesn't do so!

Best Answer

Are you using Xubuntu or Kubuntu? The ERROR message is due to missing GNOME configuration schemas, and something in quickly is apparently trying to read a setting in that schema. The missing schema is installed by the gsettings-desktop-schemas package. If you install it and re-run the quickly command to create your app, you should no longer see the error message.

Related Question