Canonical's workflow for coding, designing, history tracking, debugging, collborating, and distributing software for Ubuntu.
6
votes
5answers
1k views
Launchpad failed to build after “quickly submitubuntu” [closed]
I uploaded my python project by running "quickly submitubuntu", but it failed to build on Launchpad. "quickly submitubuntu" is supposed to add package dependencies automatically, but the error log ...
8
votes
1answer
275 views
Create a quickly app with build dependencies
I am creating a Quickly app in Ubuntu that depends on Python Twisted, which is available in the package python-twisted. How should I add python twisted as a dependency so that it will be installed ...
7
votes
1answer
225 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 ...
9
votes
1answer
827 views
How to create a new Quickly application template?
Cannot find the answer elsewhere,
I'm asking for a documentation of the process to create a new template for quickly. I'm interested in writing a pyside (python + qt4) template like the pygtk one.
...
2
votes
3answers
293 views
Why does 'quickly package' fail with “An error has occurred when creating debian packaging”?
I've got a big problem with packing my quickly application for the Ubuntu App Showdown.
When I try to package or submit my application, I get some warnings:
quickly package --verbose
........
...
21
votes
7answers
2k views
How do I develop .NET apps on Ubuntu?
at college we use Microsoft .NET for developing applications. I recently switched to Ubuntu and would like to know similar tools for making apps on/for ubuntu.
11
votes
3answers
463 views
Does Quickly have an IDE of some sort?
I know quickly is supposed to make life easier for developers of all kinds, I'm just curious as to if there is an IDE for quickly (something like QtCreator or Monodevelop)?
If not, as a part B, is ...
10
votes
2answers
631 views
Quickly template for PyQt?
Because I like Qt and Python, is there a Quickly template for PyQt similar to the PyGTK one?
3
votes
2answers
191 views
Quickly packaging errors
I'm having some trouble packaging my Quickly (Python/GTK) app. Creating and packaging a new app (created using quickly create test and cd test; quickly package) works just fine, but the actual app ...
4
votes
1answer
195 views
Where does Quickly get the PPA name from?
I am trying to publish an app with Quickly:
$ quickly share
Get Launchpad Settings
Launchpad connection is ok
ppa:umpirsky:ppa does not exist. Please create it on launchpad if you want to push a ...
10
votes
4answers
336 views
How do I add a daemon to my Quickly application?
I am building a app with quickly, and I wanted to add a daemon that will run in the background. How do you do this?
16
votes
1answer
380 views
How do I get “Quickly” to use Git?
How do I get Quickly to use Git as its default version control instead of Bazaar?
1
vote
2answers
145 views
Why does “quickly share --ppa share” abort with a “can't create” error?
I can not figure out what I am doing wrong. The package builds ok with quickly package, I could submit it, but I can not update my ppa. Here is what I got:
desgua@desguai7:~/quickly/sbk$ quickly ...
5
votes
1answer
184 views
How do I upload an updated package to my PPA without having Quickly mess it up?
As part of Ubuntu App Showdown I received comments on deb packaging (as maybe all other participants). Those can be easy fixed and I spotted them before, but debian packaging files are managed by ...
3
votes
2answers
318 views
Facing problem with “gtk.RESPONSE_OK” in the simple-player quickly tutorial
I am fairly new to both quickly and Python. I am facing several problems while learning to use quickly from the following tutorial on the Ubuntu developers site:
...
1
vote
1answer
443 views
Quickly ubuntu-application + indicator template don't work
I've started to work with quickly and python (because I wanted to have some GTk3 integration and create and appindicator), and so I create the projecto like this :
quickly create ubuntu-application ...
4
votes
1answer
380 views
How to add a MIME type with a project created in Quickly?
I've built an application I want to release however I would like the files to open with the application.
I have modified the .desktop file accordingly, however quickly seems to have no option for ...
2
votes
2answers
58 views
How to define multiline long_description in quickly's setup.py?
When I try using triple quotes python-mkdebian crashes loudly with apport appearing after quickly package [--extras] and when I just make multiline string in single quotes the latter stops silently.
1
vote
3answers
2k views
Why does Launchpad fail to find 'glib-compile-schemas' while building for PPA?
So, I'm trying to publish my app in my PPA, but I'm having problems related with building my app. Here you have the output:
/bin/sh: 1: glib-compile-schemas: not found
make[1]: *** ...
1
vote
2answers
261 views
How can I add new window to my project in using quickly?
I'm new to glade and python. But the code generated by quickly when making my first app is so much confused for me to understand.
I don't know where should I add the code to initialized my new ...
6
votes
3answers
1k views
Getting Quickly to use Gvim instead of Gedit
How do I get Quickly to use Gvim (or just vim in a terminal) as its default text editor instead of Gedit?
If this can be done, I must be doing it wrong...
Ubuntu 10.10 AMD64.
3
votes
2answers
191 views
Quickly share error (Can't upload to ppa)
I'm using quickly and I can't seem to upload to my ppa. This is what I get:
$ quickly share --ppa swink/ppa
Get Launchpad Settings
Launchpad connection is ok
.........An error has occurred when ...
1
vote
1answer
146 views
How to import Qt app into Quickly on 10.04?
How to import my Qt app into Quickly? The goal of this is to package my Qt app using Quickly.
8
votes
1answer
409 views
How do I make the launcher progress bar work with my application?
Background Research
I am attempting to update the progress bar within the Unity launcher for a simple python/Gtk application created using Quickly called test; however, following the instructions in ...
9
votes
1answer
174 views
What is the difference between the release, share and submitubuntu commands in Quickly?
There are 3 different commands in Quickly to release a new version of an app into a PPA
release - Posts a release of your project to a PPA on launchpad so that users can install the application on ...
6
votes
1answer
525 views
PyGTK Application Icon Blurred in Unity
I have 128x128 icon referenced in main window glade file like <property name="icon">../media/my-icon.svg</property>.
I tried, with both svg and png, but it is always very blurred in ...
4
votes
1answer
129 views
How to add dependencies to a Quickly generated .deb installer? [duplicate]
Possible Duplicate:
Create a quickly app with build dependencies
I need extra packages for my app (done with Quickly). When I run:
quickly package
How can I set them?
Thanks in advance!
4
votes
1answer
409 views
Working with quickly, are there any gtk.Builder code sketching tools that integrate?
Example:
quickly create ubuntu-application testing
quickly design
#makes changes
#insert some other command here that would be roughly equivalent to 'quickly sketch'
quickly edit
#to populate the ...
3
votes
2answers
248 views
How can I get the source code to gnome-system-monitor and use it in my application?
I want to create a system monitor quite similar to gnome-system-monitor in ubuntu using python.
I have used quickly application for the GUI and now i want to show the cpu history as shown by the ...
1
vote
1answer
194 views
Display and edit text and images in a quickly app
I need to be able to display images and text (images resizable and text editable). I was thinking maybe a HTML type thing could do this. For a really bad example like how a word processor works. ...
4
votes
1answer
243 views
Quickly, Treeview and Treestore, entry text not showing
If I append entries to treestore, I can see that the entries are there, but I cannot see any of the text for those entries. I do not know if I have to add a repaint or something, or if I should link ...
4
votes
3answers
873 views
How do I add/create a <source.changes> file?
I have created a package with Quickly and also i have uploaded it to a brach on launchpad, but how can i create a ppa for that program and upload to it? i'm really new to these stuff, i just learned ...
4
votes
1answer
113 views
How do I post to Gwibber from python?
How do I post to Gwibber from python?
I have tried
import gwibber.utils
foo = gwibber.utils.GwibberPublic()
foo.post("This is a test message")
from https://wiki.ubuntu.com/Quickly/Snippets.
But ...
3
votes
1answer
106 views
“quickly run” not working anymore
The command quickly run is not working after I renamed the folder and created a new one with same name and moved the contents of the renamed folder to the new one .
Here is the error:
ERROR: No run ...
3
votes
2answers
221 views
Error while running Quickly
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 ...
3
votes
0answers
592 views
Quickly lens tutorial not working [closed]
I have been following the exact steps of this wikipedia lens tutorial with the result that the quickly run step gives the following warnings and the search does not display any results:
WARN ...
2
votes
1answer
119 views
Quickly, setup.py, long_description - how to make them generate a multi-paragraph description in the debian control file? [duplicate]
Possible Duplicate:
How to define multiline long_description in quickly's setup.py?
How can I make Quickly convert the long_description in setup.py into several paragraphs in the debian ...
2
votes
1answer
95 views
“No gpg key set matching launchpad one found” when uploading app using Quickly
I`m trying to upload my app using quickly, but usually getting this error:
No gpg key set matching launchpad one found
How to solve this problem?
2
votes
4answers
136 views
“No Launchpad project set” - Quickly
I want to get a project on Launchpad using Quickly, but if I run quickly submitubuntu it just tells me that No Launchpad project set, leave blank to abort.. If I enter the name of my project he tells ...
1
vote
1answer
80 views
I cant push my app to ppa with quickly submitubuntu command
I have the launchpad the ppa and the project configured but when I try to
quickly submitubuntu it aborts. I tried to create the Debian package with quickly package --extras and it worked and with the ...
1
vote
1answer
214 views
Upload quickly project to Launchpad with “quickly share” not working!
I want to upload my quickly project for the Ubuntu App Showdown.
I signed the Ubuntu Code of Conduct successfully and created a project "interest-calculation" on my Launchpad-Portal.
When I enter in ...
1
vote
1answer
86 views
What are the different application directories in a quickly ubuntu-application template for?
When you create a new ubuntu-application with quickly you will notice that it creates a directory structure like this:
MyApp/
setup.py
bin/
help/
tests/
setup.py
MyApp/
MyApp_lib/
What are each ...
1
vote
2answers
673 views
Open Custom Dialog Windows (PyGTK + Quickly)
I have just downloaded Quickly, created a new project, set up simple GUI and created new dialog (quickly add dialog create (as you can see, I called it create)). I already have click handler in the ...
0
votes
0answers
38 views
How can I correct the information displayed about my software in Ubuntu Software Center?
I have made an Ubuntu app using Quickly. This is my first Ubuntu app.
In the setup.py file I have this:
DistUtilsExtra.auto.setup(
name='voicebasedwebbrowser',
version='0.1',
...
0
votes
2answers
105 views
What in Quickly creates an empty …/share/gnome/help/…/C/figures/ folder?
Something in packaging scripts creates an empty figures folder where it's not present before this packaging.
Where is it?
0
votes
1answer
66 views
Error with `quickly submitubuntu` [closed]
What is my mistake?
rand@book:~/CannFest/Convertik$ quickly submitubuntu
Get the settings Launchpad
Launchpad connection is ok
No Launchpad project set, leave blank to abort.
Launchpad project name: ...
0
votes
1answer
135 views
Quickly: how do I return entered data into parent window?
at last I started a simple project (you tube video downloader) in quickly , But got stucked . I added youtube url entry dialog using quickly add dialog command and ;linked it to new button . How ...
0
votes
1answer
113 views
Import “prompts” in quickly (Simple Player tutorial)
I am following this tutorial on quickly. At one point I have to write from quickly import prompts in the file called SimplePlayerWindow.py. But when I do that and run my application, I get the ...
0
votes
1answer
53 views
Quickly, syntax error: media_grid.show()
i run the app and get this error.
the little arrow points to the 'd', dont know what that means.
plus i had the same error just before but on this line:
from quickly.widgets.dictionary grid import ...
0
votes
1answer
206 views
Package PyGTK app with Quickly fails [closed]
So, I have fully functional PyGTK app and I want to package it with quickly since that is the easiest way to do it, and the only logical way, since if someone took efort to implement such tool, why ...