Canonical's workflow for coding, designing, history tracking, debugging, collborating, and distributing software for Ubuntu.

learn more… | top users | synonyms

0
votes
1answer
67 views

How can I correctly align widgets on Glade?

I have to make three combo boxes become aligned with each other, on the right of my application, which will contain pre-defined responses to questions asked with labels on the left. However, I can not ...
1
vote
1answer
89 views

Quickly ~ Web Application fails to opendatabase

I'm building a Quickly ~ HTML5 Application, it works great until I try to use WebSQL Storage, which fails to open a databse: var db = openDatabase('mydb', '1.0', 'Test DB', 5 * 1024 * 1024); giving ...
-1
votes
1answer
26 views

Quickly package doesn't package application [closed]

When I run the command quickly package it executes fine without any errors. However it just shows 6 dots and a flashing cursor, it doesn't package the application. I'm running Linux Mint 14.
2
votes
1answer
42 views

How do I make a app in Quickly and play a sound when a button is clicked in the app?

Is there anyway I can make an application in which a button made in Glade can be clicked to play a custom re-definable sound?
1
vote
1answer
86 views

Is there a auto-complete tag like control for quickly/pygtk?

I am making a todo like application with indicator support using glade/python/pygtk/glade. I am making a form to save a Todo item. Each todo will belong to 0 or more projects. When a user enters a ...
0
votes
1answer
46 views

How to add command-line arguments support to a Quickly 12.08.1 application?

I've upgraded Quickly to 12.08.1 and it wiped command-line arguments support from bin/project-name along with adding ### DO NOT EDIT THIS FILE ### But I'm using arguments for the quicklist. ...
0
votes
2answers
103 views

What in Quickly creates an empty …/share/gnome/help/…/C/figures/ folder?

Something in packaging scripts creates an empty figures folder where it's not present before this packaging. Where is it?
1
vote
1answer
138 views

Quickly Network commands in python

I am working on a program that mounts a windows shared network drive using quickly. So I sat up my GUI and everything.. But I don't know any python commands that mount a network place.. Usually when I ...
0
votes
3answers
122 views

Can I use quicky to create enterprise applications?

Recently I started using quickly to create Ubuntu applications and I was exploring the possibility of using quickly to create scalable enterprise applications. Can I use quicky to create such ...
0
votes
1answer
278 views

Edit Label is inactive in Glade

I am using quickly to create ubuntu-applications. I am follwing the tutorial presented in the line http://developer.ubuntu.com/get-started/ When I add a toolbutton to the tool bar, I am unable to Edit ...
5
votes
1answer
92 views

Can an app in `/opt/extras` install themeable icons in `/usr/share`?

My application Variety Wallpaper Changer runs from /opt/extras and uses an indicator icon. I would like to make this indicator icon theme-specific. As far as I understand the standard way is to ...
4
votes
3answers
127 views

Storing application preferences and data

I am looking at creating some Ubuntu applications, but finding good resoures are hard. I am using the quickly toolkit, but would really like some more insight. How does one normally store application ...
0
votes
0answers
57 views

App development, quickly not working

I'm new to Ubuntu but not that new to development in modern coding to say. I've started building a app for Ubuntu mostly just to get started and I was using the guide that ubuntu.com's development ...
0
votes
1answer
73 views

How can I start programming with quickly

I downloaded quickly from software centre as described in http://developer.ubuntu.com and I started making apps from the tutorial but it seems that those apps aren't working. Can you help me:-)
3
votes
1answer
105 views

“quickly run” not working anymore

The command quickly run is not working after I renamed the folder and created a new one with same name and moved the contents of the renamed folder to the new one . Here is the error: ERROR: No run ...
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
38 views

Packaging with Quickly and including extra files for application

I'm writing simple application in Python using Quickly. Now I want to include few extra text files (templates) to my application so I can access it when application is installed. I want to store it ...
0
votes
2answers
174 views

Quickly with Python 3 *or* how to start a quickly app without quickly run

since Ubuntu 12.10 ships only Python 3 by default, I wanted to ask, what steps should be taken to get my »Quickly« application ready for python 3? I already know about 2to3, but I don't know how to ...
0
votes
1answer
115 views

Ask root permission in a program

I wanted to make a program (with quickly) that edits some root files. My question: How can i ask for root permission (after a button is clicked) to execute a command (just like the software center ...
5
votes
1answer
818 views

Why won't Glade let me change the button content?

In Glade, I go to add a button, and try to add a label/image; however, the stock button and label fields are faded, and I cannot add anything to them. Why does it do this? How do get Glade to allow me ...
0
votes
1answer
152 views

Get selected object from TreeView

I've been working on a minor (first time) app with quickly and hit a hurdle - how do I get the selected row (the data) from a TreeView? The data to the TreeView is passed from a list of files in a ...
3
votes
0answers
68 views

Glade crashes when running “quickly design” [closed]

When I run quikly design Glade opens and starts loading all my UI files. After a few seconds of loading each file it crashes silently (no error message or command line output). The Glade window is ...
5
votes
2answers
92 views

Port an existing Quickly app from 12.04 to 12.10?

I've developed an app using Quickly on a 12.04 system. In preparation for the 12.10 release, I'd like to have launchpad build a version for Quantal so that it can be used and tested by people from my ...
1
vote
0answers
26 views

Can you create a scope for a non-singlet lens using singlet?

If there is a lens that I would like to write a scope for, but it is NOT built with singlet, can I write the scope using singlet?
1
vote
2answers
283 views

'module' object has no attribute 'element_make_factory'

i have this code : import pygst import st, pygtk player_name = gst.element_make_factory("playbin", "Multimedia Player") player_name.set_property("uri", "../media/alert.mp3") ...
1
vote
1answer
129 views

Playing sounds in Python Quickly without any extra libs?

I was wondering is it possible to play sounds in Ubuntu using Quickly and Python without including any libs like pygame or pymedia or anything ? Just the stock packages that come with Python ? Thank ...
1
vote
3answers
62 views

how to kill an app started by `quickly run`

I am building an app and it hangs on some thread . how can i kill that app ? tried ctrl+c but it didn't work (the icon stays in the notification area) thanks
1
vote
2answers
303 views

How do I change GTK theme of my app in run time?

I recently noticed that monodevelop, can change GTK theme in runtime . How do I add it in my quickly app?
1
vote
1answer
117 views

how to create a pygtk status bar icon using quickly python

How can i add an icon to the status bar using python ? like the skype icon ? and is it possible to use the default notifications like those that appear when connecting or disconnecting to a wifi ? ...
1
vote
0answers
15 views

Allowing only certain rows in gtk+ treeview to accept children

I have a gtk+ treeview with 2 columns in it "name" and "type". I want to only allow rows to accept children based on the value of the "type". So if the "type" column value is 0, it can then accept ...
0
votes
1answer
287 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
0answers
56 views

How to print with PYGTK on quickly

I am trying to make a program that can open save and print texts with Quickly, but I can't get the printing part to work. In my code when you press the "printbutton" it opens a print dialog: def ...
1
vote
0answers
76 views

Quickly Warning

Every time I run my application I receive these warning errors can anyone tell me what is causing them? $ quickly run /usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:391: Warning: ...
2
votes
1answer
515 views

How can I set up Eclipse to work with a Quickly program?

I've installed PyDev in Eclipse and have configured my project so that the project lies under Workspace/Eclipse and the Quickly files lies under Workspace/Quickly. To connect the two I've linked the ...
0
votes
0answers
41 views

How to read more lines in a selected file? [closed]

I am a beginner in python code. I am writing a project with Quickly and GTK 3 and I want to read more lines in selected text file. This code read one line text of selected file. I have got so far. ...
1
vote
1answer
58 views

How to recover from deleting menubar?

I am working with Ubuntu Quickly, and I ran the quickly design command, then deleted the menubar. But when I run, i get this error: AttributeError: UiFactory instance has no attribute 'helpMenu' I ...
0
votes
1answer
152 views

Can't center dialog window above main window when using Glade (Quickly)

I have a dialog opening when I press a button in my application and I want it to center above the application's main window, but I can't find a way to do this. I'm using Quickly (Python) and Glade. ...
3
votes
1answer
144 views

How can I use Ruby with Quickly?

Recently I came across Quickly. A very nice thing Ubuntu is doing in order to simplify creation of good looking applications that integrates well with Ubuntu desktop in every respect. While the demo ...
1
vote
2answers
211 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. ...
7
votes
2answers
437 views

How to create a sliding widget (GTK+, Quickly)

Recently I've seen this widget in Gedit: It appears when you press Ctrl + F. What I am interested is in how to get the sliding effect. Any suggestion will be appreciated.
0
votes
0answers
181 views

Can't package my app

So, I have an app (Virtuam), which I'm already developing. The source is working and there are no errors, but when I try to package it an error message appears: ........Empaquetamiento para Ubuntu ...
2
votes
1answer
282 views

Dynamicly add or remove items from list and tree in pygtk and quickly (glade)

I'm trying to make some mini CRM application in python using gtk(pygtk), glade and started to develop it using quickly(which is awesome). I'm created some dialogs and added listview to the GUI using ...
0
votes
1answer
201 views

How to override some key bindings using Quickly

I am developing a native application for Ubuntu using quickly. How can I disable few key bindings such as prevent Ctrl + F4 from closing the window, and other key combinations?
2
votes
1answer
124 views

How to access parent window in dialog

I am using Quickly and created the main window and a dialog. In the main window I am setting access to database (u1db) in the finish_initializing method (self.db=...). After an action I open a dialog ...
0
votes
1answer
54 views

Use MongoDB and PyMongo inside an PyGTK app

I am abort to make an Python app with Quickly. The app need to store some data in an database, To this I am planing to use MongoDB. So my question is like this: How can I make the py-app to auto ...
1
vote
2answers
392 views

Change font programmatically for GTK3 TextView (quickly-widgets TextEditor)

In an app using PyGI and GTK3, I'm trying to let the user set the font family and size in a TextView through my app's settings dialog. In PyGI the TextView object has "set" methods for several ...
1
vote
0answers
98 views

How to design non-windowed Gtk.Frame in Glade?

I'm building a ToDo app for personal purposes, and I'm using Quickly and Glade. I want it to display a list of the pending to-do elements. The problem I'm having is that I can't find the way to ...
1
vote
1answer
55 views

Why OpenDialog.py don't work on Jotty application

I'm a Python beginner, I installed quickly, I wrote a "quickly tutorial" in terminal and I did all the steps before at: "However, the application is not complete. There are a few things left for you ...
2
votes
1answer
42 views

How does one connect to a GTK signal with a dash inside it while using Quickly?

I'm currently writing an app with Quickly where I want to connect to the "preedit-changed" signal of an entry box. While with signals like clicked where you can write a function on_button1_clicked, ...
1
vote
2answers
384 views

Multi-threading in application designed in quickly

I have a tree which I populate with a file list from my computer on the click of a button. While the program is populating the tree the whole GUI hangs. Is there a way to populate the tree in another ...

1 2 3 4 5 8