3
votes
1answer
35 views

Adding my own dependency to a quickly app

I have a paid app I'm getting ready to release on the software center but I need to add a package as a dependency. The problem is that I have to package the python module to a *deb and it is not ...
0
votes
0answers
37 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', ...
1
vote
2answers
229 views

Which database to use for quickly and pygtk

I'm writing application using quickly Pygtk and glade. this application should have database connection (such as MySQL) for reading and writing data from the local or outsourcing machine \ server. ...
1
vote
0answers
134 views

Using pkexec policy to run out of /opt/

I still try to make it possible to run my app with root priveleges. Therefore I created two policies to run the application via pkexec (one for /usr/bin and one for /opt/extras... ) and added them to ...
0
votes
1answer
57 views

No Launchpad project set, leave blank to abort. Quickly

Create project: https://launchpad.net/randomazer input: quickly submitubuntu. Error: Launchpad connection is ok No Launchpad project set, leave blank to abort.
2
votes
1answer
154 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
74 views

Why is quickly ignoring the setup.py file in my project directory?

Whenever I try to package my application with quickly, the following error pops up in my terminal: And the package is in the directory. Whoop de doo. Then, when I go to open the .deb file in ...
1
vote
1answer
117 views

Package created with quickly is of bad quality [closed]

I followed the tutorial and everything works except for the fact that apparently some information in the package is missing. Do you know how I can fix this using quickly or manually?
4
votes
1answer
174 views

Can I create an installer for a proprietary game?

Neverwinter Nights is a game by Bioware. They have released a Linux version which is inconvenient to install. It's nothing more than copying stuff around but it can be messed up. The game files can be ...