Canonical's workflow for coding, designing, history tracking, debugging, collborating, and distributing software for Ubuntu.
2
votes
1answer
202 views
Why do I have a gnomekeyring.IOError when doing “quickly share”?
When I want to push my app to Launchpad by doing quickly share --verbose, I get the following Gnome Keyring error:
Get Launchpad Settings
Traceback (most recent call last):
File ...
2
votes
0answers
52 views
All special dependencies are lost when I do “quickly share” or “quickly package” [duplicate]
Possible Duplicate:
Why does 'quickly package' fail with “An error has occurred when creating debian packaging”?
I am developing an app using Quickly and it has a few ...
0
votes
1answer
222 views
How can I check if Python´s ConfigParser has a section or not?
How can I check if the ConfigParser mainfile has a section or not,
And if it don“t then add a new section to it?
I am trying with this code:
import ConfigParser
config = ...
1
vote
0answers
69 views
Confused about application submission [closed]
I finished my app but I'm totally confused about how to submit it to launchpad and the software center. I'm also new to launchpad.
1) I created a project at launchpad and synchronized an OpenPGP key ...
0
votes
0answers
58 views
Problems building application for Ubuntu App Showdown [duplicate]
Possible Duplicate:
Launchpad failed to build after “quickly submitubuntu”
I have managed to submit my source application to the Ubuntu build servers, however it's not building.
...
0
votes
1answer
36 views
My application quicklist goes missing when using “quickly submitubuntu”
I'm trying to submit my app for the app showdown, but I've just noticed that when I use the "submitubuntu" Quickly command, my dynamic quicklist entries don't work. I think this is because the desktop ...
0
votes
2answers
46 views
Path for source files
Where should I add source files for my program? I created a folder /data/src and put the files there. In my Python code I tried to point with os.getcwd() to it. This works for quickly run but if I ...
1
vote
0answers
112 views
Can't do submitubuntu for AppShowdown [closed]
I now got the point where I finished my development and wanted to perform
quickly submitubuntu
but it fails with:
andre@andre-desktop:~/Entwicklung/Ubuntu/armorforge$ quickly submitubuntu
Lade ...
1
vote
1answer
46 views
Set dependencies in Quickly [duplicate]
Possible Duplicate:
Create a quickly app with build dependencies
As my app for the Developer Showdown, Virtuam, is a GUI assistant for QEMU, I need to indicate to Quickly that QEMU should ...
0
votes
1answer
65 views
Problems compiling with Quickly
Welcome to another of my questions about compiling! :P
So, after days of stress trying to compile my app, first manually, after porting the project to Quickly, I decided to create the project from ...
0
votes
1answer
50 views
Subscript in Glade
How can I format a text with subscript in Glade? I want to display a text with a formular such as H2O.
Thanks
2
votes
3answers
273 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
........
...
2
votes
0answers
44 views
Why does quickly package --extras fail (where quickly package doesn't)? [closed]
When I attempt to use quickly package --verbose --extras on my application I get these errors at the end:
sed -i "s|__soundboard_data_directory__ =.*|__soundboard_data_directory__ = ...
0
votes
0answers
38 views
Is there a workaround for this Quickly bug? [closed]
This is reported here: https://bugs.launchpad.net/quickly/+bug/1021969
But I'm completely unable to submit my app to the Ubuntu App Showdown at the moment. Anyone got any ideas?
2
votes
1answer
61 views
How to set application name when creating .deb, using Quickly
When I open created .deb package , my application name is UNKNOWN . Please help, how to fix it...
1
vote
0answers
44 views
Why does quickly keep submitting to the wrong PPA? [duplicate]
Possible Duplicate:
Where does Quickly get the PPA name from?
I am trying to upload my application for Ubuntu app showdown and I have built it with quickly package --extras, however when I ...
0
votes
1answer
215 views
Quickly app not starting
I'm creating a web-browser named "Surf's Up!", and I have programmed the code and the interface, but when I try to run the app, an error message appears:
Traceback (most recent call last):
File ...
2
votes
1answer
92 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?
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
2answers
94 views
How do I push my app to Launchpad if I have followed the recommendations of the App Review Board for Quickly apps?
I developed an app called Discvur with Quickly. I intend to submit it to the App Review Board so that it can be published in the Software Center. Therefore I followed all the recommendations on ...
0
votes
1answer
92 views
How to use inputted text with quickly
I just need the code necessary to have my application assign the input from a text box to a variable after 'Enter' is pushed, and then use it to change a label.
This is what I have for this problem:
...
1
vote
1answer
134 views
Quickly: Logging from Python application
Consider the following truncated source file (an empty Quickly application with unnecessary lines stripped):
import logging
logger = logging.getLogger('foobar')
class FoobarWindow(Window):
...
3
votes
1answer
100 views
Why does my Quickly app install in /usr/bin instead of /opt? [closed]
As I've finished my app for the App Showdown, I ran quickly submitubuntu, but I found that my app is installed inside /usr/bin. What? I need it at /opt! How can I fix this?
1
vote
2answers
185 views
Quit application on Ctrl+C in Quickly framework
I found that when I run my application using "quickly run" and press Ctrl+c to kill it, the application does not quit. I am using Quickly 12.04.
For GTK2 applications, I used
def ...
1
vote
1answer
85 views
How to prevent quickly from replacing Exec=.* in the .desktop file?
I'm still trying to make Quicklists work and found the problem:
Quickly creates debian/rules with
sed -i 's|Exec=.*|Exec=/opt/extras.ubuntu.com/wakeonplan/bin/wakeonplan|' ...
2
votes
1answer
216 views
How to add unity quicklist to my application?
How to add unity quicklist to my application? Is there any quickly command similar to quickly add indicator for it?
2
votes
2answers
71 views
How do I implement progressbar in appindicator?
How do I implement progressbar in appindicator? Is it possible?
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
1answer
117 views
Unity Launcher integration and quickly run… fail
I'm trying to use the uniy launcher with progress bar.. but it doesn't work..
I just followed the first example on ...
1
vote
1answer
147 views
How to use “quickly run” and pass command-line arguments?
I'm trying to implement command-line arguments in https://launchpad.net/wakeonplan to use them in static quicklist but I can't test them because quickly run doesn't pass arguments to the script and ...
1
vote
1answer
146 views
Where should I place my sqlite database for proper packaging?
I built my first application with quickly uses a sqlite database file. It contains all the settings of the program. While developing I simply put it into the root folder of the app.
quickly package
...
1
vote
1answer
140 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.
3
votes
2answers
116 views
Under the hood, what is Quickly made of?
under the hood, What is Quickly made of?
It's a wrapper to python? It's a compiled language? It's portable? What about the architecture and the design?
2
votes
2answers
83 views
Custom scrips into quickly project
How can I add my custom .py file to a quickly project? I'm porting my actual, from scratch project and I have two Python scripts: virtuam and vui.py. I copied vui.py to the virtuam folder and tried ...
2
votes
1answer
151 views
How submit a project to Ubuntu Software Center with Quickly
Which are all the steps? I'm going to reply below :)
1
vote
1answer
181 views
No public key GPG error when submitting quickly application
I try to submit my app with the command in the title, but the build failed:
Error message:
W: GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn't be verified ...
2
votes
2answers
155 views
What does this Launchpad error building my package mean? [duplicate]
Possible Duplicate:
Launchpad failed to build after “quickly submitubuntu”
Hello I submitted my source package to ppa via command
quickly submitubuntu 1.1 myppa
This ...
0
votes
1answer
233 views
Gtk.MessageDialog window parameter problems
I'm in a deeply nested class (which inherits from Gtk.Box) and I need to get a reference to the GtkWindow I'm in to pass to a call to Gtk.MessageDialog() yet I cant seem to find a reference to it.
I ...
1
vote
1answer
29 views
quickly ignores subfolder
I have a problem with packaging quickly. I have a project foo:
foo/
foo/bar/
foo_lib/
data/
When I run
quickly package --extras && file-roller ../*deb
I always miss ...
2
votes
2answers
98 views
How do I use a quickly community template (e.g. ubuntu-application-qt)?
I would like to look at the Qt and QtQuick templates for quickly. The documentation for them seems to be non-existent. But I found a previously answered question ...
1
vote
1answer
150 views
An error has occurred when creating debian packaging
i execute quickly share and i get
Launchpad connection is ok
........
Command returned some WARNINGS:
----------------------------------
WARNING: the following files are not recognized by ...
2
votes
1answer
237 views
Application does not start after installing. Running “quickly run” works perfectly
I've made my application for Ubuntu App Showdown. When I start it from terminal using quickly run it works well. I've packaged it with quickly package and installed locally. Unfortunately it does not ...
0
votes
1answer
176 views
How can I add a Notebook background in Glade?
I want to add a background image to my pages in my notebook. How I can do this?
0
votes
1answer
86 views
Gtk.TextView lost default cut-copy-paste signal handlers in a quickly project. How can get back?
I try to create a note taking app based on quickly. I have a Gtk.TextView what holds the note, and I need the default textview and edit behaviors what a Gtk.TextView has when I add from the code ...
1
vote
1answer
247 views
Uploading to a PPA using quickly
I am trying to participate in ubuntu showdown. I followed Jono's tutorial to do a browser using quickly.
I did some modifications including choosing license (gpl v3), putting my name in copy right ( ...
0
votes
2answers
481 views
Python - access variable in another class
I have 1 main window and 1 dialog.
Now I need to access variable in main window from dialog.
For example in java we have 2 classes:
demo and
myclass
In my class I have following code:
public ...
0
votes
1answer
221 views
Set default value of Glade Comboboxtext
How can I set a default value of a comboboxtext in Glade? If I run my program with quickly the combobox appears empty until the user choose something from the list. I would like to display the first ...
1
vote
1answer
210 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 ...
0
votes
1answer
48 views
Dynamic editing and running quickly apps
Is there a possibility of viewing the app changes dynamically as i edit the code or the interface(in glade).
I want to basically edit and view the changes in the app on the fly, without restarting ...
0
votes
1answer
84 views
How do I programatically edit label widget in the runtime
How do I programatically edit label widget in the runtime , I am using quickly
I tried
self.title=builder.get_object("title")
for initialising and
def update_Label(self,url):
...