0
votes
1answer
100 views

GTK+ within Python 2 and 3

Can GTK+ with Python create app on Ubuntu OS?
2
votes
2answers
125 views

How do I install an app on a device running ubuntu touch?

I've built the sample app for ubuntu touch and I've got a device running the preview. So how do I put the app on the device?
1
vote
0answers
25 views

Are USC applications allowed to install .desktop files?

Ubuntu's official site for developers says: Technical requirements: In order for your application to be distributed in the Software Centre it must: Be in one, self-contained directory when ...
0
votes
1answer
369 views

Ubuntu SDK does not install on Ubuntu 12.04 64bit?

Trying to install the ubuntu-sdk on Ubuntu 12.04 64bit using instructions at http://developer.ubuntu.com/get-started/gomobile/ and I get the following errors: Some packages could not be installed. ...
1
vote
3answers
166 views

Problem with Ubuntu Phone SDK demo app

I have installed the Ubuntu phone SDK on a VirtualBox VM running Ubuntu Precise (12.04.2 LTS) as the guest OS. The "guest extensions" have been installed. The guest OS kernel is 32 bit 3.2.0-37 ...
7
votes
3answers
2k views

How do I install the QML toolkit on 12.04? [closed]

I'm trying to install the Ubuntu QML toolkit. I've installed Qt5 successfully, but I'm failing on the QML toolkit. Below is the error information: W: Failed to fetch ...
0
votes
0answers
79 views

Install Quickly in Quantal (12.10)

It seems that quickly quickly-ubuntu-template has some dependencies that are not present in 12.10 is there a fix to this? or a workaround? I can't develop anymore :( Here's an screen of the ...
1
vote
1answer
2k views

How can I install Boost 1.50 on Ubuntu 12.04?

The libboost-dev package in the repos is an older one and I would like to use the newest release. I'm OK with installing from source, but am a little confused by the instructions on the site. It ...
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 ...
1
vote
0answers
114 views

How to install JavaFx? [duplicate]

Possible Duplicate: How to install JavaFx in Ubuntu 12.04? I'm very new to Ubuntu world. I downloaded the JavaFx from here. I got a zip file. I don't know how do I setup a classpath for it. ...
8
votes
6answers
396 views

What is bazaar and how do I use it?

I wanted to get a program, which is installed via bzr. I have successfully installed bzr, but it asks me to authenticate (despite that I`m logged in to Launchpad). Bzr help seems to be oriented ...
4
votes
2answers
334 views

How to make a .deb installer for PySide (Qt) project

I have made a small software using PySide, a GUI library for python using Qt. I have successfully built it into an executable for Ubuntu. ...
4
votes
1answer
169 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 ...
37
votes
6answers
9k views

What is the best place to install user apps?

Occasionally I am installing application with something other than apt-get or the Package Manager. What is the "best practice" location for installing user apps? (/usr/bin/, /usr/local/bin/, /opt/, ...