0
votes
1answer
41 views

How to set quickly to use python3 when creating new applications in Ubuntu 12.04

I'm just starting to learn python and use the standard set of tools in ubuntu 12.04 (quickly, glade, gedit). When I do quickly create ubuntu-application foo the application uses python 2.7 by ...
0
votes
1answer
30 views

How can I prevent my main application window getting black?

I have made an ubuntu app using Quickly in Ubuntu12.04.In that app's main window there are several buttons.Clicking some of them opens new windows of other applications(like, ...
0
votes
1answer
69 views

sudo works, but gksudo doesn't, why?

sudo lshw -html>1.html works perfectly.I get system information in 1.html. But, gksudo lshw -html>1.html doesn't work.I get gksudo usage options in 1.html Information: I am developing ...
0
votes
0answers
11 views

What is the meaning of this warning from quickly package? [duplicate]

I am developing my first Ubuntu app using Quickly in Ubuntu12.04. When I use quickly package package gets created perfectly.But I get this warning: ...
3
votes
1answer
108 views

How to activate flash player for a Quickly created webview/webkit app

I created a web browser program using webview/webkit as the web displayer. I noticed that when I went to youtube only a few videos worked. I am pretty sure that I have to tell webview to activate ...
1
vote
1answer
57 views

“quickly tutorial ubuntu-application” not working

I installed Quickly with sudo apt-get install quickly. If I want to read the tutorial with quickly tutorial ubuntu-application I get the following error message: FEHLER: No tutorial command found. ...
0
votes
1answer
288 views

Cannot run program - 'org.gnome.desktop.interface' is not installed

I am trying to make a python app that basically views a web page with QUICKLY on Ubuntu 12.04. When I do sudo quickly run in terminal, I always get this error: (saikoroubuntu:5283): GLib-GIO-ERROR ...
0
votes
1answer
153 views

Can't center dialog window above main window when using Glade (Quickly)

I have a dialog opening when I press a button in my application and I want it to center above the application's main window, but I can't find a way to do this. I'm using Quickly (Python) and Glade. ...
7
votes
1answer
224 views

How to troubleshoot Quickly packaging failures

I have created a Quickly app and I'm trying to create a package for distributing it through the Software Center. However, whenever I try one of the Quickly packaging commands (package, share, release ...
0
votes
1answer
119 views

ImportError: No module named platform.credentials [closed]

I'm trying the sample code on http://developer.ubuntu.com/resources/app-developer-cookbook/ubuntu-one/adding-ubuntu-one-files-support-to-your-app/ to learn app integration with Ubuntu One. I keep ...
1
vote
1answer
144 views

Is there a recommended DB to work with Quickly?

CouchDB used to be the recommended DB to work with Quickly until 12.04, when it was dropped out. Now, I want to know if there is another DB recommended to replace CouchDB that works nicely with ...