0
votes
1answer
42 views

How to set quickly to use python3 when creating new applications in Ubuntu 12.04

I'm just starting to learn python and use the standard set of tools in ubuntu 12.04 (quickly, glade, gedit). When I do quickly create ubuntu-application foo the application uses python 2.7 by ...
3
votes
1answer
428 views

How can I install Qt 5.x on 12.04 LTS?

If you want to develop with QML 2.0 and Qt5, the base packages don't seem to exist in repository for 12.04. What PPA should I add? Is it a binary installer? a compile the toolkit yourself? Those ...
4
votes
1answer
280 views

Building webkit from source

I tried to install the webkit applicaion from sources using this manual: https://help.ubuntu.com/community/WebKit When I type: ./autogen.sh --prefix=/usr the following error occurs: checking for ...
0
votes
1answer
31 views

How can I prevent my main application window getting black?

I have made an ubuntu app using Quickly in Ubuntu12.04.In that app's main window there are several buttons.Clicking some of them opens new windows of other applications(like, ...
0
votes
0answers
11 views

What is the meaning of this warning from quickly package? [duplicate]

I am developing my first Ubuntu app using Quickly in Ubuntu12.04. When I use quickly package package gets created perfectly.But I get this warning: ...
0
votes
0answers
55 views

Ubuntu 12.04 Auto-Diagnostic Programs

I want to know if someone has any experience with any auto-diagnostic programs in Ubuntu 12.04. Does any program of this kind work in Linux?
1
vote
1answer
57 views

“quickly tutorial ubuntu-application” not working

I installed Quickly with sudo apt-get install quickly. If I want to read the tutorial with quickly tutorial ubuntu-application I get the following error message: FEHLER: No tutorial command found. ...
2
votes
1answer
49 views

Positon of exit button [duplicate]

Possible Duplicate: Window Controls moved to right hand side How can I move all the window controls to the right? How can I set up the exit button on aplications to be on the right side ...
2
votes
0answers
66 views

Why can't I get all reviews for this app in the Ubuntu Software Center using the JSON API?

I have a question after reading this: Is there any web API for Software Center available? I am trying to understand the Ubuntu Software Center's JSON endpoints. This JSON lists all the apps ...
0
votes
1answer
67 views

Add PayPal Donate button to C++ application

Is it possible to add PayPal Donate button to any application which I develop for Ubuntu. I'm asking it for C++ because I'm C++ developer.
0
votes
1answer
291 views

Cannot run program - 'org.gnome.desktop.interface' is not installed

I am trying to make a python app that basically views a web page with QUICKLY on Ubuntu 12.04. When I do sudo quickly run in terminal, I always get this error: (saikoroubuntu:5283): GLib-GIO-ERROR ...
1
vote
1answer
238 views

How to develop broadband router with Ubuntu?

I wanted to develop a router from scratch in Ubuntu which will manage following things. User bandwidth Management. User Browsing History and Bandwidth tracking. Assign HotSpot, PPPoe type of the ...
1
vote
1answer
278 views

How can I create a simple debian package from binary?

I have been researching debian packaging, but I can't seem to figure out how to package a C# mono application made up of a single executable and a few resource files. Can anyone help me figure out? ...
2
votes
1answer
1k views

How to open directories in geany IDE?

I have a directory already created which has sub-directories in it, it was created by Eclipse IDE. And now, I'm willing to continue developing the same project using a different IDE - Geany IDE. ...
0
votes
0answers
87 views

How can I install an old version of libc on 12.04 and is it safe to do so?

I am building an application on 12.04 and I need to run it on an embedded device. The device has libc-2.8.90.so on it and my dev machine has libc-2.15.so on it. I would like to install libc-2.8.90 ...
0
votes
2answers
164 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 ...
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
0answers
94 views

Multiple Phonon Volume Sliders

I'm working on a soundboard program. The window is populated with multiple instances of the below SoundPlayer class. When running my program the volume sliders don't affect their own player. The last ...
3
votes
1answer
2k views

Why can python3 not import gi.repository?

Python2 does not suffer the same problem. greg@greg-precise:~$ python3 Python 3.2.3 (default, May 3 2012, 15:51:42) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more ...
3
votes
1answer
134 views

Ambiance theme text stays black -

I have used Jono Bacons creating your first ubuntu application to discover how to theme toolbars using the ubuntu theme. I followed the exact same code and the program loads with a black toolbar, ...
0
votes
1answer
121 views

ImportError: No module named platform.credentials [closed]

I'm trying the sample code on http://developer.ubuntu.com/resources/app-developer-cookbook/ubuntu-one/adding-ubuntu-one-files-support-to-your-app/ to learn app integration with Ubuntu One. I keep ...
1
vote
1answer
145 views

Is there a recommended DB to work with Quickly?

CouchDB used to be the recommended DB to work with Quickly until 12.04, when it was dropped out. Now, I want to know if there is another DB recommended to replace CouchDB that works nicely with ...
3
votes
1answer
989 views

how can i make ubuntu software center offer 32-bit packages

I am developing a 3D game/graphics/simulation engine on 64-bit ubuntu 12.04 LTS. The 64-bit version of my application compiles, links and executes just fine. However, I cannot build a 32-bit version ...
1
vote
2answers
2k views

boost 1.48 and default (1.46) on Precise Pangolin12.04

The Precise release of ubuntu has two libboost-dev packages. The default is 1.46, but there is also a 1.48. If I install both, where are the headers and libraries for 1.48 installed? Are the ...
4
votes
2answers
143 views

When do I need submit my software by in order to be in the software center for 12.04?

I am working on developing a program and want to put it in the software center when I am finished. Do I have to upload the program to developer.ubuntu before the release of 12.04 if I want it to be in ...