2
votes
1answer
24 views

Unity .desktop Actions internationalization and localization?

How can we translate Desktop Action Names? Is it supported by quickly, launchpad?
2
votes
1answer
38 views

Uploading quickly packages to Launchpad

I created an application using Quickly and packaged it using the command quickly package. But after I uploaded it to my PPA, I got a message from Launchpad saying: Rejected: Source/binary (i.e. ...
4
votes
1answer
50 views

How to set up Launchpad to import from GitHub?

I'm setting up my first Launchpad project. In this case I would like to import from the Master branch from my GitHub project - the default branch is not Master - it is a release branch currently ...
10
votes
1answer
135 views

Can I use the Launchpad translation service for my GitHub project?

For historical reasons, the project I co-author is on GitHub and we feel comfortable with its development processes. Thus we don't particularly want to migrate the whole project to Launchpad and ...
5
votes
0answers
74 views

How do I package a Unity lens? [duplicate]

I'm new to Ubuntu apps and Launchpad. I've created a Unity lens using Quickly, but I'm stuck on how to deploy it. I have two questions. I can create a .deb file using quickly package, but when I ...
1
vote
1answer
199 views

Building failed because of “Package x11 not found”

I am trying to build an application I am making into launchpad for my PPA, and, while it builds the DEB just fine locally, it fails in launchpad. The build log complains that Project ERROR: Package ...
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]: *** ...
0
votes
2answers
165 views

Launchpad ppa supporting multiple versions of Ubuntu

Is it possible for a launchpad ppa to support multiple Ubuntu versions such as 10.04 and 12.04 when the package itself was built on a 12.04 machine? When trying to add the ppa to a older machine, it ...
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
2answers
156 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 ...
1
vote
1answer
211 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 ...
2
votes
1answer
50 views

How do I make an amd64 version of my application?

I am here because I am able to successfully upload the i386 build of my program to launchpad, but I have no idea how to create a native 64-bit application. Your help would be greatly appreciated.
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 ...
2
votes
0answers
76 views

ValueError when running quickly share [duplicate]

Possible Duplicate: Why does “quickly share --ppa share” abort with a “can't create” error? I have successfully created and packaged a Quickly application, and I ...
1
vote
1answer
87 views

Can't upload project to PPA using Quickly

I can't get Quickly to upload my project into my PPA. I've set up my PGP key and used it so sign the code of conduct, and the PPA exists. I don't know what other usefull information I can supply. ...
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 ...
0
votes
1answer
331 views

Problems starting to use Launchpad

I've been reading the different tutorials that Launchpad directs you to. And they've all helped alot. And seems like the system is a lot simpler and easier to use than Github. But I can't seem to get ...
3
votes
2answers
162 views

Build failed with the command : quickly submitubuntu

We try to submit our application for the ubuntushowdown contest, but when we do the command : quickly submitubuntu, the application is not submitted, we have errors such as "build failed". We spend ...
2
votes
1answer
60 views

Do I GPG-sign my application before or after packaging?

I am almost ready to complete my app, but I am unclear on the sequence of packing a completed an app, and getting it uploaded so users of the software center can find it for installing. Does the ...
0
votes
1answer
102 views

any basic app packaging guide for a newbie? [duplicate]

Possible Duplicate: Simplest Debian Packaging Guide? i've made an app using wxpython, i have some .py files and some icons, how can i package it for uploading it to launchpad?? i've ...
25
votes
5answers
837 views

How can I publish my project code online so someone can help me with it?

My local project has some code that is not working, and I'd like to show it to someone to have a look at and possibly give me a hand with it. This isn't a short snippet or a single file; there are ...
3
votes
3answers
88 views

How do I create a Debian branch for my project on Launchpad?

I have a project on Launchpad that consists of a single branch (trunk). I would like to create a second branch that contains the Debian packaging for the project (with the intent of creating a build ...
2
votes
1answer
95 views

How to change project page name?

Hi I am taking part in the app showdown but I made a typo on my project while creating it. Can I change this in such a way that the page is changed too? My app name is liberedit however my typo ...
0
votes
2answers
125 views

How to stop bzr from using ssh (asking a password) for downloading?

I have configured bzr to push updates and now it's using ssh for downloading all the branches too. Is it possible to use ssh only for uploading?
2
votes
1answer
222 views

Launchpad could not import your OpenPGP key

Quickly generated a gpg key for me: quickly share Get Launchpad Settings The authorization page: (https://launchpad.net/+authorize-token?oauth_token=*******&allow_permission=DESKTOP_INTEGRATION) ...
2
votes
1answer
104 views

Access the Ubuntu bug database using launchladlib

I'm trying to write a Python script using launchpadlib that can access the Ubuntu bug database, but I can't find any obvious way to restrict the search to the bugs of a particular project/distro. I ...
4
votes
1answer
90 views

Why doesn't my PPA show up on Launchpad?

I'm trying to create a project with Quickly, and to make it available on Launchpad through a PPA. I created a PPA (ppa:vetetix/quickgcal) and a project page (quickgcal). I added code, shared it, ...