Canonical's workflow for coding, designing, history tracking, debugging, collborating, and distributing software for Ubuntu.
0
votes
1answer
20 views
Problem with Quickly text input field
The Problem
I am using Quickly to try the mybrowser demo from the Ubuntu Website.
Everything goes well until I add a simple text field (for URL entry) in Glade, then, no warnings are issued but the ...
0
votes
0answers
10 views
MVC framework for Quickly
Just finished the Quickly video tutorial and am very impressed. But thinking about bigger applications, would you have recommendations for how I might use Quickly with an MVC framework? ...
2
votes
1answer
24 views
Unity .desktop Actions internationalization and localization?
How can we translate Desktop Action Names? Is it supported by quickly, launchpad?
0
votes
0answers
35 views
Several lines in an Entry. Quickly (with Glade)
I work with the framework Quickly ubuntu (Glade for design) and I wish to have multiple lines in the Entry widget, for use as a text box.
0
votes
0answers
23 views
Manual to Quickly: application preferences?
Where can one find a manual to Quickly, where it is written about using (=programming, how to connect widgets in PreferencesDialogWindow with preferences, and how to use them in the application) ...
3
votes
2answers
214 views
Error while running Quickly
Getting an error while running quickly app:
Creating project directory sata
Creating bzr repository and committing
Launching your newly created project!
(sata:2701): GLib-GIO-ERROR **: Settings ...
1
vote
2answers
53 views
Gtk.SelectionMode.MULTIPLE allows selection of only one row in Gtk.TreeView
I'm developing an application using Quickly. I have a Gtk.TreeView with a Gtk.ListStore as its model. The selection mode of the Gtk.SelectionMode is set to Gtk.SelectionMode.MULTIPLE.
The problem is ...
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 ...
0
votes
1answer
33 views
How can I add a pip based dependency to a Quickly project?
There is a great topic here about dependencies from ubuntu repositories. But my app depends on python package, which has to be install with sudo pip install package. Can I add this kind of dependency ...
0
votes
1answer
37 views
Quickly can't package, but raises no errors
I am trying to make a .deb package for my project in quickly. This is what I get:
ilya@ilya-laptop:~/Projects/online-translator$ quickly package
...........Ubuntu packaging created in debian/
...
2
votes
1answer
66 views
Text entry box on quickly not working
right now I'm doing the 'create your first ubuntu app' youtube tutorial. I'm trying the text entry box and nothing comes up when I enter text. Here's my code,
self.urlentry = ...
0
votes
0answers
18 views
Is there any way to create custom maintainer scripts with quickly?
I'm creating a GUI for a pre-existing cli program. There are a few functions that the cli program doesn't have build in, so I wrote custom C programs (since the libraries I needed were written in C). ...
1
vote
1answer
59 views
gtkentry is editable but not work, can't write!
I'm followed steps this tutorial http://developer.ubuntu.com/get-started/
But my 'quickly' have problem when create a gtkentry. I can't write any letter, not have focus and when press tab button, not ...
3
votes
1answer
32 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 ...
1
vote
1answer
54 views
how do you implement a progress bar using Python / glade web browser [closed]
im trying to get the progressbar in glade to work in conjunction with my web browser. What i want to happen is the progress bar shows how far along a page is being loaded.
I have scoured the ...
0
votes
1answer
89 views
Progress bar for python/ quickly web browser
i have been doing this web browser for roughly a day now, i have got the main look of the browser set up how i want it.
i have now decided to add a little progress bar at the bottom of the main ...
0
votes
1answer
63 views
how do you add a home button and tabs to custom written web browser in ubuntu
how do you code in a home button for a web browser?
im creating a web browser in ubuntu for use in ubuntu. I am using a mix of Glade, Python, quickly, WebKit and WebView
i have got nearly ...
0
votes
1answer
16 views
from quickly.widgets import url_fetch_progressbar can not be found?
at the moment im creating a web browser using a mix of python and quickly(glade)
im trying to get the progress bar at the bottom of the page to work properly (with no luck atm)
i have inserted this ...
0
votes
1answer
81 views
How do you get the website title to show up in the menu area / webpage title are in python / quickly created web browser?
hi there im creating a web browser using a mix of quickly and Python, im wanting to get a websites title to show up in the very top of the page. im not sure of what code that i need adding to the ...
0
votes
1answer
46 views
How can I use a Pip module with Quickly?
I'm trying to write an application using Quickly.
I'm writing a new Python 3 file in which I import a module installed via pip3 (pystache). However, when I go to quickly package, I get a traceback ...
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 ...
0
votes
1answer
40 views
Quickly tutorial section 4 will be availabe?
quickly tutorial
read to the end
Now that I have my package
Now that you have a package
Now that you've packaged your application, you can share the .deb file. However, if your users install your ...
0
votes
1answer
36 views
Quickly doesn't import Glib
I'm having a little problem with Quickly. It won't import Glib, as I am relatively new to programming, with only a few weeks of coding under my belt, I've decided to try using Quickly following the ...
2
votes
2answers
48 views
Thread works only on gui events - pygtk
I am developing a multithreaded application in pygtk using quickly and stuck with threads. So I am experimenting with various possibilities and found out that my thread work only when I do something ...
1
vote
0answers
65 views
How to create an Ubuntu app using python and Qt4 designer
I recently started developing Ubuntu desktop apps using Quickly. But then I tried out the Qt4 designer and I feel more comfortable with it than Glade designer that Quickly uses. I liked developing ...
0
votes
0answers
36 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',
...
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
1answer
74 views
sudo works, but gksudo doesn't, why?
sudo lshw -html>1.html
works perfectly.I get system information in 1.html.
But,
gksudo lshw -html>1.html
doesn't work.I get gksudo usage options in 1.html
Information:
I am developing ...
3
votes
3answers
271 views
Glade alternative for Quickly?
Is there? I am not getting on with Glade one bit. Any other ones out there that are better to use? Thing I dont like about Glade is when I make a mistake and I save I cannot undo along with several ...
0
votes
1answer
32 views
Quickly gives warnings on packageing, not recognizing setup.py~
I have been trying to make an application and package it and so on, but I have run in to a lot of errors, so I tried to get back to basic:
after the command quickly create ubuntu-application dj1 and ...
0
votes
0answers
26 views
Quickly: How do I bind menu item with show window?
I'm working in Glade. I need to make my About dialog box open when the user clicks the corresponding menu item. This feature is set up by default but I messed it up and I can't get to fix it...
I ...
0
votes
0answers
15 views
Can't package my quickly app after editing
I've had a lot of problems packaging my quickly app. After some editing I packaged it sucsesfuly, then I:
moved the packaging-files (jotty_0.1_all.deb jotty_0.1.dsc
jotty_0.1_i386.changes ...
0
votes
0answers
30 views
Quickly: How can I use a DrawingArea to draw a 2D game level?
I want to draw images in a DrawingArea (or other widget) as I'm making a 2D game editor.
I'm using Quickly, which uses PyGObject and Python 2.7.
I'm new to GUI programming. I'm looking for some ...
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
2answers
61 views
Sample Application built with Quickly can't access Web
I am running Tutorial application example for Quickly ( I named App Smallbrowser). This is code from SmallbrowserWindow.py :
import gettext
from gettext import gettext as _
...
1
vote
1answer
91 views
Detailed tutorial for Quickly and python for app development?
Where can I get a complete reference for ubuntu app development using Quickly and python? I saw the video at http://developer.ubuntu.com/get-started/ but that shows only how to use a text field and ...
2
votes
1answer
58 views
My newly created Quickly app gets warnings on install
I've created my very first, very simple app with Quickly (basically just followed the tutorial). But when i run the program i get warnings:
/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:391: ...
1
vote
0answers
77 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:
...
1
vote
0answers
77 views
Accessibility bus error when packaging
When i do quickly package i get the flowing warning. Not a big deal but because this warning i can't share my package to my ppa.
** (setup.py:5679): WARNING **: Couldn't register with accessibility ...
1
vote
0answers
25 views
My program needs a other program
For my program i need android-tools-adb. How can i include this in my debian package?
Or is there an other way to handle this problem? I remember that Rhythmbox asked you an question if you want to ...
0
votes
0answers
16 views
Changing the category that Quickly apps install to
In gnome and lxde, Quickly apps install to Accessories category by default. I want my app to install to the Internet category. Is there a way to make it so it will automatically install to Internet ...
1
vote
1answer
39 views
Update TextEntry of WebBrowser in Python
I got a basic web browser set up and working with Quickly and Python code, but how do I set it up so my TextEntry object (where the URL is entered) to update if I click on a link on the webpage. It's ...
3
votes
1answer
109 views
How to activate flash player for a Quickly created webview/webkit app
I created a web browser program using webview/webkit as the web displayer. I noticed that when I went to youtube only a few videos worked. I am pretty sure that I have to tell webview to activate ...
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. ...
1
vote
1answer
58 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.
...
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 ...
3
votes
2answers
117 views
Under the hood, what is Quickly made of?
under the hood, What is Quickly made of?
It's a wrapper to python? It's a compiled language? It's portable? What about the architecture and the design?
0
votes
1answer
195 views
How to combine quickly and my python program?
Firstly, I'm not sure if I'm allowed to ask this question. I'll delete it if it's not welcome. I'm after some guidance on how to start programming.
Perhaps I need to start somewhere else, but I'm ...
0
votes
0answers
28 views
Upload for a PPA
I used quickly to pack my applications. When I type quickly share, the quickly upload my application using the public-1 as suffix. I tried ty upload using the dput ppa:name/repository changes but ...
0
votes
1answer
68 views
is there other program to make ubuntu apps besides quickly?
And in some other programming language maybe?i was wondering if i can create an app in some other program not quickly and post in in the ubuntu store?

