Canonical's workflow for coding, designing, history tracking, debugging, collborating, and distributing software for Ubuntu.
2
votes
1answer
20 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
22 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) ...
0
votes
1answer
39 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 ...
1
vote
2answers
48 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
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
35 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/
...
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
votes
0answers
23 views
How can my quickly app be made to run on other OS's? [closed]
I have an idea for an app (actually a few) and i have both the time and ability to follow through. I'd like to do it using quickly with python and Gtk, but would like it to run on other linux distro's ...
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
49 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
60 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
86 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
80 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
45 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
39 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
31 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
46 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
59 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
1answer
30 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
66 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 ...
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
0answers
25 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 ...
1
vote
1answer
55 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 ...
0
votes
0answers
14 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
29 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
1answer
31 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
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
59 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
82 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
57 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
75 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
38 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
106 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
56 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.
...
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
67 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?
1
vote
1answer
62 views
Where to find Quickly Web Cam Widget?
According to this page on developer.ubuntu.com, (third paragraph second sentence), there is a Quickly Web Cam Widget, where do I find it? Tried googling but only found Quickly Widgets.
-1
votes
1answer
66 views
How to build a QR Reader App? [closed]
I want to make an app that has a this simple functionality; it reads a qrcode image using my webcam and output whatever is in the code as keyboard strokes. I found this library, libdecodeqr-examples
...
0
votes
0answers
9 views
How to include a symlink when packaging using Quickly?
I have an application that I am packaging with quickly. In the media directory, I have a symlink to /usr/share/icons. when I package the application on Launchpad using a recipe, the symlink is ...
1
vote
1answer
90 views
Can apps created using Quickly for Ubuntu be used in Windows or Mac?
Like the topic or how to develop cross platform application based on html and css with system files dealing?
I used to use wxpython, but after several web development projects it scares me. I love ...
6
votes
1answer
72 views
Can apps created using Quickly for Ubuntu be used in other linux distros?
I need to write a small program to update my mongodb. I'm currently on ubuntu but I need to use it on other linux distributions. I would just like to make sure that applications using this method:
...
2
votes
0answers
22 views
How to specify target architecture in quickly apps?
I'm building a quickly-app, Do I have to specify somewhere the architecture (amd64,i386,etc) in which my app can run?
Thanks in advance.
Regards.
0
votes
0answers
65 views
Problems using quickly text entry box
I'm trying to follow the 'creating your first ubuntu app' tutorial. I'm making a text entry box and every time I hit enter it doesn't work.
Here is my code:
def on_urlentry_activate(self, widget):
...
2
votes
1answer
64 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 = ...
1
vote
2answers
37 views
Problems while using 'quickly create' on ubuntu.
I'm watching the "creating your first Ubuntu application". I typed into the terminal
quickly create ubuntu application my browser, and I got this.
leife@tinetine:~$ quickly create ubuntu ...


