Why is my Quickly app full of fail?
Posted
by
bstpierre
on Ask Ubuntu
See other posts from Ask Ubuntu
or by bstpierre
Published on 2012-06-25T23:03:05Z
Indexed on
2012/06/26
3:24 UTC
Read the original article
Hit count: 273
quickly
I tried to use quickly on Ubuntu 12.04 to create an application, but it does not behave as described in that linked page. I don't get a popup when creating the application (see error below).
% quickly create ubuntu-application foo
Creating project directory foo
Creating bzr repository and committing
Launching your newly created project!
(foo:16847): GLib-GIO-ERROR **: Settings schema 'org.gnome.desktop.interface' is not installed
Congrats, your new project is setup! cd /tmp/foo/ to start hacking.
It creates a project, but when I try to run, it crashes and burns:
% cd foo
% quickly run
(foo:22639): GLib-GIO-ERROR **: Settings schema 'org.gnome.desktop.interface' is not installed
Is this because I'm not using gnome-shell? What can I do to get a working project?
(Edit: As a side note, I'd be willing to debug this myself, but I don't even get a traceback. What do I have to do to get quickly to give me a traceback?)
© Ask Ubuntu or respective owner